Jump to content

clydelion

Members
  • Posts

    754
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by clydelion

  1. In battle.conf, attack_attr_none is set to 14 by default. Set it to 12 to affect mob attacks.
  2. It is because of this change. And yes, you have to fix it on other npc's too. In the first place, the close; at the end is not needed of there's no *mes ""; http://trac.rathena.org/changeset/17160/rathena/trunk/src/map/npc.c
  3. You need to have harmony installed. It is a requirement for this.
  4. @Emistry is there anyway to update the clients available in that web tool? Right now, it only supports 2010-11-16. We can point people there so that they can diff their own clients.
  5. For me, it is 20100616. Supports all of those + You don't have to close client just to change account. PS: I don't have a server, this is just my opinion.
  6. Here. http://svn6.assembla.com/svn/ClientSide/Diff_Project/kRO/RagexeRE/2010/2010-06-16/
  7. Eikasia has this kind of modification, if only the developer would continue sharing his server side mod. ref: https://github.com/ratalaika/eikasia/blob/master/Eikasia%20DLL/VC%2B%2B/src/modules/Open%20Url/openurl.cpp
  8. here skill_and_item_mapdeny(3ceam).diff
  9. Add the ip '74.63.201.243' to the allowed IP's to access the sql server.
  10. clydelion

    pc_bonus

    Cheers. Here you go. http://upaste.me/6e40508943049cf0
  11. you can do this the other way.. Check if the character is affected by Poem of Bragi.. if(getstatus(SC_POEMBRAGI) == 0) bonus bDelayRate,-30;
  12. Have you even tried? If you tried it yourself from the moment you read my reply, you should have answered your own question hours ago.
  13. - script atcmd_example -1,{ OnInit: bindatcmd "action","clydelion::OnCommand"; end; } prontera,111,222,3 script clydelion 123,{ OnCommand: mes "Hi."; close; } @action will trigger NPC clydelion
  14. nodelay is already blocked by conf/battle/skill.conf // NOTE: Setting this to 100% may cause some issues with valid skills not being cast. // The time difference between client and server varies so allowing 90% leniency // should be enough to forgive very small margins of error. skill_amotion_leniency: 90 increase /decrease the value accordingly
  15. OnAtcommand: dispbottom "Your Premium Time Left : "+getPremiumTime( #Premium ); end; OnInit: bindatcmd "premium",strnpcinfo(3)+"::OnAtcommand"; end; Add this somewhere inside that script. Probably at the bottom. You can use @premium then.
  16. Use my mod. http://rathena.org/board/topic/77378-skillitem-map-restriction-now-supports-multiple-maps/ It does exactly what you want.
  17. You can change the default url as a first line of defense. Instead of http://yoursite.net/phpmyadmin use http://yoursite.net/phpmy4dm1n Or something complex.
  18. clydelion

    Delay

    In player.conf player_invincible_time:0
  19. You can also use shop instead of cashshop to sell items. Another is a dialog based shop wherein you'll get a dialog with the npc giving you a series of menus until you finally sell your item.
  20. set #Premium, (#Premium > gettimetick(2)? #Premium : gettimetick(2)) + ( 30 * 24 * 3600 ); This will add days if the premium is still active.
    1. nanakiwurtz

      nanakiwurtz

      As a VIP (in player's perspective), I want some special effects to make my char unique and different from a non VIP players, and then less hassle procedure during events or a prioritized queue, more items than non VIP if you have the daily gift system, access to special restricted maps, and the most importantly is character customizations, like hairstyle, cloth palletes and such that only available to VIPs! :D

    2. clydelion

      clydelion

      Interesting. I will take note of those. Thank you nana :D

  21. Yan yung specs ng virtual host na irerent mo. Upload mo lang yung svn, import yung sql files. configure mo yung map_athena.conf, char_athena.conf, login_athena.conf saka inter_athena.conf. Recompile mo yung server, tas run mo na. tas ibahin mo yung ip sa clientinfo.xml ok na un
  22. Hmmm. Maghintay ka magkaron ng players? Probably post mo sa mga voting sites.
×
×
  • Create New...