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

    Get house with itemid depending on owner

    Then which house will be given to the player? A random one?
  2. Karain

    Get house with itemid depending on owner

    What happens if for example the manager has more than one house?
  3. Karain

    C++ Enable Monster Friendly Fire [OTX3]

    You will have to do the edit above then make a lua script to negate damage of they are the same creature name (easy) or race (hard, cuz u will have to create the races yourself)
  4. Karain

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Hey man, it is me :D come to the discord and let's chat
  5. Karain

    [USA] Forge of Elements: [Death] & [Souls] & [Havoc] Multi-world []8.7[]

    That wasn't the real goddess kimber XD but hello man
  6. Karain

    HELP PLEASE CONVERT TO TFS 1.2!!!

    Atleast post your TFS version all the scripts that are related to the castle guild war -.- we aren't psychic you know...
  7. Karain

    Long time no see otland

    Hey there
  8. Karain

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Welcome to the team my friend!
  9. Karain

    NPC is not subtracting money when buying potions

    Let's hope that's the case. i might use the bank scripts for my TFS too. so it's a win-win for both of us :D
  10. Karain

    NPC is not subtracting money when buying potions

    try changing at line 1050: if player:getMoney() + player:getBankBalance() < totalCost then to if player:getMoney() < totalCost then and at line 1189: if Player(cid):getMoney() + player:getBankBalance() < cost then to if Player(cid):getMoney() < cost then these are the only 2 bank related lines...
  11. Karain

    NPC is not subtracting money when buying potions

    Just to make sure, please post your modules.lua from your npc/lib/npcsystem/ folder. that file handles all the sales and npc parameters
  12. Karain

    NPC is not subtracting money when buying potions

    Thanks to sleet for shedding light on this whole situation :D
  13. Karain

    NPC is not subtracting money when buying potions

    Hmm.. looks like adding items into the npc XML will enable npcs to withdraw from you bank, you'll have to use LUA instead (i tested with LUA and they don't withdraw any money from bank) follow this example: local keywordHandler = KeywordHandler:new() local npcHandler =...
  14. Karain

    NPC is not subtracting money when buying potions

    Hmm post npchandler.lua here Maybe it has the part where it takes the money from the bank instead
  15. Karain

    Lua What is that lua stuff called..

    O Ops...
  16. Karain

    Lua What is that lua stuff called..

    You need to make your own splitting function, so what you might be looking for is string.gmatch using regular expressions
  17. Karain

    NPC is not subtracting money when buying potions

    in any situation where it is giving you the item without taking money from you directly. i believe that shops can sell you items when you have money in the bank. so please check your bank balance before and after you buy an item (without having gold on your character directly)
  18. Karain

    NPC is not subtracting money when buying potions

    have you checked if the money is decreasing from bank?
  19. Karain

    NPC is not subtracting money when buying potions

    Hmmm... Since the money decreases from lower amounts... Then maybe it withdraws directly from your bank ifyou dont have enough cash on hand?
  20. Karain

    Unity3D client?

    This is so amazing
Back
Top