• 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!

Solved Exori hur balanced

niti

New Member
Joined
Nov 22, 2009
Messages
258
Reaction score
2
Hi all, I want my exori hur to be balanced,

local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, true)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_WEAPONTYPE)
setCombatParam(combat, COMBAT_PARAM_USECHARGES, true)

function onGetFormulaValues(cid, level, skill, attack, factor)
return -(((skill + 1000) / 1000) + (level / 1000)), -((skill + 1000) + (level / 1000))
end

setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE, "onGetFormulaValues")
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end

I know that there's lots of good scripters, so is there anyone who can help me? I want it to hit around 1400-1500.
I'm not a good scripter.. :$
I'll give rep+ :rolleyes:
 
Hi all, I want my exori hur to be balanced,



I know that there's lots of good scripters, so is there anyone who can help me? I want it to hit around 1400-1500.
I'm not a good scripter.. :$
I'll give rep+ :rolleyes:

Is it so hard to just change the numbers to see what makes what?....

The commonity these days
 
Reps aren't everything, it's just as a little extra, but it doesn't mean anything.
There is nothing wrong with trying things yourself instead of letting other people doing everything for you.
 
I thought this was a support channel? If you don't know it yourself and tried yourself but won't succe, I thought I could use this channel?

Support is for guidance, to help people learn things, understand things, not for if you are just to lazy to do anything yourself and you want to let other people to do everything for you.
 
I never wrote " PLZ HELP ME " I pasted my lua right, and I wrote what I needed help with. Is there any thing wrong?

Not really, but lazyness belongs in the Request section and not here. Not that I could explain and guide you thru this one though as it's only one line.
 
When i started with open-tibia i had no knowlegde about lua scripting. I was able to host servers and i know how to open notepad and edit values. So, if i were him with no knowlegde. I will try to edit those values and try ingame and see how far he will come with the damage.

As Limos said! People are lazy these days. Did i request before? YES! After a while i started to read some basic guides and start scripting and scripting. Since i learn new things everyday. Also taking support from otland is a good way.
 
Lol? Seriously? I don't understand at scripts, Limo u know it urself I asked u in skype for 1 month ago two times actually, u tried to explain but I didn't get it, because you mindfucked me totaly. So I decided to post it at the OTland.

- - - Updated - - -

I've already tried to fix this, but didn't succe. Go to hell who doesn't belive me and thanks again the one who helped me stop writing storys about your life cuz I don't care. This is a support channel leave it as a support.
 
Lol? Seriously? I don't understand at scripts, Limo u know it urself I asked u in skype for 1 month ago two times actually, u tried to explain but I didn't get it, because you mindfucked me totaly. So I decided to post it at the OTland.

- - - Updated - - -

I've already tried to fix this, but didn't succe. Go to hell who doesn't belive me and thanks again the one who helped me stop writing storys about your life cuz I don't care. This is a support channel leave it as a support.

Yes, I remember this very well, I spend weeks trying to explain you things when you wanted to make little changes in scripts, not once did you listen to anything I said (even tho I explained exactly what you should change), all you said was: no, just do it for me.
 
Back
Top