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.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #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
 


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 03:47 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