• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Object merger Bug: multi-choice

Status
Not open for further replies.
Level 7
Joined
Jun 5, 2018
Messages
180
Hi, guys!
Have you noticed the data field that provides multiple checkboxes of an ability in the object editor. These data fields may not be edited by ObjectMerger command correctly, e.g., the data field with raw code "Nsi1" in ability Drunken Haze.
When running the command
vJASS:
//! i     makechange(current, "Nsi1", 1, 3)
, I always got a wrong value of 51 instead of 3, despite the GUI choice of checkbox was correctly displayed.
Have you encountered this weird bug?
1.jpg
 
Last edited:
Status
Not open for further replies.
Top