Jump to content

ArchMaiden

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by ArchMaiden

  1. Hi :D

    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. maybe this way.. haha

    skill.c at line 12732 (svn17101)

    case SG_FUSION:
    +/*
    if (sc && sc->data[sC_SPIRIT] && sc->data[sC_SPIRIT]->val2 == SL_STAR)
    break;
    //Auron insists we should implement SP consumption when you are not Soul Linked. [skotlex]
    //Only invoke on skill begin cast (instant cast skill). [Kevin]
    if( require.sp > 0 )
    {
    if (status->sp < (unsigned int)require.sp)
    clif_skill_fail(sd,skill_id,USESKILL_FAIL_SP_INSUFFICIENT,0);
    else
    status_zap(&sd->bl, 0, require.sp);
    }
    return 0;
    +*/
    +break;

    I just need to copy this to my skill.c ?

  3. 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 ..

    attachment.php?attach_id=4456535b3185b4e8dd126eb46c3ce23b&mid=mid.1359207612015%3A795b4e7125500b9167&hash=AQDrjBwqujXDRO0M

    I already change the ResourceName to "bloodwings", , but the client still can't read that

    Help :D

×
×
  • Create New...