Jump to content

Paroxysm

Members
  • Posts

    199
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Paroxysm

  1. Remove it from the sprite itself.
  2. You might want to check Paid Services Section. It will help you canvass things. https://rathena.org/board/forum/45-paid-services/
  3. Version v1.0

    860 downloads

    Ragnarok Chibi Renders, Enjoy!
    Free
  4. it's no texture but a sprite (ef_snow.spr) and hardcoded in the client. but you can disable it with a hex editor (I use Hexedit) open your client with Hexedit find: 786D61732E727377 replace with: 0000000000000000 - from Ridley of Hercules
  5. It's working on my part. What are the errors?
  6. Windows: - stop your servers - right click your rathena folder --> SVN Update - recompile - restart servers Linux: - stop your servers - cd into your rathena folder - svn update - recompile - restart servers
  7. Update you savedata folder.
  8. Thanks bro! Yea, the client ask me to make it similar to warp portal. thx for the ratings Kaiser RO - 85%
  9. Typical servers nowadays are 255/120
  10. Default font. Haven't tried using any of those custom font haha.
  11. Try this, I found it somewhere //==================================================================== //===== Hourly Points Script ========================================= //===== By: ========================================================== //= GorthexTiger modified by Nibi //===== Current Version: ============================================= //= 1.0 //===== Compatible With: ============================================= //= Any eAthena Version / rAthena //===== Description: ================================================= //= Get Points every successful hours of gameplay, you cannot get //= the points even if you miss a second or a minute. A player will //= get a very big bonus if they played 12 hours consecutively //= or without logging out of the game. If the player is vending //= the script will then stop. //===== Additional Comments: ========================================= //= You can modify the script to your liking. //= The default points is Kafrapoints change it anyway if you like. //= 1.1 = Check Chatting too //= 1.2 = 5 Minute Idle Check & @at/@autotrade check. //= 1.3 = Corrected the current balance line on 12 Hours Consecutive //==================================================================== - script hourlypoints -1,{ OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: if(checkvending() || checkchatting() || checkidle()) { dispbottom "The hourly points event stopped because you were vending / chatting / afk. Please relog if you wish to start again."; stopnpctimer; end; } end; OnTimer60000: set @minute, @minute + 1; if(@minute == 60){ set @minute,0; set .@point_amt, 1; getitem 7179 .@point_amt; set @consecutive_hour, @consecutive_hour + 1; } if(@consecutive_hour == 6) { set @consecutive_hour,0; set .@cpoint_amt, 10; getitem 7179 .@cpoint_amt; } stopnpctimer; initnpctimer; end; }
  12. They're not active anymore. Don't expect any response.
  13. try to use search button. All of your request can be found easily if you search patiently
  14. Version v1.0

    574 downloads

    Free Coded Thor Patcher [Grudge Theme] .psd file included
    Free
  15. Update your client date or your UserKeys.lua
  16. You can check @rates every time you change your drop rates
  17. You need to update your client date or your data files
  18. Rate please XD Website Showcase Splash Page Showcase Patcher Skins Showcase Loading Screens Showcase Signature Showcase Login/Basic RO Interface Showcase Etc Showcase 2016 Projects
×
×
  • Create New...