PunkBuster
New member
- Messages
- 216
- Points
- 0
I am attempting to create a weapon that has a permanent Soul Link effect. In this case, it's a musical instrument.
What I am attempting is using equip_script...
sc_start SC_SOULLINK,600000,5;
and then on unequip_script....
sc_end SC_SOULLINK;
Doing this gives me the visual effect of the Soul Link(the bluish screen). However, the effects of the Soul Link skill are not triggered. I should be able to move freely when playing, get the other gender's songs, and be affected by my own songs. However, none of this happens.
Am I doing something wrong? Or is there another method for doing this?
*Edit 1*
I checked the map server window. I do not see any errors, thus I do not believe there are any syntax errors.
What I am attempting is using equip_script...
sc_start SC_SOULLINK,600000,5;
and then on unequip_script....
sc_end SC_SOULLINK;
Doing this gives me the visual effect of the Soul Link(the bluish screen). However, the effects of the Soul Link skill are not triggered. I should be able to move freely when playing, get the other gender's songs, and be affected by my own songs. However, none of this happens.
Am I doing something wrong? Or is there another method for doing this?
*Edit 1*
I checked the map server window. I do not see any errors, thus I do not believe there are any syntax errors.
Last edited by a moderator: