Issue information

Issue ID
#7838
Status
Fixed
Severity
None
Started
sevenzz23
Nov 18, 2013 16:11
Last Post
Ind
Nov 26, 2013 18:28
Confirmation
Yes (2)
No (0)

sevenzz23 - Nov 18, 2013 16:11

Using Disguise while on Monster transform

atcommand.c[code=:4651] if(sd->sc.data[SC_MONSTER_TRANSFORM]) { clif->message(fd, msg_txt(1488)); // Character cannot be disguised while in monster form. return false; } [/code]
message.conf[code=:1544] //Monster Transformation 1485: Traaaansformation-!! %s form!! 1486: Cannot transform into monster while in disguise. 1487: Character cannot be disguised while in monster form. 1488: Transforming into monster is not allowed in Guild Wars. [/code]

It shows that when trying to disguise while on Monster Transform mode, text [b]1488[/b] shows as an error instead of [b]1487[/b]

Ind - Nov 25, 2013 21:41

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/802fd1926e178629ed99e2f9cba0f708376fb37f"]https://github.com/HerculesWS/Hercules/commit/802fd1926e178629ed99e2f9cba0f708376fb37f[/url]

kyeme - Nov 26, 2013 8:50

[quote name="Ind" timestamp="1385415675"]
Fixed in [url="https://github.com/HerculesWS/Hercules/commit/802fd1926e178629ed99e2f9cba0f708376fb37f"]https://github.com/HerculesWS/Hercules/commit/802fd1926e178629ed99e2f9cba0f708376fb37f[/url][/quote]
I Suggest Sir the notice "Monster transform warning" inside the castle should [u]only appear once.[/u]
Thanks :)

Ind - Nov 26, 2013 8:54

[quote name="kyeme" timestamp="1385455846"]

[quote name="Ind" timestamp="1385415675"]
Fixed in [url="https://github.com/HerculesWS/Hercules/commit/802fd1926e178629ed99e2f9cba0f708376fb37f"]https://github.com/HerculesWS/Hercules/commit/802fd1926e178629ed99e2f9cba0f708376fb37f[/url][/quote]I Suggest Sir the notice "Monster transform warning" inside the castle should only appear once.
Thanks :)

[/quote]thank you for pointing it out, will fix that

Ind - Nov 26, 2013 18:28

[url="https://github.com/HerculesWS/Hercules/commit/cf602b78c52b093b6bb9266b7b62ca7edf37aa8f"]https://github.com/HerculesWS/Hercules/commit/cf602b78c52b093b6bb9266b7b62ca7edf37aa8f[/url] thanks