Jump to content
Rosemount

Element Enchant

Recommended Posts

This script allows all characters changed element weapon.Only one element is allowed.

More than one element automatically buff reset  ;)  ;)

 

Features:

1.With 7 different element ( EarthWindWaterFireGhostShadowHoly  )

2.Only 1 Element is allow.More than 1 automatic reset buff

3.Easy Config

Element_Enchant.txt

Edited by Rosemount
Link to comment
Share on other sites

 

script is working but I cant clink to NPC

Help

 

Try restart emulator

 

still cant click :)

Edited by billbin
Link to comment
Share on other sites

if ( getstatus ( 37 || 99 || 98 || 97 || 146 || 144))

is incorrect

if ( getstatus (37) || getstatus (99) )// etc..

is correct

Link to comment
Share on other sites

if ( getstatus ( 37 || 99 || 98 || 97 || 146 || 144))

is incorrect

if ( getstatus (37) || getstatus (99) )// etc..

is correct

 

so it should be like this right ?

 

if ( getstatus ( 37 )|| getstatus ( 99 ) || getstatus ( 98 ) || getstatus ( 97 ) || getstatus ( 146 ) || getstatus (144)) goto L_remove;

still not working :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.