Jump to content

Gazlynns

Members
  • Posts

    6
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Gazlynns

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Gazlynns's Achievements

Newbie

Newbie (1/16)

1

Reputation

  1. Fixed. if (Config.BOG_STACKABLE) player.destroyItem("Consume", spbId, 1, trainer, true); else player.destroyItem("Consume", spb, trainer, true); Change to >>>>> if (Config.BOG_STACKABLE) player.destroyItem("Consume", spb.getObjectId(), 1, trainer, true); else player.destroyItem("Consume", spb, trainer, true);
  2. with ls and scrolls ok, but with bog no. etcitemgrp and navicate already edited.
  3. I have a problem with stackable BOG. With 1 bog i can enchant all skills, and bog does not disappear. Help.
×
×
  • Create New...