Jump to content

Fizi

Members
  • Content Count

    44
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Fizi reacted to Haziel in New Improved 3RD JOB Sprites.   
    Actually, the palette follows a pattern.
    It means, the white color is always at same position.

    Problems we had with palettes before was just that the palette was made to change colors that the jobs didn't use.
    In that case, jRO made the palettes with an bizarre pattern.

    I've corrected them, even the Royal Guard, I'll post it on Download section today, they're totally compatible with default palette already.
  2. Upvote
    Fizi reacted to 15peaces in 15peaces 3CeAM Patches   
    Some of you allready know it through facebook.
    I've created some patches for 3CeAM in past. I want to share them here. Also I'll give you support for these patches in this topic.
     
    If you're missing some features in 3CeAM you can also ask me to create a patch file for it.
    However, I cannot guarantee for every requested feature to be implemented...
     
    You can find all patches on my GitHub page: https://github.com/15peaces/3ceam-Patches/
     
    Feel free to report all bugs you'll find. I'll try to fix them ASAP. ^^
  3. Upvote
    Fizi reacted to AnnieRuru in noitem plugin   
    Download: 1.9
    plugin
     
    tested with
    prontera mapflag noitem 0,4,5 prontera mapflag noitem IT_HEALING, IT_WEAPON, IT_ARMOR disable player from using healing items, and preventing equip weapon and armor.
    .
    prontera mapflag noitem Poring_Card prontera mapflag noitem 4001 disable player from using Poring Card
     
     
    Credit to original author -> https://rathena.org/board/topic/59578-mapflags-noitem-and-noskill2/
    Wynn_
     
  4. Upvote
    Fizi reacted to Ridley in [Release] The (data) GRF Project   
    Compressed and uploaded during last night. New Link is online
  5. Upvote
    Fizi reacted to Ridley in How to make pron_in can be rotate 360 degree   
    It's client side,
    data/
    indoorrswtable.txt
    viewpointtable.txt
    Either in your grf or data.grf
  6. Upvote
    Fizi reacted to Angelmelody in Coin Trader   
    becoz this commit :https://github.com/HerculesWS/Hercules/commit/b1b1b1aa8edc866a83029081e93d3e7d0f138189
    so should change the  isday() into !isnight()
  7. Upvote
    Fizi reacted to Samuel in Need help about Hercules Official Job Master   
    @
     
    find this section in your job master:
     
    while (true) { mes "Select an option."; next; .@[member=choice] = select(" ~ ^0055FFRebirth^000000:"+(.third_classes ? " ~ ^FF0000Third Class^000000" : "")+": ~ ^777777Cancel^000000"); if (.@[member=choice] == 3) close; mes "[Job Master]"; mes "Are you sure?"; next; if (.@[member=choice] == 1) Job_Menu(Job_Novice_High); else Job_Menu(roclass(.@eac|EAJL_THIRD)); mes "[Job Master]"; } change into:
     
    while (true) { mes "Select an option."; next; .@[member=choice] = select(" ~ ^0055FFRebirth^000000:"+": ~ ^777777Cancel^000000"); if (.@[member=choice] == 3) close; mes "[Job Master]"; mes "Are you sure?"; next; if (.@[member=choice] == 1) Job_Menu(Job_Novice_High); mes "[Job Master]"; }
×
×
  • Create New...

Important Information

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