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

Lua function:)

Dadexix

New Member
Joined
Jun 8, 2008
Messages
1
Reaction score
0
Hello:) I have script in C++ "ring of exp"(eg. if exp multipler = 4 with this item exp multipler = 6 - i find it on polish forum), I change server to TFS, Elf say on this forum "You can do this in TFS by function onEquip"(he talk in polish) but he dont talk "gow do it"
i answer "how" but he dont reply...
Who can help me with this:)

Code:
onEquip(..?..){
//what here?
}

Regards:)
 
Its available only in trunk:
Code:
setPlayerExtraExpRate(cid, value)
value is value which player should gain, eg. Your server have multiplier x5, you put 5 as value, and player has x10.

Btw. It work different than that C++ code, but its what you're searching.
 
Last edited:
Back
Top