EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Quests (https://www.eqemulator.org/forums/forumdisplay.php?f=624)
-   -   Adventure points by Quests (https://www.eqemulator.org/forums/showthread.php?t=13645)

AK1122 05-08-2004 12:36 AM

Adventure points by Quests
 
Granting adventure points by using quests... is it possible to code?

Would be a great idea to be able to use adventure points as a quest reward system. Any input would be great. Thank you.

Dave987 05-08-2004 01:51 AM

sub EVENT_SAY
{
if($text =~ /Hail/i)
{
quest::say("Greetings $name! Have 10 LDoN Points!");
quest::setldonpoint(10,1);
}
}


http://www.eqemulator.net/forums/vie...t=setldonpoint

AK1122 05-08-2004 02:07 AM

doh thx :oops:


All times are GMT -4. The time now is 02:41 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.