Skip to content

Commit

Permalink
just some small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonSlayer62 committed Dec 13, 2023
1 parent 89bf0e1 commit ebf9ef0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions data/dictionaries/dictionary.ZRO
Original file line number Diff line number Diff line change
Expand Up @@ -3252,6 +3252,45 @@
5150=a speckled scorpion
5151=a chaos dragoon
5152=a chaos dragoon elite
5153=the Gypsy Maiden
5154=the Gypsy Animal Trainer
5155=the Gypsy Banker
5156=the Gypsy Fortune Teller
5157=the Vagabond
5158=the Iron Worker
// [5500-5600] Holiday Msgs
5500=Where would you like to place this decoration?
5501=The decoration must be placed next to a wall.
5502=That location is not in your house.
5503=The extreme pain in your teeth subsides.
5504=You feel as if you could eat as much as you wanted!
5506=Do you wish to re - deed this decoration ?
5507=Error Report to GM
5508=You have just been hit by a snowball!
5509=You throw the snowball and hit the target!
5510=You can only throw a snowball at something that can throw one back.
5511=The snow is not ready to be packed yet. Keep trying.
5512=You carefully pack the snow into a ball...
// [5700-5750] Treasure Map and Map Msgs
5700=It appears to be blank.
5701=This treasure hunt has already been completed.
5702=The treasure is marked by the red pin. Grab a shovel and go dig it up!
5703=You decoded the map!
5704=tattered treasure map
5705=You cannot decode this map yet!
5706=You are already digging treasure.
5707=Where do you wish to dig?
5708=You stop digging because something is directly on top of the treasure chest
5709=You did not decode this map and have no clue where to look for the treasure.
5710=The treasure for this map has already been found.
5711=You dig and dig, but do not find any treasure
5712=You dig and dig, but no treasure seems to be here
5713=The chest refuses to be filled with any more treasure.
5714=plainly drawn treasure map
5715=expertly drawn treasure map
5716=adeptly drawn treasure map
5717=cleverly drawn treasure map
5718=deviously drawn treasure map
// [6000-6499] Misc Skill Msgs
6000=That person looks %s and %t.
6001=You can't make anything useful from that.
Expand Down
2 changes: 1 addition & 1 deletion data/js/npc/ai/guildmaster.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const npcGuilds = {
};

// List of NPC guilds players are able to join:
const enableddGuilds = [ 3 ];
const enabledGuilds = [ 3 ];

// Can call from other scripts using
// var guildRelation = TriggerEvent( 3217, "CheckGuildRelation", npcGuildA, npcGuildB );
Expand Down

0 comments on commit ebf9ef0

Please sign in to comment.