• 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!

[request] - This commands PLX

f@bio

Fudera Otserver
Joined
Jul 10, 2007
Messages
213
Reaction score
0
Location
Brasil
hello programers... i'm a noob in compiling and programmer, and i need some this commands.

- ADDEXP - give experience pointos a player
- BLESS - Add a blessing
- ACCESS - change access of players (tutor, gamemaster)
- GMOUTFIT - GM Outfit
- PVP - Change world type
- INVISIBLE - Go totally invisible
- PREMIUM - Give someone a premium account
- BAN - Ban a player
- SAVE - Cast Server save
- BC - Broadcast to players in colors
- SEND - Send a player to a decent position
- SPEED - Change Speed of players
- CHECK - Check all Multiclienting players
- WHITE - Broadcast White but don't apear name of whiter
- RED - Broadcast Red but don't apear name of whiter
- BLUE - Broadcast Blue but don't apear name of whiter
- GREEN - Broadcast Green but don't apear name of whiter

- ADDON - I want this command independent, in the case of the FORGOTTEN the player wins all addons, but I want to be equal to EVOLUTIONS that adds ADDONs by ADDONs.

Exemple of ADDONS in case of evolution....

------------------------------------------
if getPlayerItemCount(cid,5878) >= 75 then
addon = getPlayerStorageValue(cid,50001)
if addon == -1 then
if doPlayerTakeItem(cid,5878,75) == 0 then
selfSay(addon_give)
doPlayerAddAddon(cid, 128, 1) <<<------
doPlayerAddAddon(cid, 136, 1) <<<------
setPlayerStorageValue(cid,50001,1)
end
else
selfSay(addon_have_already)
end
else
selfSay(addon_have_not_items)
end
---------------------------------------------

I love the FORGOTTEN but believe that these commands are very important to improve further the FORGOTTEN, please help me because I do not imagine as we put these commands, but sure that you are the best that can help me.

Since already grateful,

F@bio
 
Back
Top