Jump to content

nikki1200

Members
  • Posts

    34
  • Joined

  • Last visited

Posts posted by nikki1200

  1. Hi Guys,


     


    Seeking for your assistance to check if my multiple rewards script is okay(please see red text).


     


    // Rewards per castle.

        // -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}

        // -- via mail (option 2): <itemID>,<amount>,<Zeny>

        setarray .Reward[0],7227,30,7608,10,674,10;

     

    Please advise,

     

    Thanks,

  2. Hi All,

     

    Seeking for your assistance on ET script that will reward all the party once it's finished the ET.

     

    Please advise,

     

    Thanks,



    I already got ET script but i don't know how to put reward on those party who will finished the ET and i don't know how to disable the timer of ET.

     

    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/EndlessTower.txt

     

    Can you help me guys,

     

    Please advise,

     

    Thanks

  3. oh i see.. Thank u very much, i will try it now.

     

    BR,



    But Sir it's not working. i cannot equip my item now

     

    BR,



    it's say You can't put this item on. can you please help me. tried to change my custom item into costume but it's failing. pls see below.

     

    30023,Rose_Ring,Rose Ring,5,20,,100,,0,,0,0xFFFFFFFE,63,2,4096,,0,0,259,{},{},{}

     

    Please advise,

  4. can you give me a sample sir? Sorry i'm still a newbie

     

    Please advise,

     

    Thanks,



    I foind this on my doc/item_db

     

    Loc: Equipment's placement. Values are:
        
        2^10 1024 = Costume Top Headgear
        2^11 2048 = Costume Mid Headgear
        2^12 4096 = Costume Low Headgear
        2^13 8192 = Costume Garment/Robe
     
    for example i want to change this romatic white flower into costume, how will i do that?
     
    item_db.txt
    5206,Romantic_White_Flower,Romantic White Flower,5,20,,100,,0,,0,0xFFFFFFFE,63,2,1,,0,0,259,{ bonus2 bSubRace,RC_Plant,3; },{},{}
     
    Please advise,
     
    Thanks
  5. Hi Sir,

     

    Seeking for your assistance on why is that the box of resentment is not showing the atack +20 in the window? is this because of this?

     

    {
        if(!sc || !sc->count)
            return cap_value(batk,0,USHRT_MAX);
        
        if( !viewable ){
            /* some statuses that are hidden in the status window */
            if(sc->data[sC_PLUSATTACKPOWER])
                batk += sc->data[sC_PLUSATTACKPOWER]->val1;
            return (unsigned short)cap_value(batk,0,USHRT_MAX);
        }
     
    #ifndef RENEWAL
        if(sc->data[sC_PLUSATTACKPOWER])
            batk += sc->data[sC_PLUSATTACKPOWER]->val1;

     

     

    Please advise,

     

    Thanks,

×
×
  • Create New...