Jump to content

Poring King

Members
  • Posts

    911
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Poring King

  1. Each year there is a stable client . But currently i think the most popular is the 2018-06-21 and most stable . But rAthena already support 2020 client but still got lot of bug's and need to fix ...
  2. View File Fix Blank Eye Error from Custom Hairstyle Have you been experience error from Blank eye using Custom Hairstyle ? I made it for you and it support up to Hairstyle 99 Female and Male Hairstyle . Well to be honest its not really fix the whole custom hairstyle but it provides you what the client is looking for to remove the error Submitter Poring King Submitted 12/02/2020 Category Client Resources Video Content Author Poring King  
  3. Version 1.0.0

    111 downloads

    Have you been experience error from Blank eye using Custom Hairstyle ? I made it for you and it support up to Hairstyle 99 Female and Male Hairstyle . Well to be honest its not really fix the whole custom hairstyle but it provides you what the client is looking for to remove the error
    Free
  4. Revise the script and add the getinventoryitem script
  5. Get thor patcher ( Thor Patch guide ) Simple guide Create a New folder ( put your system files or any files that you want to put to your player RO folder to make them updated ) Use thor generator and select the new folder that you made save it to the desktop Select root then generate WebHost Open your webhost using your WinSCP or your Cpanel go to your patcher folder put your generated thor files from your desktop and add it to your webhost data folder Open your plist add there your thor generated file name example : 1[space]Update2020files.thor Make sure your thor patcher is connected to your webhost . To do that you need to setup the configuration at your thor folder at config file name
  6. Its same thing from old but YML is more informative the only thing is different from the past is its txt file now its yml
  7. Add data in your client/system/iteminfo.lua or lub Find the corresponding ID if not there then that is the cause of apple by default
  8. Announce "This is how you use announce",BC_ALL; Your mega phone is this "announce strcharinfo(0) + ": " + .@megaphone$,bc_all,0xFF0000;" To correct that . use the default syntax Announce "[ Streamer ]: "+strcharinfo(0)+":"+.@megaphone$+"",bc_all;
  9. New question is new topic . Select up if the post is has been solve . Create a new tread if new question ! To answer your question . Its either you will disable the achievement from conf/battle/feature.conf or the announce will stay there
  10. Use sprite editor if you are well know how to edit a sprite act
  11. They reply thru there own website ticket section
  12. You need to hex your client and use english translation on your system folder
  13. Hello . This would be a nice event for all rAthena Filipino Developer to see each other in one place what do you think ?
  14. Sometimes this kind of error is just normal and you only need to do is to hex and select the ignore lua error
  15. Use american on your clientinfo.xml instead of korean and use lang type 1 if 2018 client lang type 0 if below 2018
  16. This topic should be move by moderator
  17. rAthena Support upto #define PACKETVER 20200401. But the most stable one is 20180620
  18. @INDYPLUS Andro is the free version for mobile RO . Why you purchase such a thing thru middle man ? . You can buy a android and iOs compatible thru @Vykimo and the user interface is good than Andro Free Version You can purchase XPRO from @Vykimo with very high quality mobile experience at his own website at https://vykimo.com/
  19. This forum is for newbie developer and pro developer ... I don't see a developer will do that and share it -.- if you want that kind of grf then go ask to other forums but not here
  20. //Skormie's WOE Waitingroom Timer v1.02.1 //Should natively work with Euphy's WOE Controller. prontera,150,150,5 script Woe Time 100,{ end; OnInit: function add_zero; function woe_update; .@Euphy_Len = getarraysize( $WOE_CONTROL ); if( .@Euphy_Len ) { for( .@i = 0; .@i < .@Euphy_Len; .@i += 4 ) { .woe_day[ getarraysize( .woe_day ) ] = $WOE_CONTROL[.@i]; .woe_hour[ getarraysize( .woe_hour ) ] = $WOE_CONTROL[.@i+1]; } } else { setarray .woe_day, 5, 4; //Day of the week WOE Starts on. (0 for Sunday, 6 is Saturday) setarray .woe_hour, 16, 20; //rAthena works on a 24 hour clock. } woe_update(); while ( 1 ) { .@woe_tick = .woe_time[.current] - gettimetick(2); .@day = .@woe_tick / 86400; .@hour = .@woe_tick % 86400 / 3600; .@min = .@woe_tick % 3600 / 60; .@sec = .@woe_tick % 60; .@mes$ = add_zero( .@day ) + add_zero( .@hour ) + add_zero( .@min ) + add_zero( .@sec, 1 ); delwaitingroom strnpcinfo(0); waitingroom agitcheck() ? "WOE is Active!" : .@mes$, 0; sleep 1000; } end; OnAgitEnd: woe_update(); end; function add_zero { return ( ( getarg(0) < 10 ) ? "0" : "" )+ getarg(0) +( getarg(1,0) ? "" : ":" ); } function woe_update { .@woe_len = getarraysize( .woe_day ); for( .@a = 0; .@a < .@woe_len; .@a++ ) { .@woe_day[.@a] = ( .woe_day[.@a] - gettime(4) + 7 ) % 7 * 86400; .@woe_hour[.@a] = ( .woe_hour[.@a] * 3600 ) - gettimetick(1); .woe_time[.@a] = gettimetick(2) + .@woe_day[.@a] + .@woe_hour[.@a]; if(gettimetick(2) > .woe_time[.@a]) .woe_time[.@a] = .woe_time[.@a] + 7 * 86400; if( .woe_time[.@a] <= .woe_time[.current] ) .current = .@a; } } }
  21. How to bring back the old pub that you can still receive player general chat while on pub . Because right now im using 2018 stable client and while on pub i can't receive surrounding player chatter message
  22. Well its work and i manual remove the max cap of def and the exploit of zeny from buy and sell using overcharge! thx its fix
×
×
  • Create New...