• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

/addskill = /removeskill?

I

Icy

Guest
Is there anyway to make it so that the /addskill command can remove levels/skill?

I know there is an `n` param because it's possible to use:
Code:
/addskill Icy,distance, 10
to add 10 distance levels...

But I tried doing:
Code:
/addskill Icy,distance, -1

and it raised my distance?? :S
 
Is there anyway to make another script like /addskill but /removeskill then? It would probably involve using the opposite functions of the script or something, idk :/
 
might be good if you dont wanna all gms and sush to know pw to youre xampp secu?


I hope some one can fix the script need to.
 
This is something that the forgotten server team should add to TFS.
I like the idea also.

:p
 
Code:
UPDATE player_skills SET value = some_value WHERE skillid = skillid AND player_id = " .. getPlayerGUID(cid) .. "
also i guess it wont work unless the player is offline
 
Back
Top