Jump to content

ryusama2007

Members
  • Posts

    102
  • Joined

  • Last visited

Posts posted by ryusama2007

  1. staff once again come to you to ask you a great help.

    need to create a new system to rate monster event with ID 2010 until 2030.

     

    Example:
    item_rate_event: 100
    item_drop_event_min: 1
    item_drop_event_max: 10000
  2. yes I did, but I wanted one that was not for npc because I have many functions to use the example that he wanted to see.

     

    prontera,150,150,4 script All Skill Setter 55,{
    skillall;
    dispbottom "All skills unlocked";
    end;
    }
    
  3. staff need your help to create a new script with the name of close3, what this will close3 different is that it will close the dialog NPC alone without the player must click to close

  4. How can I put the SRC for the items ID 20201-20210 not cancel the bonuses even if the player dies

     

    Effect:

    REPLACE INTO `item_db` VALUES(20101,'Potion_01','Potion A','0',20,NULL,'40',NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'bonus bAspdRate,5;',NULL,NULL);
    
    

    Potion ID

    REPLACE INTO `item_db` VALUES(20201,'Potion_001','Potion AA','0',20,NULL,'40',NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'sc_start SC_ITEMSCRIPT,180000,20101; specialeffect2 6;',NULL,NULL);
    
  5. right to use the effect appears, but the command does not work after.

     

    Example: @go and @warp

     



    -    script    teleport delay    -1,{
    OnInit:
        bindatcmd "warp",strnpcinfo(3)+"::OnAtcommand";
        bindatcmd "go",strnpcinfo(3)+"::OnAtcommand";
        end;
     
    OnAtcommand:
    //    sleep2 2000;
        specialeffect2 14;
        return;
    }

  6. Need changes to it do not walk more.

     

    1410,LIVE_PEACH_TREE,Live Peach Tree,Enchanted Peach Tree,53,8905,0,2591,1799,7,301,351,10,38,72,45,35,39,80,5,10,12,1,3,42,0x2085,410,400,672,480,0,0,0,0,0,0,0,7164,4365,0,0,526,1000,604,400,532,100,603,5,0,0,0,0,0,0,4217,1
    
×
×
  • Create New...