matthew4321
Mapper
- Joined
- Jan 19, 2011
- Messages
- 91
- Reaction score
- 4
how can i up the regeneration points per tic tfs 1.2 i have tried editing vocations.xml no results
data/XML/vocations.xml is only file in which you can increase regeneration:how can i up the regeneration points per tic tfs 1.2 i have tried editing vocations.xml no results
<vocation id="1" clientid="3" name="Sorcerer" description="a sorcerer" gaincap="10" gainhp="5" gainmana="30" gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5" manamultiplier="1.1" attackspeed="2000" basespeed="220" soulmax="100" gainsoulticks="120" fromvoc="1">
gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5"
thanks alot but that was the problem i did edit that loldata/XML/vocations.xml is only file in which you can increase regeneration:
https://raw.githubusercontent.com/otland/forgottenserver/master/data/XML/vocations.xml
Example
in line (sorcerer):
PHP:<vocation id="1" clientid="3" name="Sorcerer" description="a sorcerer" gaincap="10" gainhp="5" gainmana="30" gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5" manamultiplier="1.1" attackspeed="2000" basespeed="220" soulmax="100" gainsoulticks="120" fromvoc="1">
Edit:
gainhpticks - per how many secondsPHP:gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5"
gainhpamount - how many HP points
so sorcerer by default got '5 HP per 6 seconds'
If it does not work there can be few reasons:
- restart OTS after you edit this file
- you are GM/GOD and you got blocked hp/mana regeneration
- you use some bugged TFS 1.2, wait for fix by developers