Jump to content

Poring King

Members
  • Posts

    912
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Poring King

  1. Well that is the reason why i ask you to get those patcher first . First thing first man if the error is still on that then copy the luafiles of the newly patch data.grf and add it to your custom server.grf Ofcourse you will need the patcher so your client/player are keep updated from your files . So they will not encounter a item error because you have it thats why you are not getting a error how ever your player/client don't have it so it will cause them a error.. I hope you understand i have a bad english ^_^
  2. Download patcher from nn.ai4rei.net get the pather kro re and prere copy or extract it to your RO folder then do the patch . Once its finish try to run if the error is still there then ask the forum to get 2018 lua files or simply copy the lua files inside data.grf
  3. Bro get a clean client that still unpacked and make your own patch/hexing/diffing to solve your problem that is the best way
  4. Thankyou for your effort ^_^ more power !! rAthena Dev team . Well because of this i suddenly click the donate button ^_^
  5. To fix the error that you post definitely the first reason of this its because you use a packed client that you don't know what is the path using for system files . Example : On diffing the client while its still unpacked the user put on iteminfo path is . "CustomIteminfo.lua" then that mean you will get a bunch of error . To fix this you need to get a unpacked client version which is you are the one will configure for the path of each lua/lub file .
  6. You are using outdated file so that mean you need to update everything
  7. View File WoE-TC-event.txt War of Emperium Target Castle npc will give you a new kind of ragnarok WAR OF EMPERIUM experience . About this file: Is a simple script event that will give a reward for the castle winner from the WOE Target Castle Event its a new kind of reward for guild winners of woe. How it works ? Check if the talker is the guild winner of the winning castle Check if the talker is the guild master Check if reward already claim No Target castle can't get reward from the NPC Configuration: set .TCE,0; // If the Target Castle is Initiate 0 = No Target Castle Event | 1 = Target Castle Event Enabled set .WoERewardID,7227; // WoE Reward ID set .WoERewardAmount,25; // WoE Reward Amount // Available Castle for Target Castle Event setarray .TC$[0], "prtg_cas01", "payg_cas04", "gefg_cas01", "aldeg_cas02", "arug_cas03", "schg_cas03"; Buying Term I still retain all rights to this script. You are not allowed to redistribute this script in any way. You can modify this script as you like NPC Author will remain in the Script Submitter Poring King Submitted 10/21/2020 Category PvP, GvG, WoE, Battleground Video Content Author Poring King  
  8. Im on my phone so i cant search . That error is normal and no impact just setup your data ini to read first your main server next rdata next data You can check which patch is success on nemo patches selection or simply click the client version and see if your patch liking is success on that version Again if you open a thread focus on what you want . Other question just make a new thread its free but to answer your question if you want to make a patch for your server simply put your thor file on your webhost config . Simply download thor patch learn how to setup learn how to make a patch then add it to your webhost then thats it
  9. Stable Client that Support rAthena2018-06-20eRagexeRE - Currently Stable client that rAthena support2017-06-14bRagexeRE - Most Well known 2015-11-04aRagexe - Old Stable Client / Stable client for Pre-renewal Server Simple Guide Use Nemo Master for diffing/Hexing by 4144 use the latest file from his github Use sclientinfo.xml instead of clientinfo.xml in your server.grf Use American in sclientinfo.xml Use Lang type 1 in sclientinfo.xml Connect all lua when diffing with correct format case-sensitive
  10. Your mmo define this client #ifndef PACKETVER #define PACKETVER 20100728
  11. Version 1.0.1

    8 downloads

    War of Emperium Target Castle npc will give you a new kind of ragnarok WAR OF EMPERIUM experience . About this file: Is a simple script event that will give a reward for the castle winner from the WOE Target Castle Event its a new kind of reward for guild winners of woe. How it works ? Check if the talker is the guild winner of the winning castle Check if the talker is the guild master Check if reward already claim No Target castle can't get reward from the NPC Configuration: set .TCE,0; // If the Target Castle is Initiate 0 = No Target Castle Event | 1 = Target Castle Event Enabled set .WoERewardID,7227; // WoE Reward ID set .WoERewardAmount,25; // WoE Reward Amount // Available Castle for Target Castle Event setarray .TC$[0], "prtg_cas01", "payg_cas04", "gefg_cas01", "aldeg_cas02", "arug_cas03", "schg_cas03"; Buying Term I still retain all rights to this script. You are not allowed to redistribute this script in any way. You can modify this script as you like NPC Author will remain in the Script
    15.00 USD
  12. There is a costume item default from Ragnarok online . You can see it on your item_db . Then if you want to add put in your quest shop npc you only need to do is to put the ID on the <reward id> column I give you the format there is no special things to do for changing the quest npc item . You only need to do is to change the value of the reward put it your costume ID
  13. Try this for entering pvp this is the code . But first you need to find in your script the warping code for player then after or before insert this code. announce "Player "+strcharinfo(0)+" has entered PVP Arena",0;
  14. It says doesn't exist meaning its either no database or miss configure
  15. Here // ----------------------------------------------------------- // Quest items -- do NOT use a reward item more than once! // Add(<shop ID>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>,<required item ID>,<required item amount>{,...}); // ----------------------------------------------------------- Add(1,18618,1,900,0,1020,500,1020,1);
  16. I never use Hercules and this is my first hercules sneak peak npc ^_^ . Well let say that this is rAthena script i should notice the strnpcinfo(NPC_NAME_HIDDEN) because there is no NPC_NAME_HIDDEN in strnpcinfo ?? Well its a stupid that i didn't see it i think i should sleep now lol 12am
  17. I got this error I just add this 2 on OnagitBreak & OnAgitEnd //OnAgitBreak: // query_sql "SELECT `auto_id` FROM `agit_defend_stats` WHERE `castle_name`='" + getcastlename(strnpcinfo(NPC_NAME_HIDDEN)) + "' AND `woe_ended`='0' ORDER BY `auto_id` DESC LIMIT 1",.@last_conquest; // if( getarraysize(.@last_conquest) ){ // query_sql "UPDATE `agit_defend_stats` SET `lost_time`=NOW() WHERE `auto_id`='" + .@last_conquest + "'"; // query_sql "SELECT `conquest_time` FROM `agit_defend_stats` WHERE `auto_id`='" + .@last_conquest + "'", .@conquest_time$; // query_sql "UPDATE `agit_defend_stats` SET `defend_time`=TIMEDIFF(NOW(),'" + .@conquest_time$ + "') WHERE `auto_id`='" + .@last_conquest + "'"; // } // query_sql "INSERT INTO `agit_defend_stats` (castle_name, guild_id, conquest_time,woe_ended) VALUES ('" + getcastlename(strnpcinfo(NPC_NAME_HIDDEN)) + "', '" + .@GID + "', NOW(),'0')"; // // //OnAgitEnd: // query_sql "SELECT `auto_id` FROM `agit_defend_stats` WHERE `castle_name`='" + getcastlename(strnpcinfo(NPC_NAME_HIDDEN)) + "' AND `woe_ended`='0' ORDER BY `auto_id` DESC LIMIT 1",.@last_conquest; // if( getarraysize(.@last_conquest) ){ // query_sql "SELECT `conquest_time` FROM `agit_defend_stats` WHERE `auto_id`='" + .@last_conquest + "'", .@conquest_time$; // query_sql "UPDATE `agit_defend_stats` SET `defend_time`=TIMEDIFF(NOW(),'" + .@conquest_time$ + "') WHERE `auto_id`='" + .@last_conquest + "'"; // query_sql "UPDATE `agit_defend_stats` SET `woe_ended`='1' WHERE `auto_id`='" + .@last_conquest + "'"; // } /* This is my first time encounter this kind of error so i got 0 idea how to check and how to solve . I don't know how to solve "guild_mapname2gc" error
  18. Hello i always encounter this kind of stupid problem when im creating a sql table automatically . This is my automatic sql /* DROP TABLE IF EXISTS `WOE`; CREATE TABLE `WOE` ( `test` int(11) unsigned NOT NULL auto_increment, `test1` varchar(34) NOT NULL default '', `test2` INT(11) NOT NULL, `test3` DATETIME NULL, `test4` DATETIME NULL, `test5` TINYINT(1) NOT NULL, `test6` DATETIME NULL, PRIMARY KEY (`test`) ) ENGINE=MYISAM DEFAULT CHARSET=utf8; */ I tried to use this on my phpmyadmin and its work fine but when i try to put this on npc it would not create .. Any IDEA ? I learn from my mistake so please point it out my mistake ^_^ Thx
  19. Hello i just found a bug from this script If you are Lord knight and changing into Royal Knight and use a mount from breeder npc to get a dragon it will not show the dragon but in status it will display a peco enabled. If you are on Royal knight and you will get mount from breeder npc the Dragon mount will showed . I tried to put a script that will grant a temporary skill of dragon training but still the dragon will not shown but the peco mount in status is enabled...
  20. Even you are using an old client it would not work because the coding style is changing if you want a work costume ask the contributor to update it and post it to rAthena..
  21. They are located inside the GRF in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º , must be of type JPEG and have to be called loadingXX.jpg where XX is a zero-based index (00, 01, 02...) and limited to about 6-12 files depending on langtype (unless you have diffed Unlimited Loading Screens option). You should prefer sizes of 4:3 (ex. 800x600, 1024x768) otherwise the loading screen is stretched to fit the screen, which causes certain quality loss. Try to avoid gradients, because the client reduces the amount of colors used inside the image as well. Adding your background to your clientinfo.xml / sclientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 /> <extendedslot /> <readfolder /> <connection> <display>SERVER NAME HERE</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>SERVER IP HERE</address> <port>6900</port> <version>20</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> <yellow> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection> </clientinfo>
  22. This is what im trying to say at least i can get a feedback to my work's so i can also benefit for my mistake
  23. 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.
  24. 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
×
×
  • Create New...