• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

pet system - change name

foxkbt

Member
Joined
Sep 29, 2009
Messages
290
Reaction score
7
Location
Salvador
i have one pet system
and i think its cool change the pet name
but i do not know how

plx help me

to return pet id
PHP:
local pet = getPlayerPet(cid)
if isCreature(pet)
return true
end
 
there is no changename function, also even if you'd create one it wont refresh client cache

btw: in your code, shouldnt it be doRemoveVirginity(girlfriend, true)
also you didnt pass any parameters to your function, so cid and girlfriend are nil xD

@down: well, possible
 
Last edited:
there is no changename function, also even if you'd create one it wont refresh client cache

btw: in your code, shouldnt it be doRemoveVirginity(girlfriend, true)
also you didnt pass any parameters to your function, so cid and girlfriend are nil xD
maybe his gf wasnt virgen :P
 
XD

function onLove()
if getPlayerTrueLove(cid, girlfriend) == RETURNVALUE_NOERROR then
doPlayerBeHappy(cid, true)
if getPlayerNerdStyle(cid) == false then
doRemoveVirginity(cid)
doRemove virginity(girlfriend)
doAddSkillTry(cid, SKILL_FUCK, 1)
else
doSendCancel(cid,"you need to change your outfit, nerds dont fuck!")
end
else
doSendCancel(cid,"you do not know how good it feels to be loved")
end end
 
XD

function onLove()
if getPlayerTrueLove(cid, girlfriend) == RETURNVALUE_NOERROR then
doPlayerBeHappy(cid, true)
if getPlayerNerdStyle(cid) == false then
doRemoveVirginity(cid)
doRemove virginity(girlfriend)
doAddSkillTry(cid, SKILL_FUCK, 1)
else
doSendCancel(cid,"you need to change your outfit, nerds dont fuck!")
end
else
doSendCancel(cid,"you do not know how good it feels to be loved")
end end

I can prove you 100% wrong that you don't need true love, or hoes, to lose your virginity.
 
bump!
i see in other serv one pet system
you can change the name of your pet with command !pet name "exemple
in pokemon online you can change the name of your poke

i think it need soucers edt
i dont know to mutch of soucers

if someone can give me a tutorial i will be really greatfull
=)

sr for bad inglish
 
Back
Top