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

Uber Attack speed!! And Quick healing

Imfreezing

Krossa Kapitalismen
Joined
Jun 7, 2012
Messages
1,009
Solutions
1
Reaction score
88
Location
Edron
Hello otland,i have a high rated server,now i wounder if you can help me to make a Sword/wand super attack speed,not the attr attackspeed 1,i mean Super duper quick!, also,same with healing,so healing is Spamming,i heard that you dont have to compile for this,but if compile is necessary i will try to compile!
thanks!
 
requires source edit. first you must make a function like "setExtraAttacSkpeed" and subtract it on "getAttackSpeed". Then, if you want it to be less than around 1 second per attack, you must make the event that checks for next attack faster, because it dosent check fast enough to make super fast attacks.
 
requires source edit. first you must make a function like "setExtraAttacSkpeed" and subtract it on "getAttackSpeed". Then, if you want it to be less than around 1 second per attack, you must make the event that checks for next attack faster, because it dosent check fast enough to make super fast attacks.
Hmm seems complicated,is there some kind of guide or step by step?
 
there is an event in game.cpp checkCreatures that acivates alot of onthink events, including the onthink that checks for next attack. if you want to make super quick attack speed, you must change the interval of checkCreatures, which will make it activate alot of things super quick. idk if it will cause lag, depends on how super quick you want it
 
Back
Top