Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. your File name look like this ? bgcash.txt if yes..then your npc path should be like this npc: npc/custom/bgcash.txt if still cant...printscreen the error and show us
  2. change if(countitem(20004) < 0 ) goto LNotEnough; to if(countitem(20004) <= 0 ) goto LNotEnough;
  3. find any of the Boss Killed Announcer.. and change the announce part into getitem .....
  4. the current 1 didnt work for Guild Checking ? i though it would work... change if( getguildname( getcharid(2) ) != .Guild$[.@i] ){ into if( getguildname( getcharid(2) ) != .Guild$[.@i] || !getcharid(2) ){
  5. use WOE Setter ... either from GM Xeon WOE Setter / Toasty WOE Controller
  6. ya i have made this before...maybe it is at eAthena... http://upaste.me/851341191e32f77
  7. http://upaste.me/3fe0409e05cd2a5 i think there is already alot PVP script in forum? you should search through the forum....
  8. using TCG ? just search the forum.. there is alot TCG Trader scripts... or u can try my Multi Currency Trader.
  9. Emistry

    Token Loot

    OnMinute only can use range of 00 ~ 59 ....there is no 110th minutes in every hours...max only 60minutes....so it is 00 ~ 59 ...
×
×
  • Create New...