Recent content by AnyThing

  1. A

    Please make this script instance based

    The problem is, ordeal_1-1 is already used by other event, so I'm thinking to use map instancing of ordeal_1-1 instead. So every hour, new instance created, and destroyed after we make sure all other player warped out when events end. // Made:By Kirlein (Tyirial Script Concept) //// Devil...
  2. A

    strcharinfo() no longer recognized in defpattern

    prontera,162,184,4 script Heall 4_PORING,{specialeffect2 EF_HEAL2; percentheal 100,100;getitem 7139,1; // Get the Glistering Coat needed to cast FCPatcommand "@useskill 479 5 " +strcharinfo(0); // Full chemical protection lvl 5close;buffPlayer:specialeffect2 EF_HEAL2; percentheal 100,100;getitem...
  3. A

    setd no longer works with pc_readglobalreg

    On pc.h #define pc_readglobalreg(sd,reg)         (pc->readregistry((sd),(reg)))#define pc_setglobalreg(sd,reg,val)      (pc->setregistry((sd),(reg),(val)))#define pc_readglobalreg_str(sd,reg)     (pc->readregistry_str((sd),(reg)))#define pc_setglobalreg_str(sd,reg,val)...
Back
Top