Jump to content

Shiro

Members
  • Content Count

    42
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by Shiro


  1. 1 hour ago, vBrenth said:

     

    isequippedcnt

    
    isequippedcnt

     

    Like this?

    { Id: 2629 AegisName: "Magingiorde" Name: "Megingjard" Type: "IT_ARMOR" Buy: 20 Weight: 8000 Def: 2 Loc: "EQP_ACC" EquipLv: 94 Refine: false Script: <" if (isequippedcnt(2629)<2) { bonus bStr,40; bonus bMdef,7; } "> },

    
    {
    	Id: 2629
    	AegisName: "Magingiorde"
    	Name: "Megingjard"
    	Type: "IT_ARMOR"
    	Buy: 20
    	Weight: 8000
    	Def: 2
    	Loc: "EQP_ACC"
    	EquipLv: 94
    	Refine: false
    	Script: <"
    		if (isequippedcnt(2629)<2) {	
    			bonus bStr,40;
    			bonus bMdef,7;
    		}
    	">
    },

     

    Thanks for this. I think I had a different of way of doing this with rathena but this seems much easier.


  2. Hello, how do you make it that only one item will take effect if the user wears the same item? For example, you can't equip two megingjards, even if you equip two of them only one should take effect. And also, if possible you can do that with other equips too, like you can't equip megingjard + brisingamen, only one would take effect. Thanks


  3. I suggest not to try and occupy blank spaces with chibis/characters. It looks messy IMO. Try to keep the design simple and pleasing to the eyes. Also, buttons give the patcher/website a lot of glamour :) but yeah, keep it up. Practice makes perfect. Looking forward to your future designs :D

    I'm not implying that I'm better tho. Just giving you some suggestions :D

    Here's some of my latest patcher designs. 

    PS: Daifu-chan is the best :D

    patcher.jpg

    icaruspatcher.jpg

    preview.jpg


  4. Hello guys, I'm new to Hercules and just want to make a contribution :)

    A basic function inspired by Healing Salve Potion of Dota 2

    Config:

    while(.healcount < 20){ //Set 20 to number of healing instance you want
    percentheal 5, 5; //Set 5,5 for HP/SP value heal per instance
    sleep2(500);//Set 500 to preferred time interval for healing(in milliseconds) 

    Script: <" callfunc("HealingSalve"); "> // Input this to your custom item's script

    Download:

    healingsalve.txt


  5. Hello. Can I request a modification for this NPC? I'm new at hercules and I'm having a hard time.

    • Weapon Only
    • Maximum Bonus = 5
    • Random item option for every try. Only 1 option allowed. Random Stat (e.g. Str/dex/agi/etc...) meaning you can't choose what option it will give you. giving you a random stat with a random value

    Thanks!

     

×
×
  • Create New...

Important Information

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