Quote:
Originally Posted by spinal2
Hello Developments .
Someone can teach me how command to force a character Back to Town ou return when do something ..
In exemple .. iam Want Force a char to back the town when Kill Tiger Girl or Make a Item + 10 ..
Someone can do me a Command Procedure ??
Thanks alot
|
This requires a program aka bot which is listening/reading any lines inserted to X table.
I'll give you an example, I got a bot which is used to look in _Notification table when Notified = 0 -> The bot looks over the line and check the type, commands are done depending on the types. As example 3 = PM, 4 = Global. After the bot has done the command, it updates _Notification and sets Notified to 1 which means it won't look over that line anymore. That's how its done.