Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.50 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #include "DLLMain.h"
  2.  
  3. void Volatiles::PergaCP(int clientid) // By CrazyKiller
  4. {
  5.         MOB *thisclient = (MOB*)GetMobFromIndex(clientid);
  6.         Atualizar *p;
  7.         int item = p->GetFirstSlotSADD(clientid,3343,64);
  8.         thisclient->Inventory[63].EF1 = 150;
  9.         thisclient->Inventory[63].EFV1 = 150;
  10.         thisclient->Inventory[item].Index = 0;
  11.         p->SendCharList(clientid);
  12.         p->SendALL(clientid);
  13.         p->SendClientMsg(clientid,"Point Caos Resetados");
  14.         return;
  15. }