Jump to content

Asentrix

Inactive Member
  • Posts

    33
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Asentrix

  1. it's a shop so it's obviously for players to buy, can you explain what do you want to do? incase it's a misunderstanding
  2. If you bought the system from @Owsap, don't hesitate to contact him, I'm sure he'll help, otherwise, you are using the public version, you aren't welcomed here.
  3. just use it like: quest pshop begin state start begin when 34006.click begin npc.open_shop(1001) end end end NOTE: the vnum in .click should be the mob vnum not the item because pet have 2 vnums one for the item to summon the pet, and the second is for the pet itself you have to use it for pet itself
  4. You can find that ChatPacket in char_item.cpp in bool CHARACTER::DropItem(TItemPos Cell, BYTE bCount) specifically if (pkItemToDrop->AddToGround(GetMapIndex(), pxPos)) you'll find: ChatPacket(CHAT_TYPE_INFO, LC_TEXT("Here's the text")); you can see if it isn't in locale_string.txt and solve it.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.