Morrison
Intermediate OT User
i need the next Script for war ot:
And how to change the letters in account manager in male or female to Warrior or Princess
Code:
local nPos = {
x = 1000,
y = 1000,
z = 7
}
function onlogin(-------------)
if PLAYERSEX_FEMALE then
doTeleportThing(cid, nPos)
end
return TRUE
end
And how to change the letters in account manager in male or female to Warrior or Princess
Code:
Account Manager: Should your character be a 'male' or a'female'.
Account Manager: A male, are you sure?
Code:
Account Manager: Should your character be a 'Warrior' or a'Princess'.
Account Manager: A Warrior, are you sure?
Last edited: