Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::General > Archive::General Discussion

Archive::General Discussion Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-01-2004, 09:35 AM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default LDoN zone.exe

Added perl enabled zone with ldon system points support,thanks to Destavator for hosting the rar.You will need to add a column called ldon1 in character_ table,smallint or greater.You need to have PERL installed.You can add points by a quest function,syntax is: quest::addgroupldon(4);,where 4 is the number of points that you want to add,it will give points to your group and you.Before download the zone,you MUST know that I won't support it.Here is an example of default.pl file,used to add points.
-----------------------------------------------------------------------

sub EVENT_DEATH
{
quest::me("A corpse begins to fall...blood encovers you");
$leveldiff=($ulevel - $mlevel);
if($leveldiff <= 3 && $mlevel <= 50 && $mlevel >= 35){quest::addgroupldon(4);}
if($leveldiff <= 3 && $mlevel <= 35 && $mlevel >= 25){quest::addgroupldon(3);}
if($leveldiff <= 2 && $mlevel <= 25 && $mlevel >= 13){quest::addgroupldon(2);}
if($leveldiff<=2 && $mlevel<=13 && $mlevel>=1){quest::addgroupldon(1);}
}

-----------------------------------------------------------------------
the link is ftp://EqEmu:EQEmu@ftp.computer-tunin...ByCofruben.rar

Have fun!
Reply With Quote
  #2  
Old 05-01-2004, 10:02 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

Kewl! Now we just need a way to combine Augments with items!
Reply With Quote
  #3  
Old 05-03-2004, 11:40 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

any chance you could post the source for it, so we can make changes in zone and have ldon points?
also is there a quest function that gives ldon points to the player and not the group? or will the group one work either way?

thanks
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote
  #4  
Old 05-04-2004, 12:34 AM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

hmm i think addldonpoint function should work,check it in quest creation forum.Syntax should be (points,theme)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 10:59 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3