• 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

    Solved Level Rebalance Script

    Alright this is what I have now local t = { -- [The players level] = new level upon death [{80, 85}] = 80, [{85, 90}] = 85, [{90, 95}] = 90 } function onDeath(cid, corpse, deathList) for level, k in pairs(t) do if(isInArray(level, getPlayerLevel(cid)) and...
  2. hallabackkid101

    Solved Level Rebalance Script

    So for example I want this to occur starting at 80. Is this correct? local t = { -- [The players level] = new level upon death [{80, 90}] = 85, [{90, 100}] = 95, [{100, 110}] = 105 } function onDeath(cid, corpse, deathList) for level, k in pairs(t) do if(isInArray(level...
  3. hallabackkid101

    Solved Level Rebalance Script

    Ok this is all I have as of now. I was just looking to see if anyone had one. I don't know much about creating scripts, just editing them. I tryed working with the script above but can't seem to get it to work. What do you mean "k"? like level 1000?
  4. hallabackkid101

    Suggestions and Rates? Out of 10

    Thanks for the suggestion!
  5. hallabackkid101

    Solved Level Rebalance Script

    Ill try it and post an update. - - - Updated - - - I can't get it to work. Can someone help?
  6. hallabackkid101

    Solved Level Rebalance Script

    I'm not sure if this is the correct place to post this but ill try anyways, I'm looking for a script for when i player dies he goes back to a specific lvl. For example, If i'm lvl 84 and I die, I will be put back at 80, or if I would have past next first 5 lvls and i was 87 it would go back to...
  7. hallabackkid101

    Suggestions and Rates? Out of 10

    Well the reason for it being so random is because I kinda thought a war map was supposed to be random :O maybe not lol
  8. hallabackkid101

    Team Searching For A Senior Tutor

    Hello Everyone. I'm developing a war server and i'm in need of a senior tutor. If there is anyone interested please send me a PM with a brief overview of your experiences with tibia, and also if you have any type of skills (mapping, scripting, etc). Thanks alot!
  9. hallabackkid101

    Suggestions and Rates? Out of 10

    Lol Thanks :] - - - Updated - - - Dont be to harsh, its my first map. I take that back second lol.
  10. hallabackkid101

    Suggestions and Rates? Out of 10

    This is a war map im trying to create.
  11. hallabackkid101

    Solved No admin panel

    Haha, Im new to the website part of servers :/ I can't seem to find the right website for me at all.
  12. hallabackkid101

    Solved Donation Item not giving stats?

    Ok, but in there what do I do?
  13. hallabackkid101

    Solved Donation Item not giving stats?

    Hello, I made a donation item that gives 15+ ml. When i put it on, it give the stats? Any ideas why? 21:19 You see an enforced mage shield (Def:35, magic level +15). It weighs 12.00 oz. Bought by Admin Jason [ID:4].
  14. hallabackkid101

    Solved No admin panel

    Well don't I feel like a dumbass >.> thanks dude rep++
  15. hallabackkid101

    Solved No admin panel

    Hello, My website has no admin panel, the access is 3 and i set my account as 3 as well, but there is no admin panel to be found Here in my adminpanel.php <?php if(!defined('INITIALIZED')) exit; if($group_id_of_acc_logged >= $config['site']['access_admin_panel']) { $main_content...
  16. hallabackkid101

    [windows] geisor 2012 fatal error on step 4 when installing

    You uninstalled the previous xampp, and made the xampp 1.7.3 folder in /:C right? (Local disk drive)
  17. hallabackkid101

    [windows] geisor 2012 fatal error on step 4 when installing

    Try using XAMPP Windows 1.7.3
  18. hallabackkid101

    [windows] geisor 2012 fatal error on step 4 when installing

    What version of xampp are you using?
  19. hallabackkid101

    Solved Server Engine Crashing

    Hows it going again guys? I have been using sqlite and decided today to switch over to mysql, I made a website (which works fine) and im using xampp 1.7.3. When I load my server engine it was crashing when optimizing tables, I disabled optimize and its still crashing right after "running...
Back
Top