Jump to content

Zeiyan

Members
  • Posts

    275
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Zeiyan

  1. it does not affect GM's you can set it in the script
  2. Is sprite repository even going back online?
  3. search for the mapflag for nostorage or nocommand it's somewhere in source release i think
  4. Zeiyan

    @commands

    http://rathena.org/board/topic/77910-ban-ip-ver3/ this?
  5. When will it be available on RA?
  6. The pink background is transparent for the bmp files.
  7. solved it by myself finally -__-.
  8. Zeiyan

    Asura Strike

    How about reducing the bonus damage of EDP given on Asura strike? Champ with level 3 EDP that gives 300% bonus damage: gives 150 or 200% bonus damage to asura strike but gives 300% to other skills and normal attacks.
  9. trunk->conf->battle->battle.conf // Who can have perfect flee? (Note 3) enable_perfect_flee: 1 I guess set it to 0. I did not try it though.
  10. this is pretty good
  11. Oh crap. I didnt realize i posted at source releases. my bad. this was meant for source request -__- ** Please transfer this thread to Source Request. Sorry**
  12. Good day rathena. I know there are topics around related to this and are already solved. I was happy with this patch http://rathena.org/board/files/file/2356-warp-go-damage-delay/ Players CAN NOT warp when being attacked ONLY by other players. Players CAN WARP when using skills. The problem is when i updated to the latest revision about 2 days ago? (i dont remember because i always update) it became this. Players CAN NOT warp when using skills and attacking/being attacked by monsters. What i want to do is turn it back to this: Players CAN WARP when attacking/being attacked by monsters AND Using Skills. Players CAN NOT warp when attacking/being attacked by other players. I dont know what changed in the latest revision that caused this but i hope you guys can help. (This apply to both @warp and @go command) bump bump
  13. just edit the script. edit the "close" to "end"
  14. ok my goal is everything (normal hits and skills) recieve the normal level 3 edp buff from my custom card that gives chance to cast EDP which is Assassin cross card EXCEPT for asura strike skill. Im trying to nerf the buff/damage bonus of edp ONLY to asura strike bump bmp
  15. Please read carefully its kind of complicated I am running a 255/120 high rate server with the effect of Assassin cross card giving chance to buff Enchant Deadly Poison on self. I am fine with EDP affecting the damage of asura strike. What i want to do is nerf the bonus damage of EDP ONLY TO ASURA STRIKE but will not affect the bonus damage of edp to others skills and attacks. i was thinking of something like this in battle.c Original code case MO_EXTREMITYFIST: skillratio += 100*(7 + sstatus->sp/10); skillratio = min(500000,skillratio); //We stop at roughly 50k SP for overflow protection break; The sort of code im thinking of (not that good at src but i think i can understand very little and an idea of it) case MO_EXTREMITYFIST: skillratio += 100*(7 + sstatus->sp/10); // here's the part im thinking of. if (SC_EDP) skillratio += 200%; ( im using lvl 3 edp for my sinxc which i think is 300% so i want asura strike to only get 200%. skillratio = min(500000,skillratio); //We stop at roughly 50k SP for overflow protection break; i know that's not a code that will work but its just an idea of that im trying to say. bump
  16. Hello guys. Most of us here are grateful to rathena for helping us in topics on source mods and scripting and other technical stuffs. I created this thread for people like me who are starting their own ragnarok private server. In my opinion its really easy and doable to edit stuffs server or client side. the major goal is "Population" ragnarok Onine has been around since around 2002 i think and there are players all over the world that developed passion for the game. thus creating their own servers. The problem is the truth that ragnarok is old. Players starts to play other MMORPG. I'd like people to post here on tips and tricks to get people interested in playing Ragnarok again. Ways to advertise, ways to make people know how enjoyable the game is. I've been advertising on several facebook groups (along with other server owners) There are paid advertising on different websites like the Top ragnarok sites and ratemyserver. Who else can give tips and tricks that can help beginners populate and invite people to their servers?
  17. I'm curious what's the item script for your zorro swords?
  18. can you post the woe controller you're using?
  19. http://rathena.org/board/topic/83756-can-i-change-renewal-storage-into-old-storage/ Hope this helps a little
  20. yea bump for this
  21. if(getgmlvl > 0) then making it not dropable and not tradable set it in trunk>db>(pre-re or re folder)> item_trade.txt
  22. i will try this
  23. Come and join Zeiyan Ragnarok Online! :)

  24. I registered and have been using rathena since december 2012 (i'm kinda new) well i certainly learned a lot here given that i really have no c+ or java experience. I've been trying to help new users here also with basic problems that i can answer easily. I just don't have anything to do and realized i have not posted here yet. so hello rathena
  25. bumping hello bumping!
×
×
  • Create New...