Lost Dungeons of Norrath Points System
I was wondering if anyone knew how to set points to a mob, so when killed you receive LDoN points?...
Is this the script to it? If so, how do I change how many points it gives per mob? Quote:
|
You mean quest script? That's C++ for the source, do you want the function you use in a quest.pl file?
|
we have ldon points working on Iron Tower. in client.cpp the way ldon points are written is wrong.
|
I have done the ldon stuff in my source,it working,I just use my quest function setldonpoint in EVENT_DEATH to make that when I kill a mob I get points from him,It will work,but,in the normal source,points are not saved in DB,so you will need to make the code to update it.I will post a howto any day to make this thing.
|
Quote:
|
how would you make it so it tells you when and how many points you get in yellow text after receiving points.
|
Code:
else if (!strcmp(strlwr(command),"setldonpoint")) { |
All times are GMT -4. The time now is 01:33 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.