• 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. Zuma Master

    Solved Level Rebalance Script

    function onDeath(cid, corpse, deathList) local x, y = 0, 0 local z = 0 local ntable = {} local l = getPlayerLevel(cid) for n = 1, 717217 do if n/5 == math.floor(n/5) then table.insert(ntable, n) end end for i = 1, table.maxn(ntable) do x =...
  2. Zuma Master

    Solved Level Rebalance Script

    I need you to test it using a different level. Okay? *EDIT-1*: Or, you can try to disable deathloss in your config.lua by setting it to 0, then giving my first script another test. *EDIT-2*: function onDeath(cid, corpse, deathList) local k, a = getPlayerLevel(cid)...
  3. Zuma Master

    Solved Level Rebalance Script

    Use this, it's based on Evan's formula. function onDeath(cid, corpse, deathList) local newlevel = (math.floor(getPlayerLevel(cid) / 5) * 5) if getPlayerLevel(cid) > 80 then doPlayerAddExperience(cid, (getExperienceForLevel(newlevel) - getPlayerExperience(cid))) end return true end
  4. Zuma Master

    Solved Level Rebalance Script

    That will work fine as well, he needs it to be written for him apparently. I'll do that.
  5. Zuma Master

    Solved Level Rebalance Script

    It can be changed to work. Make your ranges from 1-5 instead of 1-9 and so on, and that should work fine.
  6. Zuma Master

    Solved Level Rebalance Script

    Your script isn't.
  7. Zuma Master

    Solved Level Rebalance Script

    The problem about your script is that you have to add more lines for every 10 levels, and they aren't doing what he wants properly. He wants it like this... In the range of 10 levels, for example from 10 to 20, if you are less than 15 then when you die you become 10, if you are more than 15 when...
  8. Zuma Master

    Solved Level Rebalance Script

    function onDeath(cid, corpse, deathList) local k, a = getPlayerLevel(cid), 0 local to, zt = {}, {} for n = 0, 717217 do if n/5 ~= math.floor(n/5) then table.insert(to, n) else table.insert(zt, n) end end repeat a = math.ceil(k) k = k-1...
  9. Zuma Master

    I want to know the opinions of some of Otland's people about this.

    Oh, do not worry about that. Although my project is a one man team so far, I do my work extremely quickly and efficiently. You will get to see that for yourself when I *cough*hopefully*cough* release it.
  10. Zuma Master

    Post your system specs and chat about them.

    That's going to cost me about 1600$~ (in my own currency ofcourse)... Is that too much for such a system? Or?
  11. Zuma Master

    Client preference (OTClient vs. Latest)

    It depends on the server's needs. I, as a player, have already stopped using CIPsoft client. I am always using otclient, unless the server has a custom client of it's own, then I just go find a new server. xD. But seriously, OTclient stomps CIPsoft client so hard it's unfair to use CIPsoft...
  12. Zuma Master

    [Lua] Understanding Storages

    BUMP for Evan.
  13. Zuma Master

    Post your system specs and chat about them.

    Can't, that's way too expensive in my region :/. I'll just buy the pc the way it is for now, I'll think about upgrades later... thanks for the help though, much appreciated. - - - Updated - - - Well, ain't I a lucky bastard? Just found a part-time job that will net me a massive amount of $$$...
  14. Zuma Master

    Post your system specs and chat about them.

    Damn, I won't be getting those dual 7970s any time soon then... Only time can tell. :D. Thanks for the help.
  15. Zuma Master

    Post your system specs and chat about them.

    Thermaltake Smart m850w PSU would be good enough? I found a realllly great offer on this baby xD. *EDIT-1*: You see, I intend to get Dual 7970s about half a year from the time I buy my pc. So I do need some serious powering :P.
  16. Zuma Master

    Post your system specs and chat about them.

    I'll be buying this baby soon enough. Oh and if anyone is a nice computer guy, can you tell me if the PSU would be enough? It's a combo offer with the case. Or should I get the case without the combo offer and buy a standalone PSU? GPU = "SAPPHIRE HD 7870 GHz EDITION OC 2GB GDDR5 Dual-X" RAM =...
  17. Zuma Master

    I want to know the opinions of some of Otland's people about this.

    Mages can be balanced by changing the Mana Shield formula. It is doable. And yes, I'll take your tips in mind, I know that those are mainly the modern high~exp server's faults. I'm considering making rebirths EXTREMELY fast, but make a step above rebirths, Perhaps every 100 rebirths, your...
Back
Top