Skip to content

Commit

Permalink
Update rachel.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
FlackoRJ committed Jan 30, 2024
1 parent 55e39f1 commit e3be4a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data-otservbr-global/npc/rachel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ npcConfig.shop = {
{ itemName = "sword", clientId = 3264, sell = 25 },
{ itemName = "legion helmet", clientId = 3374, sell = 22 },
{ itemName = "tarantula egg", clientId = 10281, sell = 80 },
{ itemName = "brass legs", clientId = 3372, sell = 49 },
{ itemName = "brass legs", clientId = 3372, sell = 49 },
{ itemName = "longsword", clientId = 3285, sell = 400 },
{ itemName = "plate shield", clientId = 3410, sell = 45 },
{ itemName = "spider fangs", clientId = 8031, sell = 10 },
{ itemName = "steel helmet", clientId = 3351, sell = 293 },
Expand Down Expand Up @@ -264,6 +265,7 @@ npcConfig.shop = {
{ itemName = "terra rod", clientId = 3065, buy = 10000 },
{ itemName = "ultimate healing rune", clientId = 3160, buy = 175 },
{ itemName = "ultimate health potion", clientId = 7643, buy = 379 },
{ itemName = "ultimate healing rune", clientId = 3160, buy = 175 },
{ itemName = "vial", clientId = 2874, sell = 5 },
{ itemName = "wand of cosmic energy", clientId = 3073, buy = 10000 },
{ itemName = "wand of decay", clientId = 3072, buy = 5000 },
Expand Down

0 comments on commit e3be4a7

Please sign in to comment.