Jump to content

Recommended Posts

Posted

Hello,I'd like to ask how to do it portera that the port requested some item.

case 4007:// Karazhan
if (player->getLevel() >= 68)

   {
   player->CLOSE_GOSSIP_MENU();
   player->TeleportTo(0, -11118.8f, -2010.84f, 47.0807f, 0.0f);
} else {
       player->CLOSE_GOSSIP_MENU();
       _Creature->MonsterSay("Musis mat minimalne lvl 68!", LANG_UNIVERSAL, NULL);
   }
break;

I have do "player->delitem(id); " and create command .delitem?

×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use