• 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]Tibia rookgard tutorials

Zikerus

Nutria Developer
Joined
Mar 13, 2008
Messages
193
Reaction score
0
Location
Poole, UK
Hey everyone :) I saw this once but I can't remember where :/ I think it was on other forum or so. Does anyone have url or scripts?:>
 
Example of script:

PHP:
function YOU_WHANT(onUse, onLogin, onSay, onStepIn, etc...)
if isPlayer(cid) == TRUE and getPlayerStorageValue(cid, 10000) == -1 then
doPlayerSendTutorial(cid, 1)
setPlayerStorageValue(cid, 10000, 1)
end
end

Just change the ID of the tutorial in here:

doPlayerSendTutorial(cid, 1)

Available tutorials from 1-15.

And you just need to add the function you whant :D

CYA AND REMEMBER TO REP ME!
 
Back
Top