Quote:
Originally Posted by HoaX.
I have scripted some commands:
I will realease this script after some time.
Some commands work with Admin levels. Means you can only use a command if you have the needed Admin Level.
-- Report_player
For players to report others in Game.
-- setapall
sets all ap to %value%
Gives 1+ Admin Level:
-- Promote GM - Target must be GM And can't reach level 9+.
-- Demote GM - Target must be GM.
-- temp_Ban command for GM (can ban for minutes, hours,days)
-- PermBan Account (command for GM)
-- unBan (command for GMs)
-- Full ban (command for Admins. Bans all Accounts with same IP + Can't register new Accounts.)
-- Make [GSL] (GS-Leader) Adds GSL Tag and gives permissions to create new GS
-- Remove [GSL] (GS-Leader)
-- Make [GS] (GS Leader can only make new GS of his faction)
-- Remove [GS] (GS Leader can remove GS from both factions)
-- Make [GM] (Shows GM in [modified]web onlineList and adds [GM] Tag)
-- Remove [GM]
-- Make [PN] (PN Rank + Adds [PN] Tag)
-- Remove [PN]
-- Make [SA] (Server Admin Rank + Adds [SA] Tag)
-- Remove [SA]
-- Make [A] (Admin Rank + Adds [A] Tag)
-- Remove [A] (removes Admin Rank + removes [A] Tag)
-- Reschar (recovers a dead toon and sets start location to map 42)
-- delchar (ban/delete a toon)
-- disableacc (Account does not exist)
-- enableacc
-- getpoints (Gives points to current GM char) for GMs
-- givepoints %charname% (Gives points to any Character)
Got any Ideas for more commands?
More commands will be added.
Regards,
developer of Shaiya-Alliance
|
Very inspiering! Did you use stored posedures, or triggers? I've been trying to make some new commands too, but to be honest, I suck at SQL. Would you be able to make a tutorial somewhere, or text me on here and give me a hint in the correct direction?
I've tried trough stored posedures, and had some success, but added more bugs on the way to success, lol. That's what's called "learning progress" right? I'm doing this project where we're a group of people trying to re-write the entire of Shaiya, so functions like this, would be very helpfull.