• 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. royalpala

    [OtLand Official Mapping Competition] [S2] - September Sign Up

    dude, and I'm here using 8.6 LOL
  2. royalpala

    TFS 1.X+ addoutfit error

    me: hey! that´s cheating! @Evil Puncker: another one
  3. royalpala

    TFS 1.X+ addoutfit error

    <outfit type="1" looktype="302" name="Manager" premium="no" unlocked="no" enabled="yes" storageId="8578885" storageValue="1"/> function onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getStorageValue(8578885) == 1 then...
  4. royalpala

    TFS 1.X+ addoutfit error

    if he is setting a storagevalue on the script only the people with the storage value can wear the outfit, and it will show olny for the people that have the storagevalue,.... needs to be set on outfits.xml as I said earlier if he wants to set the outfit only with onUse function (without...
  5. royalpala

    TFS 1.X+ addoutfit error

    it's already set by default, he just need to change either the access id and/or add the storageValue
  6. royalpala

    TFS 1.X+ addoutfit error

    if the player has not access id, the outfit wont show up, you may need to change (or remove) the access id on outfits.xml in order for everyone to use the outfit. or you can set the storagevalue in outfits.xml but im not sure if you need to change the access id either... just add ...
  7. royalpala

    [OtLand Official Mapping Competition] [S2] - September Sign Up

    i'll give it a shot , I'm not expecting to win tho.. XD
  8. royalpala

    Rauz Spriting Thread

    Looks dope!, love it
  9. royalpala

    Storage (ID) Channel

    thank you so much, this works perfectly!
  10. royalpala

    America 8.6 (DRAFT)

    looks dope!
  11. royalpala

    TFS 0.X show list of players with same storage

    @Xikini havent tested yet beacuse Im at work right now, but I will test at night, in my country it´s 1:40 pm @Alpha I dont know how to code properly, but DAMN, that looks neat!
  12. royalpala

    TFS 0.X show list of players with same storage

    gonna try this, thanks @Xikini , as always :)
  13. royalpala

    TFS 0.X show list of players with same storage

    hello people, I was wondering if there's a way to make a function (action onUse) for a book to show a list of players with the same storage as you? anybody got a clue? example: you have storage 9999 == 1 then show list of players with storage 9999 = 1 thanks in advance for your comments :)
  14. royalpala

    TFS 0.X Help with rank system on look TFS 0.4

    theres an issue with this line when I look at myself doPlayerSetSpecialDescription(thing.uid, "\nRanked "..nickname..".") but if I use this, it works with no issues doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "\nRanked "..nickname..".")
  15. royalpala

    TFS 0.X Help with rank system on look TFS 0.4

    I'm back and here´s my code function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) then local nickname = "" if getCreatureStorage(thing.uid, 1111) > 0 then nickname = "Hunter" elseif getCreatureStorage(thing.uid, 2222) > 0 then nickname = "Assassin"...
  16. royalpala

    TFS 0.X Help with rank system on look TFS 0.4

    one again @Evil Puncker, thank you so much for your help! you and @Xikini are always helping me :) I will be back tomorrow to tell you my results, I need to sleep now :( theres been like 3 hours solving this issue
  17. royalpala

    TFS 0.X Help with rank system on look TFS 0.4

    good day people, I would like to implement a rank system that shows the rank of the player when using "look" on him I followed the script on the following link here and here but didnt work. I think my server doesnt have the onLook function, also doesnt have events folder, anybody who can help...
  18. royalpala

    Solved Put Outfit only with storage id "x"

    IT WORKS, THANK YOU SO MUCH!!! for everybody that wants to lock the outfits with a certain storage or quest, please use this!! works like a charm!!
  19. royalpala

    Solved Book in a box

    tested on TFS 0.4 (8.6) and it works, thank you! Limos
  20. royalpala

    TFS 0.X (lua) HELP NPC QUEST with storage

    It worked , Thank you!
Back
Top