magic

Join Discord

acole83

Dedicated Member
Dedicated Member
Oct 9, 2004
233
5
65
any one tell me what the data is for the new magic spells on the rangnar server files?

spells like mass thunder / poisoning /lion roar stuff like that

ive tryed it my self but every time i think ive got it right every thing gets jumbled up
 

acole83

Dedicated Member
Dedicated Member
Oct 9, 2004
233
5
65
ah nvm i got them all working and now i have a total of 6 new spells :D

LionsRoar
ParaBall
Purification
MassThunder
MassPoison
and a wierd one that im gonna call WindBall cos ya can shoot it like a FireBall to kill mobs but it also has a chance to push the mobs back :D
 
Upvote 0

acole83

Dedicated Member
Dedicated Member
Oct 9, 2004
233
5
65
ya i supose but ill do it when i worked out how to change the spell effects cos some look odd lol like lions roar looks like fire ball lol
 
Upvote 0

stephenking

I HAVE A DREAM!!
Developer
Aug 28, 2005
616
39
175
Netherlands
this i have translated from a chinese forum so dunno if i fixxed it alright but i think it is farly right

magic spells as lionroar and stuff for example are foundation spells and masspoison a cure spell as you see in the list build your spells on that

dunno if it helps but it helped me out
as i think spells work in some sort of table of cont so a foundation effectType triggers the effects as the lr and flamingsword halfmoon and such

i could be wrong but im still thinking it all out as spells are a real pain in the ass
fix me if im wrong

Code:
EffectType (when use skill role movement effect) 
code
0   foundations/Fencing/SpiritSword/Slaying/Thrusting/HalfMoon/FlamingSword/ShoulderDash
1   /Fireball/GreatFireBall
2  cures/Healing/Poisoning/Eshock/FireBang/Revelation/MassHealing/TurnUndead/IceStorm
4   /Repulsion/SummonSkele/Hiding/Teleport/FireWall/ThunderStorm/SummonShinsu/MagicShield
5   /Hellfire
6   /Lightning
7   /ThunderBolt
8   /SoulFireBall/MassHiding
9   /SoulShield/BlessedArmour
10  /TrapHexagon
Effect (skill produces animation effect)
code
0   foundations/Fencing/SpiritSword
1   /Fireball
2   cures/Healing
3   /GreatFireBall
4   /Poisoning
5   /Slaying
6   /Repulsion
7   /Hellfire
8   /Lightning
9   /ThunderBolt
10  /SoulFireBall
11  /SoulShield
12  /BlessedArmou
13  /Thrusting
14  /TrapHexagon
15  /SummonSkele
16  /Hiding
17  /MassHiding
18  /Eshock
19  /Teleport
20  /FireWall
21  /FireBang
22  /ThunderStorm
23  /HalfMoon
24  /FlamingSword
25  /ShoulderDash
26  /Revelation
27  /MassHealing
28  /SummonShinsu
29  /MagicShield
 
Last edited:
Upvote 0