Jump to content

Poring King

Members
  • Posts

    1017
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Poring King

  1. Get the server time then OnClock0000: OnClock0100: OnClock0200: OnClock0300: OnClock0400: OnClock0500: OnClock0600: OnClock0700: OnClock0800: OnClock0900: OnClock1000: OnClock1100: OnClock1200: OnClock1300: OnClock1400: OnClock1500: OnClock1600: OnClock1700: OnClock1800: OnClock1900: OnClock2000: OnClock2100: OnClock2200: OnClock2300: OnClock2400: announce "Its 12am now military time 24",BC_ALL; end; Add announce every onclock easy way Gepard is optional . Gepard is a gameguard for your server.
  2. Well to be honest it happen to me before when im trying to make a multiple server . Same thing happen to me and i solve it thru port that's why i suggest to double check it
  3. Cafe player won't get too if you put IP
  4. Double check your Port it should be tie to other connectivity files
  5. I agree with you ^_^ . Can't remember to be honest but im pretty sure that i show support on there works ...
  6. Use Nemo-Master latest version
  7. Use wiki if you can't find answer here and you don't need to double post just to get attention from other wait for them to answer you
  8. Do you mean the @duel command like ?
  9. Of course you will get error because you don't have your mainserver.grf
  10. Wrong! It should be like this [Data] 0=YourServer.grf 1=data.grf 2=rdata.grf
  11. Show me your data.ini setup
  12. Small question for all of us . Would you still want to help people that did not appreciate your effort to answer there question here in forums ? Well most of the user's here is just a lurking people that only take information and ask for help but they did not give some effort to show there gratitude for your help. Well not all but most of them i give 4-7 days activity in rAthena not 24/7 but at least i open my rAthena account for 4-7 days a week and tried to help other newbie like other's do to me when im still new way back 2013 in rAthena
  13. Download http://nn.ai4rei.net/dev/rsu/ Download Lite KRO and KRO Re then paste it to your RO folder and do the patch there . Try to log in if the error still there then go to your data.grf copy the missing files from the texture
  14. Added Quest Belzebub Card Quest Utilities Moving Pub Healer & soul link Events Whos Online Shower-event Update : October 15,2020
  15. You can check it thru rAthena-Master/npc/scripts_athena.conf
  16. You are missing of files from texture folder . Try to update your KRO . If the error still insist provide it to your server grf and make it 0=server.grf. Thru hexing read data diff is disable and it gives you error if you are using 2018 clients. so to do that you need to make your data.ini 0=yourserver.grf
  17. You can read everything here and learn :https://github.com/rathena/rathena/blob/master/doc/script_commands.txt
  18. Im interested but seems like you are very busy person to handle private message
  19. Still learning ^_^ . Ok Thx for your effort
  20. Well RO files is never been detected as a virus so there is no way it will happen like that .
  21. @AnnieRuru Well to be honest im trying to update and upgrade your old script prontera,155,181,5 script Woe Points 100,{ .@nb = query_sql( "select name, woe_points from guild order by woe_points desc limit 3", .@guild_name$, .@points ); for ( .@i = 0; .@i < .@nb; .@i++ ) { if ( !.@points[.@i] ) break; mes ( .@i +1 )+". "+ .@guild_name$[.@i] +" -> "+ .@points[.@i]; } close; OnClock1930: OnClock2000: OnClock2030: OnClock2100: for ( .@i = 0; .@i < 30; .@i++ ) { .@castle_guild_id = getcastledata( getvariableofnpc( .Castles$[.@i], "WOE_CONTROL" ), 1 ); if ( getvariableofnpc( .Active[0], "WOE_CONTROL" ) & 1 << .@i && .@castle_guild_id ) query_sql "update guild set woe_points = woe_points +1 where guild_id = "+ .@castle_guild_id; } end; OnBreakEmp: // put doevent under OnAgitBreak ... query_sql "update guild set woe_points = woe_points +1 where guild_id = "+ getcharid(2); end; } Im planning to Add Shop(That only Guild Master can Access) , Get the points and use it for the fake_npc shop Automatically Install if the column is not exist (SQL) Get the last guild from the recently woe winners and give +(MorePoints)
  22. Hello im trying to add automatically a column in my database if not exist thru NPC Script . ALTER TABLE IF NOT EXIST `guild` ( ADD `woe_point` INT(11) UNSIGNED NOT NULL DEFAULT '0', ) ENGINE = MYISAM;
  23. Added FarmZone Halter Server Time ChangeName Update : October 6,2020
  24. He just said "i forgot to make a swapfile!"
×
×
  • Create New...