Jump to content

PunkBuster

Members
  • Content Count

    216
  • Joined

  • Last visited


Reputation Activity

  1. Like
    PunkBuster reacted to Tsuuu in Items that calls up a script   
    It would look something like this:

    first create a script and put its function there, example:
     
    function script scripttest { getmapxy @map$,@x,@y,0; dispbottom "Quantidade de jogadores no mapa atual: "+getmapusers(@map$); end; } then just go to the item script and use callfunc, in this example I used '2201':
    Id: 2201 AegisName: "Sunglasses" Name: "Sunglasses" Type: "IT_ARMOR" Buy: 5000 Weight: 100 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 12 Script: <" bonus2 bResEff,Eff_Blind,500; callfunc "scripttest"; ">
    You can also make this number update every time the number of players changes on this map, it all depends on what you want.
  2. Like
    PunkBuster reacted to AshiHanna in Corrected Head Summoners + Kamishi's 34 hair palette (Rework)   
    View File Corrected Head Summoners + Kamishi's 34 hair palette (Rework)
    Enables to use kamishi's hair palette pack and ignores the color of the eye and ... some of the fur
    20 hair styles (10 male and 10 female)
    If there are any issues with my work
    feel free to notify me
    leave a like if you like my work (helps me motivate and share :3)
    Submitter AshiHanna Submitted 06/30/19 Category Sprites & Palettes  
  3. Upvote
    PunkBuster got a reaction from Vaytrex in New Improved 3RD JOB Sprites.   
    Less clothing for the women and more buff for the men. I approve of this change.
  4. Upvote
    PunkBuster got a reaction from n0tttt in Hercules vs rAthena: Current differences   
    My partners and I decided to go with Hercules after all, since we're running pre-renewal. Thanks for the input.
     
    This seems like a very common question for people though, might be good idea to keep a permanent topic listing the differences.
  5. Upvote
    PunkBuster got a reaction from ZelosAvalon in Hercules vs rAthena: Current differences   
    I am the admin of a very old RO server, still running on eAthena. I want to port us from eAthena to a a modern emulation, but first I'd like to choose which one. I've found many old topics regarding Hercules x rAthena differences, but they all seem to be from about 3 years ago or so. I'd like to know the current differences between both.
  6. Upvote
    PunkBuster got a reaction from ZelosAvalon in Hercules vs rAthena: Current differences   
    My partners and I decided to go with Hercules after all, since we're running pre-renewal. Thanks for the input.
     
    This seems like a very common question for people though, might be good idea to keep a permanent topic listing the differences.
  7. Upvote
    PunkBuster reacted to Dastgir in No rule to make target `o'   
    it seems that you are typing wrong command.. you should type "make plugins", you are missing the last "s"
  8. Upvote
    PunkBuster reacted to pan in Preserve Skill   
    Open src/map/skill.c and find:
    case ST_PRESERVE: Remove itNow find:
    clif->skill_nodamage(src,bl,skill_id,skill_lv, sc_start(bl,type,100,skill_lv,skill->get_time(skill_id,skill_lv)));break;Add below: case ST_PRESERVE: if( sd ) { if( sd->sc.count && sd->sc.data[SC_PRESERVE] ) { status_change_end(bl, SC_PRESERVE, INVALID_TIMER); clif->skill_nodamage(src, bl, skill_id, skill_lv, 1); } else { clif->skill_nodamage(src,bl,skill_id,skill_lv, sc_start(bl,type,100,skill_lv,skill->get_time(skill_id,skill_lv))); } } break;Regards.
  9. Upvote
    PunkBuster got a reaction from Neo-Mind in New Improved 3RD JOB Sprites.   
    Less clothing for the women and more buff for the men. I approve of this change.
×
×
  • Create New...

Important Information

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