Quote:
Originally posted by emortylone
Here is something I was playing w/ the other day on Maloria, and Cyber_X felt that it wasn't what he wanted, instead he wants me to make an online/left notification like Graal2k2 x.X I think that is HIGHLY unoriginal, and a pure waste of my scripting abilities =/ This is now in use on SL (it is in the NC, but not in use by the players, YET, so hang out there if you want to see what it can do). It has two functions:
/notify [acc]
typing this will set strings in the Control-NPC to have it send you a PM when that player comes online.
/endnotify
This part isn't yet tested, He was rushing me to get it off :'( but I am quite sure that it works, or if it doesn't, is a simple little error =P You MUST have an NPC Server to use this, as it sends the pm FROM the NPC Server, and uses a Control-NPC to store the strings. It took me a bit to make it, not a horribly long amount of time, but to adjust and make the strings work properly. I labeled what needs to be the Weapon, and what needs to be in the Control-NPC. The part with a weapon, I recommend you name it like -notify so it is invisible to the players, and do:
NPC Code:
if (actionplayeronline)
{ with (getplayer(#a))
{ if (!hasweapon(-notify))
{ addweapon -notify;}
}
}
as it gives to everyone. Enjoy, and let me know if you have viewed and/or are intending on using it XP. If you want to see some NPC Server (serversided except the triggeraction for the most part) commands, this is a good example 
---Shifter
|
Neonight:
I'm here to bash you and your horrible scripting skills.
1.) That getplayer(#a) is a VERY old command. What you posted is nothing new, at all. Lyndzey helped me with serverscripting last year when I was going to make stuff for NightLord.
2.) Your skills look lower than mediocre. That's just judging by this post... and your other zillion "bragging" posts.
Granted, I'm not trying to start a fight... (Or actually, I am.. Sort of.) I just wish you'd tone your "omg u suck i pwn u at scriptin u n00b" bragging posts.
Now, then, if you're using Maloria's stuff... Oh wait! That means you're no better than Valikorlians! I know for a fact that Jagen could easily beat you in a scripting contest. He has got to be one of the top 10 scripters on Graal, along with Jeff, Kaimetsu, Antago, etc.
Frankly, you sound exactly like you are the best scripter, simply because you know how to use the getplayer commands. I've got news for you, buddy. By now, over half of Graal knows how to use that.