Jump to content

iCORE

Members
  • Content Count

    393
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by iCORE


  1. 1 hour ago, AnnieRuru said:
    
    bonus bNearAtkDef,`n`;            | Adds `n`% damage reduction against melee physical attacks
    bonus bLongAtkDef,`n`;            | Adds `n`% damage reduction against ranged physical attacks

     


    bonus bStr, readparam(bStr) *3/ 10;
    ....
    bonus bLuk, readparam(bLuk) *3/ 10;

    thanks annie and how about

    regain % of damage taken and receive it as hp


  2. hi Everyone can you help me make a bonus like this

    Absorb 10% HP From Physical Damage Taken

    for example i have 100 hp and im being attack with 50 damage and the 10% if the 50 damage will be absorb as HP.

    sorry for my bad english hope you can help me, thanks alot 


  3. ive done adding Shadow Equipment on the script now my problem is how can i seperate Shadow Enchant NPC to Normal Enchant NPC.

    for example:

     

    Normal Enchant NPC

    		setarray .eqp$  , 	"Upper Headgear", "Armor", "Left Hand", "Right Hand", "Garment",
    		                	"Shoes", "Accessory1", "Accessory2", "Mid Headgear", "Low Headgear";

     

    Shadow Encant NPC

    		setarray .eqp$  , 	"Costume Head Low", "Costume Head Mid", "Costume Head Top", "Shadow Garment",
    		                	"Shadow Armor", "Shadow Left", "Shadow Right", "Shadow Shoes", "Shadow Accessory1",
    		                	"Shadow Accessory2";

     


  4. prontera,149,179,0	script	Size Changer	4_PORING,{
    
    mes "Do you want to change your size??";
    menu "Ok",-,"No thanks.",L_No;
    
    atcommand "@size 1 "+strcharinfo(0);
    
    close;
    
    L_No:
    
    close;
    
    }
    

    thanks for the reply i have this script now can you help on adding a little bit more?


  5. i am looking for a script that can change the size of the character and dont revert upon loging out for a certain amount of zeny or an item requirement.

     

    Change to @size 3 = 500 Million Zeny or 50 Poring Coin

    Change to @size 1  = 1 Billion Zeny or 100 Poring Coin

     

    Thanks.


  6. i would like to ask a item script related to Rebirth System of dastgir

     

    for example

     

    i can equip a Test Dagger A only when i reach 10 Rebirth

     

    and

     

    i will have a bonus stats when i reach 15 rebirth

     

    here is the description of item for further explanation

     

    [ Rebirth - 10 ]
    Only characters who have 10 
    rebirth can equip this dagger.
    
    [ Rebirth - 15 ]
    Autocast Sonic-Blow lv 10 at
    3% chance.
     

     

     


  7.  

    if (30000 - countitem(ID) < Amount) {
    	message("make sure you have enough space in your inventory");
    	end;
    }
    getitem(ID, Amount);
    end;
    

    thanks but when i open the box the item is automatically deleted.

     

    how to make it not openable when i have max stacks


  8. hi can anyone help me on this

     

    i need a script that wont allow to open a box when i have a max stacks of item on my invetory

     

    for example i have 30000 poring coin in my inventory and i will open a box that will give me 1000 poring coin or vice versa

     

    how can i prevent opening the box when i have max stacks of coin on my inventory

     


  9. Hi i would like to ask on how to update GCC on CentOS 5.11 

     

    my current ver. of GCC is 4.1.5 and when i run yum upgrade gcc it says that its already up to date.

     

    any guides on how to install the latest package?

     

    thankyou in advance.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.