Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Edit Potion

Experienced Elementalist
Joined
Feb 17, 2015
Messages
260
Reaction score
112
I'm trying to edit a potion, but there's something I do not understand...

Code:
3094	@IDT_MBUF	0	1	1	[COLOR=#ff0000]260[/COLOR]	0	0	<null>	1800000	<null>	[COLOR=#ff0000]3[/COLOR]	0	<null>	<null>	<null>	<null>	<null>	<null>	<null>	<null>	<null>	1	0	-19	0	0	1	0	0	0	0	0	<null>



260 = ???

3 = forceID, correct? 3 = Attack, 4 = Magic Attack, etc...

But I do not know what this number 260 is for? I thought it was the ID of a skill buff, but it is not. :huh:

And another question: Can I create a buff that increases the character's speed of movement? There are some potions that do this. How can I edit the speed value? from 450 to 600 for example?
 
Solution
vd:item id 3092 [GM] Holy Water of Speed
MultiBuff.scp
Code:
93 83 0 117 2300 1
cabal.enc
Code:
</multibuff> 
<multibuff value_id="83" > <buffvalue force_id="117" force_value="2300" value_type="1" />
only need to change values speed
Newbie Spellweaver
Joined
Mar 7, 2018
Messages
13
Reaction score
7
vd:item id 3092 [GM] Holy Water of Speed
MultiBuff.scp
Code:
93 83 0 117 2300 1
cabal.enc
Code:
</multibuff> 
<multibuff value_id="83" > <buffvalue force_id="117" force_value="2300" value_type="1" />
only need to change values speed
 
Upvote 0
Solution
Back
Top