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

Second VIP promotion and NPC [TFS 1.0]

Andreselos

Member
Joined
Feb 9, 2015
Messages
36
Reaction score
7
Hey guys, I need a npc that sells the second promotion, and that NPC will only be in the area vip, vip may have only the second promotion follows the promotion code I created if you have something wrong please correct me.
<vocation id="9" clientid="1" name="Epic Master Sorcerer" description="a epic master sorcerer" gaincap="10" gainhp="5" gainmana="30" gainhpticks="2" gainhpamount="20" gainmanaticks="1" gainmanaamount="50" manamultiplier="1.1" attackspeed="1500" basespeed="220" soulmax="200" gainsoulticks="15" fromvoc="1">
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
<skill id="0" multiplier="2.0"/>
<skill id="1" multiplier="2.5"/>
<skill id="2" multiplier="2.5"/>
<skill id="3" multiplier="2.5"/>
<skill id="4" multiplier="2.5"/>
<skill id="5" multiplier="2.0"/>
<skill id="6" multiplier="1.6"/>
</vocation>
<vocation id="10" clientid="2" name="Epic Elder Druid" description="an epic elder druid" gaincap="10" gainhp="5" gainmana="30" gainhpticks="2" gainhpamount="20" gainmanaticks="1" gainmanaamount="50" manamultiplier="1.1" attackspeed="1500" basespeed="220" soulmax="200" gainsoulticks="15" fromvoc="2">
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
<skill id="0" multiplier="2.0"/>
<skill id="1" multiplier="2.3"/>
<skill id="2" multiplier="2.3"/>
<skill id="3" multiplier="2.3"/>
<skill id="4" multiplier="2.3"/>
<skill id="5" multiplier="2.0"/>
<skill id="6" multiplier="1.6"/>
</vocation>
<vocation id="11" clientid="3" name="Epic Royal Paladin" description="a epic royal paladin" gaincap="20" gainhp="10" gainmana="15" gainhpticks="2" gainhpamount="25" gainmanaticks="1" gainmanaamount="35" manamultiplier="1.4" attackspeed="1400" basespeed="220" soulmax="200" gainsoulticks="15" fromvoc="3">
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
<skill id="0" multiplier="1.7"/>
<skill id="1" multiplier="1.7"/>
<skill id="2" multiplier="1.7"/>
<skill id="3" multiplier="1.7"/>
<skill id="4" multiplier="1.6"/>
<skill id="5" multiplier="1.6"/>
<skill id="6" multiplier="1.6"/>
</vocation>
<vocation id="12" clientid="4" name="Epic Elite Knight" description="an epic elite knight" gaincap="25" gainhp="15" gainmana="5" gainhpticks="1" gainhpamount="30" gainmanaticks="1" gainmanaamount="20" manamultiplier="3.0" attackspeed="1300" basespeed="220" soulmax="200" gainsoulticks="15" fromvoc="4">
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
<skill id="0" multiplier="1.6"/>
<skill id="1" multiplier="1.6"/>
<skill id="2" multiplier="1.6"/>
<skill id="3" multiplier="1.6"/>
<skill id="4" multiplier="1.9"/>
<skill id="5" multiplier="1.6"/>
<skill id="6" multiplier="1.6"/>
</vocation>

This promotion up the skills quickly, I changed the skill id, do not know if this right, but the logic I guess I is there, finally the vip system I use uses the storage 9999, this is my vip system:
https://otland.net/threads/vip-system-the-forgotten-server-1-0.224910/#post-2163589

Would you like a npc that of the second promotion only if the player has vip, by normal game money, and that ended when the vip, back to promotion 1 (master sorcerer, etc ..) and that you can only have 2 promotion if the promotion 1, remembering that I use TFS 1.0, thank you in advance!

Ps: Sorry for my english, im Brazillian!

@Xarly
 
Last edited by a moderator:
Back
Top