Jump to content

Vykimo

Members
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Vykimo

  1. Thumbs up. Continue that way!
  2. Looks f*cking good ! Great work
  3. I think its a new client feature. So the solution is to create a mod in rathena appending online players to server name.
  4. No I think He was talking about "skill". I don't see the goal of a norecall command for @recall since it is owned only by gms... if gms aren't enough responsible and they abuse of the recall command its a professionalism problem.
  5. Verify you can walk on it too
  6. You'll be recalled... It's not the same purpose
  7. so awesome link ! Bookmarked.
  8. No, but people who activate @norecall will not be recalled by emergency call
  9. Here : https://rathena.org/board/topic/117324-release-norecall-command/
  10. View File @norecall command @norecall/@nr : Don't be recalled by Emergency Call skill. It's only a .diff file to Apply on your rAthena folder. I made this free release starting of the idea of @YtalloNv here : https://rathena.org/board/topic/117304-i-need-to-add-the-norecall-command-on-my-server/#comment-353203 Submitter Vykimo Submitted 10/28/2018 Category Source Modifications Video Content Author Vykimo  
  11. Hercules but you can be inspired because both emulators works pretty similar..
  12. It's way more complex… https://www.google.com/search?source=hp&ei=74_VW56QI8iSa7iAiNAI&q=registration+form+php&oq=registration+form+php&gs_l=psy-ab.3..0l4j0i203k1j0l2j0i203k1j0l2.954.2767.0.2933.23.8.0.0.0.0.471.471.4-1.1.0....0...1c.1.64.psy-ab..22.1.469.0...0.u7hnBI2yUfA is a good start… but you should use fluxcp or one another CP if you've no experience in webcoding. You've many alternatives here : https://rathena.org/board/forum/117-web-releases/
  13. Go in your db/pre-re/skill_require_db.txt 46,0,0,12,0,0,0,11,1,1,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AC_DOUBLE Change 10th column to 2 like that : 46,0,0,12,0,0,0,11,1,2,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AC_DOUBLE
  14. Version 1.0.0

    273 downloads

    @norecall/@nr : Don't be recalled by Emergency Call skill. It's only a .diff file to Apply on your rAthena folder. I made this free release starting of the idea of @YtalloNv here : https://rathena.org/board/topic/117304-i-need-to-add-the-norecall-command-on-my-server/#comment-353203
    Free
  15. So make a kyubi 3d model ^^
  16. Skill damage of one parricular skill or of all ?
  17. OMG so amazing look. But he cannot walk right ?
  18. Good idea. I will develop it and release it
  19. Between rsu-kro-renewal-lite and rsu-kro-renewal-lite, no difference . ^^ (Just joking, difference between rsu-kro-renewal-lite and rsu-kro-rag-lite is that one is for renewal (rdata.grf) and the second for pre-re (data.grf, right?)
  20. You've to look in msgstringtable.txt if you can find this text in Korean. If not, search for every "ragnarok.co.kr" written and replace it by your server address. At least it should redirect your players to the good website…. But I think this detection is hardcoded in exe so only a new diff could delete it.
  21. Brillant idea ! It guess Gravity will implement it in next few years~
  22. yes and it's quite easy to code if you've PHP skills. If not, please consider using FluxCP instead... Example of simple status server check : /* Usage: $status = GetServerStatus('http://domain.com',80) or $status = GetServerStatus('IPAddress',80) */ <?php function GetServerStatus($site, $port) { $status = array("OFFLINE", "ONLINE"); $fp = @fsockopen($site, $port, $errno, $errstr, 2); if (!$fp) { return $status&#91;0&#93;; } else { return $status&#91;1&#93;;} } ?>
  23. No it should. Because guild id is saving in a global permanent variable. And they are stored by map-server in database table `mapreg`. So it should be remanent. If not it's maybe because you closed your mapserver too quickly and it hadn't enough time to save it in DB...
  24. Oh god ! never seen such behavior ! Check if your graphic card works with ragnarok… (sometime it does not) PS : for the error, its the map icon (on upper right side) which is missing. Just add it.
  25. I Don't understand… When you delete this line, everytime someone will take the castle it'll stay his property until the next emperium break. that's all.
×
×
  • Create New...