Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
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 =...
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)...
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
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...
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...
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.
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...
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 $$$...
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.
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 =...
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...