Added HelpMeShorty dynamic npc and quest (#7415)

* Short quest to allow the player to summon, via an item, a dynamic NPC that gives basic game information.
* After level 30, the player can get a costume in exchange for the item.

Co-authored-by: Aleos <aleos89@users.noreply.github.com>
This commit is contained in:
Atemo
2022-11-16 14:42:53 +01:00
committed by GitHub
parent 15e27b3567
commit 5d8e034868
5 changed files with 1245 additions and 1 deletions

View File

@@ -25230,7 +25230,7 @@ BUILDIN_FUNC(duplicate_dynamic){
if( dnd == nullptr ){
script_pushstrcopy( st, "" );
return SCRIPT_CMD_FAILURE;
return SCRIPT_CMD_SUCCESS;
}else{
script_pushstrcopy( st, dnd->exname );
return SCRIPT_CMD_SUCCESS;