Jump to content
  • 0

Item script problem


TiMz

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

Hello. I need some help with my script.

 

script / equip_script

if(checkoption(0x4046)){ undisguise; } else disguise 1147;
Edited by Isaiah
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

Here is an example for the skill cloaking...

 

Script_Event:

autobonus3 "{ undisguise; while(checkoption(Option_Hide|Option_Cloak|Option_Invisible|Option_Chasewalk)) sleep2(1000); if(playerattached()) disguise(1147); }",10000,1,135;

Equip_Event:

disguise 1147;

UnEquip_Event:

undisguise;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

 

Here is an example for the skill cloaking...

 

Script_Event:

autobonus3 "{ undisguise; while(checkoption(Option_Hide|Option_Cloak|Option_Invisible|Option_Chasewalk)) sleep2(1000); if(playerattached()) disguise(1147); }",10000,1,135;

Equip_Event:

disguise 1147;

UnEquip_Event:

undisguise;

 

Hello Skorm! thanks for the reply. Although it seems with the item, after using cloak or hide it undisguises then disguises back in just less than a second(could barely notice that it undisguised), even if you're still cloaked it disguises back.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

What emulator are you running?

 

I don't seem to have this problem.

 

Rec002.gif

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

What emulator are you running?

 

I don't seem to have this problem.

 

Rec002.gif

 

Amazing. I wish it did the same. Using Rathena here. It doesn't seem to be undisguised for me. Strange.

Edited by Isaiah
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

You're using cloak right? Check to see if you're const.txt has these values. If it doesn't add them. https://github.com/rathena/rathena/blob/master/db/const.txt#L311

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

You're using cloak right? Check to see if you're const.txt has these values. If it doesn't add them. https://github.com/rathena/rathena/blob/master/db/const.txt#L311

 

Surprisingly I don't have them. I added them up now. I just need to restart soon. I'll update you.

You're using cloak right? Check to see if you're const.txt has these values. If it doesn't add them. https://github.com/rathena/rathena/blob/master/db/const.txt#L311

 

Finally worked! Thank you so much for your patience, great support! You're the best.

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
Answer this question...

×   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...