Can anyone build a script for me?
like the one on osROSE,
the /allskill..
I tried copying on the script of osROSE,
but I did a fail attempt.
is there even a gmskill on osiROSE?
a /points,
for example, I want to know how many points do I have,
and a /npoints
to subtract someone's points.
and is there such a command that will finish your current quest? and receive its reward?
--
Question, I was kinda attempting to put a /website
I'm making its function just to send a pm on the client,
like when I typed in /website
a 'http://mylink.com' will be sent.
is this right?:
- else if (strcmp(command, "website")==0) // Website Command by SeraphiPod
- {
- if (Config.Command_Rules > thisclient->Session->accesslevel)
- return true;
- SendPM(thisclient, "http://mylink.com");
- }
~SeraphiPod



