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

    Lua VIP Nil Value

    how do i fix that?
  2. hallabackkid101

    Lua VIP Nil Value

    My engine is saying that VIP has nil value on this script. Can someone help? function onLogin(cid) local setPlayerLevelOnLogin = 150 local setPlayerLevelOnLoginVIP = 160 if(getPlayerLevel(cid) < 150) and vip.getVip(cid) >= 1 then doPlayerAddExperience(cid...
  3. hallabackkid101

    [Mod] Random Item Stats

    I was wondering if it was possible to make this to where I can use an item on the weapon, giving it the attributes randomly. I am opening up a warserver, and this is a must!
  4. hallabackkid101

    Error in LIB

    Can anyone figure this out?
  5. hallabackkid101

    XAMPP 1.7.3: The Correct Website.

    I've never used uniform. I don't know how to use it.
  6. hallabackkid101

    XAMPP 1.7.3: The Correct Website.

    Can anyone provide a link showing me a gesior website that is compatiable with 1.7.3
  7. hallabackkid101

    Level Rollback onDeath

    Hmm no errors, It sends the player back to level one instead
  8. hallabackkid101

    Level Rollback onDeath

    I get an error, and it also sends my character back to level one, also had to change "preparedeath" to "death", was sending numerous errors in my server engine. [28/05/2013 08:40:24] [Error - CreatureScript Interface] [28/05/2013 08:40:24]...
  9. hallabackkid101

    Level Rollback onDeath

    Hello guys, Im trying to find a script for when a player dies, he is set back to a certain level. For example, Im level 88 and die, I want it to go back to 85. The table below is an example If a player is 84 or below, go back to 80 If a player is 85-89, go back to 85 90-94 95-99 Etc...
  10. hallabackkid101

    Help Ports

    Should be just the router.
  11. hallabackkid101

    Help Database Run

    http://otland.net/f479/complete-tutorial-how-setup-server-42048/ This should help! Rep+?
  12. hallabackkid101

    Bugged Script?

    Does anyone see anything wrong with this? Its not working for me. I have put it in login.lua, creatureevents.xml, etc. function onLogin(cid) local rebalanceStor = getPlayerStorageValue(cid, 37454) if rebalanceStor == -1 and getPlayerLevel(cid) >= 140 then...
  13. hallabackkid101

    Solved Level Rebalance Script

    :/ it didnt reduce my lvls. I dont understand, your first script works perfect, and my levelrebalance script was working fine as well today. Im not sure what sgoing on
  14. hallabackkid101

    Solved Level Rebalance Script

    When I died I got this error [22/05/2013 20:57:50] [Error - CreatureScript Interface] [22/05/2013 20:57:50] data/creaturescripts/scripts/direct.lua:onDeath [22/05/2013 20:57:50] Description: [22/05/2013 20:57:50] data/creaturescripts/scripts/direct.lua:12: attempt to perform arithmetic on...
  15. hallabackkid101

    Solved Level Rebalance Script

    This should go in levelrebalance right? Or is this a new script for the level relock [22/05/2013 20:51:49] [Error - LuaScriptInterface::loadFile] data/creaturescripts/scripts/levelrebalance.lua:6: '<name>' expected near '1' [22/05/2013 20:51:49] [Warning - Event::loadScript] Cannot load script...
  16. hallabackkid101

    Solved Level Rebalance Script

    function onLogin(cid) local rebalanceStor = getPlayerStorageValue(cid, 37454) if rebalanceStor == -1 and getPlayerLevel(cid) >= 90 then doPlayerAddExperience(cid, (getExperienceForLevel(90) - getPlayerExperience(cid))) setPlayerStorageValue(cid, 37454, 1) elseif rebalanceStor == -1...
  17. hallabackkid101

    Solved Level Rebalance Script

    Ive got the script working, but now my level rebalance isnt working... It wont stop at 85 etc, it goes under.. But its taking the lvls right now
  18. hallabackkid101

    Solved Level Rebalance Script

    Ok I think this is actually working, the only problem im having now is it is not reseting back to 85 for example, i was 88 lost 5 lvls and now im 83
  19. hallabackkid101

    Solved Level Rebalance Script

    :/, anyother suggestions anyone? I really need this script, its almost a must for my war server.
  20. hallabackkid101

    Solved Level Rebalance Script

    cryingdamson 0.3.6 (8.60) v8.2
Back
Top