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

Help!! infenetive 0.3.6?

Joined
Aug 13, 2008
Messages
1,862
Reaction score
13
Location
Egypt, Cairo
how to make infenetive runes, bolts, arrows, etc on 0.3.6pl? I can't find on config!

Second thing how to make fast attack in this server too?!

Regards,
Sorcerers king
 
First:
This can be modified in config.lua, here:

Change
Code:
	removeWeaponAmmunition = true
	removeRuneCharges = true
To:
Code:
	removeWeaponAmmunition = false
	removeRuneCharges = false

Second:
You change the attack speed in vocations.xml in your XML folder (data/XML/vocations.xml)
 
In each and every vocation ID, you find a line where it says

Change
Code:
attackspeed="2000"

to
Code:
attackspeed="LOWER"

Anything lower than 2000, because that's a delay of 2 seconds between each attack. If you change to 800 it's 0.8 seconds each attack.
 
Back
Top