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

Search results

  1. Booker

    Lua Instantly change outfit

    Well i made it work just changing your "GetPlayerOutfit", into: local outfit = getCreatureOutfit(cid) outfit.lookType = 460 doCreatureChangeOutfit(cid, outfit) Worked 100%, thanks for the help man!
  2. Booker

    Lua Instantly change outfit

    I'm using TFS 0.3.6 Where exactly should i put your code? I put it this way: doPlayerSetVocation(cid, 1) npcHandler:say('SO BE IT!', cid) setPlayerStorageValue(cid, stg, 1) doCreatureChangeOutfit(cid, 460) talkState[talkUser] = 0...
  3. Booker

    Error say temple position is wron when i creat any new char

    Nice, i would never know :(
  4. Booker

    Error say temple position is wron when i creat any new char

    So i don't know what's going on man, hard to say... When i change it on SQL i go in Players>Account>Data>AccManager>FormView and change the position xyz from there and never got any problems, u sure that all thing are matching including the town ID? Hope u find the solution!
  5. Booker

    Lua Instantly change outfit

    I have the following script of an NPC who changes my vocation: It works well, but i want the NPC to give my instantly and outfit and take another one from me. Note that it needs to change by the time the words "yes" are said (to accept the vocation). Should i use a string like...
  6. Booker

    Error say temple position is wron when i creat any new char

    Well, when i make a new "temple position" i change the temple position in the map editor (view>edit towns), in the config (what you already did) and the Account Manager's position in SQLite, never got any problems... Be sure to change de z position, because i always forget that. Reply please!
Back
Top