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

    Config.lua

    Hey guys it's been a while I been busy in life but I have some time and been trying to optimize things. I have config set to not generate account salted passwords, yet it still does, making it so that players who create an account with the account manager not able to log into the website or...
  2. dchampag

    Compiling Compilation changes

    [Linker error] undefined reference to `Game::combatBlockHit(CombatType_t, Creature*, Creature*, int&, bool, bool)' [Linker error] undefined reference to `Game::combatBlockHit(CombatType_t, Creature*, Creature*, int&, bool, bool)' [Linker error] undefined reference to...
  3. dchampag

    Lua Sell NPC

    Hi I've created a sell NPC through lua but it seems that if you sell using the trade window if you have 3 stacks of an item, say I sell 4 of them it takes 4 from each stack, if I have 100 stacks still takes 4 from every stack if I sell 100 it takes every single 100 stack Any idea?
  4. dchampag

    Solved Modern AAC Guilds issue

    Alright, I have been trying to fix this issue for ages now, initially when I set the website up everything worked fine, and randomly for no apparent reason it no longer allows players to create guilds they get stuck on page create.ide <<<<<<<<<<<<<< I'm guessing it's trying to call the IDE to...
  5. dchampag

    Lua house commands

    I was wondering where I could find lua house commands that perform like the normal ones, so you can't buy more than 1 house per account and such? I want to be able to make small modifications to it but have nearly the same functionality
  6. dchampag

    Windows MySQL issue with regular queries

    mysql_real_query(): BEGIN - MYSQL ERROR: Lost connection to MySQL server during query (2013) and mysql_real_query(): SELECT `id`, `value`, `param`, `expires` FROM `bans` WHERE `type` = 1 AND `active` = 1 - MYSQL ERROR: Lost connection to MySQL server during query (2013) WARNING: MYSQL...
  7. dchampag

    Compiling Error? anyone can give me step by step help?

    I am awful in linux and I am sick of crashes and bullcrap with windows so I am trying to compile and keep getting this error. due to my extreme lack of understanding in the linux core environment it would really help if the help that you guys give me is detailed and explains the steps in...
  8. dchampag

    Lua Can anyone point me in the direction of...

    Hey I have been searching for a few days and I didn't want to bother with a post being almost sure that there is one somewhere but I cannot find it. I need a buyhouse luascript that functions exactly as the normal where I can set only 1 house per account and what not, but I want to be able to...
  9. dchampag

    Lua Function like doPlayerAddExperience

    is there a function like doPlayerAddExperience that takes into account the exp rate that is set on the player?
  10. dchampag

    Item Count Stackable

    is there a way to set a max item count or stack amount to specific items?
  11. dchampag

    NPC I would like to share an npc setup I've created nothing special but is of convenience

    I wanted to do this myself before and when I looked it up I was seeing all sorts of solutions with many complicated changes and what not which of course I just didn't feel like doing cause I didn't want to have to set up every single npc this way only specific ones =) sooo... here we are <?xml...
  12. dchampag

    Windows House saving problem

    Alright first off hi again everyone xD! Second down to the question =d. I have been dealing with an issue for a while and I just can't seem to find a fix for it so I was hoping someone here could help me, if runes are directly on the ground when server saves then after the server is reset for...
  13. dchampag

    Lua Function Question?

    Is there a function to get the players in a house?
  14. dchampag

    Lua Spell issue

    This spell that I made doesn't do what I want it to... local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_EARTHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_GREEN_RINGS) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_POISON) local...
  15. dchampag

    Solved Databse Connection Issue

    Alright, I made a new save system for my server but now after a few hours of running less depending how many people are online the mysql server crashes and refuses connections from all applications the save system saves players every 5 minutes after their time of login, and their house, saves...
  16. dchampag

    Solved Function?

    Hey everyone =d I was wondering if there is a function to getHouseId from a players position?
  17. dchampag

    Function to change target

    Is there maybe a function that releases or changes the target of a player say I want my necromancers to be able to release the targeting from them on their target for a certain amount if time
  18. dchampag

    Action Frag Remover (Advanced)

    I seen a lot of posts about this looking for frag remover that doesn't remove all frags, here you can choose the amount to remove but never removing more than a months worth I posted a partial script for week in someones post and they did not reply, so I tested myself and works, Enjoy local...
  19. dchampag

    Solved Rotating items

    Is there a function I can use to make items rotatable? for deco and what not nvm figured it out xD I guess I shoulda looked first
  20. dchampag

    Quests Help

    Hi everyone I am currently using MySQL TFS 0.3.6 I would just like to know how to reset quests or add or delete completed quests to players?
Back
Top