Jump to content

ArchMaiden

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ArchMaiden

  1. Hi I try to use the Arena Master , and already put the tables in my database (arena_master.sql , right ?) i already set the bounty type to 3 // ============== Bounty Settings =========// // Bounty Type: 0 = Off, 1 = Zeny, 2 = Cash Points, 3 = Bounty Points set $@bty_type,3; if($@bty_type) { set $@bty_bonus,5; // Bonus, if you kill an player set $@bty_bon_start,4; //which has achieved an spree of "$@bty_bon_start" // Clearing Array on Whisper to prevent double entries if(.@re_in) { // Items for (set .@s,0; .@s < getarraysize($@arena_sh); set .@s,.@s + 1) npcshopdelitem "Arena_Shop",$@arena_sh[.@s]; // Prices deletearray $@arena_ar[0],128; } // Shop Items: PvP useful stuff D:, like Elements, Boxes and Food // These will be used for all shops, but the prices depends on the Bounty Type you have set. setarray $@arena_sh[0],12020,12028,12029,12030,12031,12032,12033,12034,12108,12215,12216,12217,12218,12219,12075,12080,12085,12090,12095,12100,12114,12115,12116,12117,12118,12119,12120,12121,13547; npcshopdelitem "Arena_Shop",512; // Prices: // Two ways of doing so: // - By formula // - Array // You can determine for each currency the way of calculation and prices. I already kill player in PVP Deathmatch until wicked sick , but i still not get the bounty point In the Arena Master NPC, the ranking is already online But in my database, my player kills is 0 , dead 2 , wicked sick and the others are 0 is there anything wrong ? please help
  2. I just need to copy this to my skill.c ?
  3. how to remove the required spirit of Star Gladiator - Union ? i already tried it in battle.c , but it seems dont work.. thanks !
  4. Hi , im newbie here i tried to make some custom headgear , i think the 2012 client read the sprite from iteminfo.lub inside system folder , but when i try it .. I already change the ResourceName to "bloodwings", , but the client still can't read that Help
×
×
  • Create New...