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

Search results

  1. supergt

    TFS 0.X Remove anti-idle kick (but adding a storage and not count on otservlist)

    I'm also using this kick on idle players just to don't be banned on otservlist... If there is any way to dont count exited players pls post here
  2. supergt

    TFS 0.X Guild System (guild task,bank) - two SQL problems

    But everything else is working?
  3. supergt

    TFS 0.X Guild System (guild task,bank) - two SQL problems

    You guys fix this last problem?
  4. supergt

    Errors when try to compile 0.4 with ping functions

    Lol this functions should be in main code, Its so usefully,waiting too
  5. supergt

    TFS 0.X Exausted SSA/Might Ring

    U guys find a solution?
  6. supergt

    TFS 0.X When logout on trainer generator teleport to temple and destroy trainer

    Your posts help me to fix the destroy stuff, but there is this other tile problem... How to fix it? I still using the normal walk trainers because of it This problem make the user experience so bugged Did u know how to fix it on 0.4? https://github.com/Fir3element/3777/tree/master/src
  7. supergt

    TFS 0.X Exausted SSA/Might Ring

    Post here pls, I don't use it I can test whatever u think
  8. supergt

    TFS 0.X Exausted SSA/Might Ring

    Pls don't do this Put the trys here, maybe someone else help too
  9. supergt

    TFS 0.X Convert SKILLS/ML when change vocation Dawnport

    Titokere solution jerry-rig the problem It's a quick solution, If anyone really discovery how to fix this and make a 100% dawnport to 860 pls post in here
  10. supergt

    receive 3 days of premium when creating the account the first time.

    Good idea But there is no limits to storage? I mean, if i have 1.000.000 accounts it could broke?
  11. supergt

    TFS 0.X Convert SKILLS/ML when change vocation Dawnport

    I got your point, would be so much easer, but it would destroy the experience to experiment a vocation.
  12. supergt

    Lua Auction System + Upgrade System

    This get the number after the '+', but if i dont use numbers? If i want to use like on his script nameLv = { [1] = "legendary", [2] = "unstopable", [3] = "godlike" }, How to do? legendary sabre (atk:12...
  13. supergt

    Lua Auction System + Upgrade System

    Is anyone can help with a getUpgradedLevel function or something? I wanna use it too...
  14. supergt

    Player Loot Rate

    Holy! Someone who did it to us <3 I need to know if it is possible to use the storage value instead of a static value in config.lua... I mean, storage value (GetStorageValue(cid,storagenumber,value)) I mean when create the new loot check LootRates + storagevalue For example, if player have...
  15. supergt

    Player Loot Rate

    Try this one: Fir3element/3777
  16. supergt

    Player Loot Rate

    That's exacly like the script he posted on first topic, it re create the loot, it make the server create 2 loots He know and dont want, me either... increase where, how? sorry i just not understand, and its not about you, i'm noob, just want to do some system with this, if is possible ofc...
  17. supergt

    TFS 0.X Buy items with money backpack or bank balance 0.4

    if(includeBank) { if(const Player* p = dynamic_cast<const Player*>(cylinder)) { moneyCount += p->balance; } } return moneyCount; That is it, right?
  18. supergt

    TFS 0.X How to add temporally a item atribute

    Are u mean to do two atributes, right? I was thinking about use his example and use a system with only one slot, by using doSetItemAttribute(ibID, "BonusSpeed", os.time() + 60 * 60 * 20) For example... I got the same problem, but i think doSetItemAttribute is working, i think the problem is...
Back
Top