Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/15/18 in Posts

  1. View File Double Blades DOUBLE BLADES CUSTOM ROBE Greetings again, rAthena! I'm Haziel, you might know me from the work I've done for the past years, I'm back again with new releases every week. And, to begin with, I'm bringing back my old freebies which had their links broken for quite a while now. But, I couldn't do that without improving them and bringing them to the current level of skill I have nowadays. Double Blades were once called (by me) Crossed Swords, it is made upon a dropped concept from Gravity of a Robe/Garment, so I took the oportunity and finished the work. I hope you enjoy the final product! If you're interested on my work, Contact me on hyering or through one of the channels below! By downloading this file, you agree with my Terms of Service: • YOU WILL NOT remove my signature from any of the included files. • YOU WILL NOT alter, edit, recolour any of my files unless for your personal use. • YOU WILL NOT repost, repass or mirror my work nor edited versions of it anywhere. • YOU WILL NOT sell, resell or in any manner, ask money or rewards using my work as exchange. • YOU WILL NOT claim my work as yours. Submitter Haziel Submitted 01/14/2018 Category Robe & Garment Sprites Content Author Haziel Graphics, Gravity Corp  
    2 points
  2. Try to move the OnInit: waitingroom "MVP Room",0; below before the last right curly brace " } " and add end; after waiting room.
    1 point
  3. 1 point
  4. @core you mean enable memo on a map? if im correct check this out https://github.com/rathena/rathena/blob/master/npc/mapflag/nomemo.txt
    1 point
  5. you are missing <tab> replace <spaces> with <tabs> in this line
    1 point
  6. Thats how ot works, Jist dear for @sleep @afk site:rathena.org in google
    1 point
  7. well if with 'display_party_name: yes' still the problem then i don't know why that happening to your client maybe client side diff NEMO ? don't know
    1 point
  8. First, comment out your damage cap codes. Try my code, find this code at battle.cpp: wd = battle_calc_weapon_final_atk_modifiers(wd, src, target, skill_id, skill_lv); under that, add this: // Damage Cap Values here Add below if (skill_id == MO_EXTREMITYFIST) wd.damage = cap_value(wd.damage, INT_MIN, 500000); // capped to 500,000 I've been using that code a long time ago. So far, I haven't encountered any problem yet.
    1 point
  9. i think what you want is 2 not 1 change it to 2 and it's better that you just time in the game chat /showname more then once until you get the look you want
    1 point
  10. you have to close the game first you can edit it with any text editor notepad++ , visual code etc
    1 point
  11. how to download the saiyan aura and how to put in the files? any guide please thank you
    1 point
×
×
  • Create New...