New fuction,quest::setldonpoint
Hello,I have created this new function who sets ldon points.Format is: quest::setldonpoint(numberofpoints,ldonthemenumber );.For example quest::setldonpoint(5,2);.I hope it helps!I will accept any suggestions :).
This in parser.cpp,between any else-if commands,line about 809: Code:
else if (!strcmp(strlwr(command),"setldonpoint")) { Code:
|
Woot ty
I see alot of uses for this :) |
Just a small note.. It looks like you are calling this:
Code:
mob->CastToClient()->UpdateLDoNPoints(atoi(arglist[0]),atoi(arglist[1])); |
All times are GMT -4. The time now is 07:23 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.