Jump to content

sikiro

Members
  • Content Count

    36
  • Joined

  • Last visited

Everything posted by sikiro

  1. did you compile your server to run with that client? if on Linux make sure that you do .\configure --enable-packetver=20180605 if on windows make sure its present in define_pre.h under custom folder.
  2. ill bite continue the project i am interested.
  3. thor does not support https period. if you want it to work make a subdomain without https enabled and link it to thor. play arround with the configuration as well. it sometimes acts weird in some cases in the config.ini depending on your host and how you have your webserver setup you may need to do this. if you are using shared hosting somewhere you have the ability to create a site without https. if you host it yourself using nginx or any other webserver you can configure your site to not use https. i use cpanel and all i do is make a subdomain and not assign ssl to it. notice that if you want security for your patches you can also use fp. This applies to config.ini that gets embeded in the patcher. <<<This >>>> RootURL='http://yourpatchlocation.com/' <<<<<<<Insead of this>>>>>> RootURL='yourpatchlocation.com' also make sure that main.ini in your host points to the correct location for were you store your patches. //file_url - patch files should ALL put here. // This config entry will override the one in embed config. // o HTTP: // http://domain.com/dir/ // o FTP: // ftp://domain.com/dir/ // o With <Username> [Password] [Port] // ftp://username:[email protected]:port/dir/ // o Note: username is required if want put password, otherwise everything is optional. file_url=http://yourro.com/status/data/ <<<<<<<<<<<<<<this line is important. play with it until it works same concept as above.
  4. awsome a couple other issues with some of the other systems as i was testing them. [Error]: --- nullpo info -------------------------------------------- [Error]: sellitem2.c:256: 'nsd = nsd_search(nd, 0)' in function `clif_buylist_pre' [Error]: ./map-server() [0x61e442] [Error]: plugins/HPMHooking_map.so(HP_clif_buylist+0xc5) [0x7f13741cb9a5] [Error]: ./map-server() [0x4fb86c] [Error]: plugins/HPMHooking_map.so(HP_npc_buysellsel+0x40) [0x7f137422a700] [Error]: ./map-server() [0x4679c6] [Error]: ./map-server() [0x62a5bb] [Error]: ./map-server(main+0x2ba) [0x4083fa] [Error]: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f1376962445] [Error]: ./map-server() [0x40859c] and also from the restock system. i can make some mediocre edits to scripts however in this case for restock system i tried to fix the issue but was unable to resolve. [stockro@localhost stockro]$ [Error]: script error in file 'SNPC/Restock.txt' line 147 column 1 set_label: dup label 144: } 145: end; 146: * 147: OnRestock: ^ 148: // Get Restock Amount 149: query_sql("SELECT `restkq`,`restkf` FROM `restock` WHERE `charid`="+ getcharid(0) +" AND `restockid`="+ restkid, .@qu, .@fr); 150: if (.@qu) { [Warning]: npc_parsename: Duplicate unique name in file 'SNPC/Restock.txt', line '14'. Renaming 'Restock' to '1_189_140_140'. thank you again for the reply.
  5. hey das a couple of issues with two plugins on latest git. ExtendedVending.c: In function 'skill_vending_ev': ExtendedVending.c:120:3: error: too few arguments to function 'clif->skill_fail' clif->skill_fail(sd, MC_VENDING, USESKILL_FAIL_LEVEL, 0); ^~~~ ExtendedVending.c:152:3: error: too few arguments to function 'clif->skill_fail' clif->skill_fail(sd,MC_VENDING,USESKILL_FAIL_LEVEL,0); ^~~~ ExtendedVending.c: In function 'clif_parse_SelectArrow_pre': ExtendedVending.c:231:3: error: too few arguments to function 'clif->skill_fail' clif->skill_fail(*sd,(*sd)->ud.skill_id,USESKILL_FAIL_LEVEL,0); ^~~~ ExtendedVending.c: In function 'clif_vend': ExtendedVending.c:323:3: error: too few arguments to function 'clif->skill_fail' clif->skill_fail(sd,MC_VENDING,USESKILL_FAIL_LEVEL,0); ^~~~ ExtendedVending.c: In function 'skill_castend_nodamage_id_pre': ExtendedVending.c:401:6: error: too few arguments to function 'clif->skill_fail' clif->skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); and also from @market.c:39: @market.c: In function 'killmonster_sub_pre': ../common/HPMi.h:143:38: warning: potential null pointer dereference [-Wnull-dereference] #define getFromMOBDATA(ptr,classid) (HPMi->getFromHPData(HPDT_MOBDATA,HPMi->pid,(ptr)->hdata,(classid))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @market.c:468:29: note: in expansion of macro 'getFromMOBDATA' struct monster_data *mmd = getFromMOBDATA(md, 0); ^~~~~~~~~~~~~~ ../common/HPMi.h:143:38: warning: potential null pointer dereference [-Wnull-dereference] #define getFromMOBDATA(ptr,classid) (HPMi->getFromHPData(HPDT_MOBDATA,HPMi->pid,(ptr)->hdata,(classid))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @market.c:468:29: note: in expansion of macro 'getFromMOBDATA' struct monster_data *mmd = getFromMOBDATA(md, 0);
  6. this was converted to a plugin by dasgirl check the plugin release section
  7. would be usefull if it can send them to another remote server for that extra layer of security.
  8. hey guys i am trying to convert a script for rathena over to herc and i am having the following issue the npc code is this https://raw.githubusercontent.com/Stolao/Npc_Release/master/Weapon_Mastery/WeaponMastery.txt would greatly apreciate the help ^^
  9. your recomendation fixed my issue thank you.
  10. are you using 2015 client?
  11. Curently Extended Vending system will compile just fine and load its required files but when you are ingame and try to vend it will not give you the option to pick a currency i am using 20151029 client can anyone else confirm it doesnt work?
  12. hey guys i am curently using rathena with flux cp and i am lookig to switch over to herc can someone help me with converting my cp over to Herc? ive been using akkarims version with the updated content and would like to keep it that way.
  13. why host a server if you or the team you work with cant perform a simple task like backing up and transferring server files to another host. I am not picking sides here but despite the slow support from Ragnahosting they have been great and sure I pay a bit more than other services but they do offer a gameguard and by far the best automated experience.
  14. sure it can i have made many changes to it added a few things here and there but what i am trying to accomplish well at least half it i cannot do.
  15. hello everyone my scripting skills are inproving quite a bit but i am stuck a bit i am looking to modify the default warper herc comes with to allow it to do the following. let me customize what dungeons players can visit from the npc the next thing i want to do is in order for the to unlock other levels of the dungeon they need to physically walk to them once they do it will unlock on the warper npc. you also gain some exp or some type of temporary bonus for walking to that dungeon once!. is it possible i am willing to pay a couple dollars for it to be done so long as it can be customized from within the npc it self.
  16. hey i am having an issue with luas giving me this error. AccName.lub also tried with .lua http://pastebin.com/W2BTkkqJ Accessoryid.lub also tried .lua http://pastebin.com/5TSNyJ9y problem solved by Garr Thanks again
  17. assuming the server you are running is SQL based when you install flux it should work just fine your players do need to edit their accounts and add in email for password reset and such. also check for md5 type passwords too. that could cause an issue like it did for me.
  18. this brings tears to my eyes and makes it easier to add in customs so in theory i can just have an emty file with my own custom ids in it? or does it need all of the old items as well?
  19. no problem sorry i had no other solution for you.
  20. this is very old but something ive been looking to use in a small upcoming server it is a weapon leveling system that essentially replaces refining i have not tried to apply it to Hercules yet because it is old eathena code. was wondering if anyone can look at it maybe fix it so it can work on hercules i would love to use it and if i have to donate a little bit of money i can as well if it can be made into a plugin even better. Thanks, Alex weapon leveling.diff
  21. what about your system folder does it have everything it needs are all lua files updated? for that particular folder as well?
  22. check and make sure the following files are present i had the same issue sclientinfo has no empty field (example: <loading></loading>) there has to be something in between it make sure all lua files are up to date this link will provide you with a clean data folder that is somewhat up to date https://github.com/ROClientSide/Translation as for the DATA.ini create your own if you dont see one in the RO folder open up notepad> type the following [Data] 1=yourdata.grf (replace yourdata with the name of the grf you made assuming you made one) 2=data.grf the final step is to save it as an INI file inside the ro folder super important that you give the file an extension DATA.INI (INI being the extension make sure that you select all files when it prompts you to name your file and save it. hope this helps cheers, Alex.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.