Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007810

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (3)No (0)
Photo

disguise script command

Posted by Wend on 09 November 2013 - 12:51 PM

1. create item with "disguise" command, for example:
501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ disguise 1002; },{},{}
2. use it.

3.
[Error]: script:run_func: not a buildin command.
[Debug]: Data: constant name='disguise' value=1506
[Debug]: Source (NPC): FAKE_NPC (invisible/not on a map)

Working on a fix for this

changed status to: Started

confirming this, for those who want a work around while that, just use @disguise

It is about time that I push the final part of the fix for this issue.


I have delayed it until now because it was likely to break a lot of custom scripts.

For reference, the first part of the fix is was: https://github.com/H...cea5e4cdc605e75

Just merged the remaining part of this fix: https://github.com/H...ull/231/commits

changed status to: Fixed