Jump to content

chao93

Members
  • Content Count

    42
  • Joined

  • Last visited

Everything posted by chao93

  1. kick all player down, then closed server.
  2. chao93

    Name ID Npc

    FAKE_NPC FAKE_NPC
  3. https://github.com/HerculesWS/Hercules use git / sourcetree to download it, then update your Hercules on each time master branch committed.
  4. That is because since commits on Jun 25, 2016 it was moved translations template generator to a plugin and it is now needed to build the plugin to use it. You can build the plugin following this instructions (based on wiki) : 1. Open folder \vcproj-14\ 2. Copy and paste plugin-sample.vcxproj to duplicate it. 3. Rename file "plugin-sample.vcxproj" to "generate-translations.vcxproj" 4. Open generate-translations.vcxproj in Notepad++ 5. Find this line: <ProjectName>plugin-sample</ProjectName> 6. Rename 'plugin-sample' to 'generate-translations' 7. Find this line: <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">generate-translations</TargetName> 8. Rename sample to generate-translations 9. Find this line: <ClCompile Include="..\src\plugins\sample.c" /> 10. Renae sample to generate-translations 11. Save changes and close 12. Open MSVC. Do right-clic on Solution 'Hercules-14'. Select Add -> Existing Project... 13. Select generate-translations.vcxproj in folder \vcproj-14\ 14. Right-click Hercules-14, Select Build-Solution 15. Add it to /conf/plugins.conf plugins_list: [ /* Enable HPMHooking when plugins in use rely on Hooking */ "HPMHooking", // <-- Uncomment this //"db2sql", //"sample", //"other", "generate-translations", // loads generate-translations plugin ] Thank you! i get sucked this error in week. http://imgur.com/4O73d0m Poedit not allowed new scripting format? "\r"
  5. Haru, he already solved. http://herc.ws/board/topic/13389-new-hercules-configuration/#entry76629
  6. i can help for translation, but scripting to implement HERCULES is big problem. Someone can help??
  7. if not showing, Please check your accessoryid.lua << your item ID should be == iteminfo.lua View ID == item VIEW ID(item_db.conf) accname.lua << your client side .GRF inside folder NAME should be == accessoryid.accessory_NAME, make sure your .GRF got male and female file.
  8. Hm.. I am not sure, but Its one of the emulator like rAthena, Hercules and etc.. , named Aegis. http://forum.asb-sakray.net/index.php?showtopic=37653
  9. I found this script on aegis ragnarok server, wish help for Hercules Instance. NOT SURE ITS WORKING ON HERCULES NOW. credit from: http://forum.asb-sakray.net/index.php?showtopic=37707 Horror_Toy_Factory.txt
  10. check the IP is using same? Network.conf got allowed LAN IP ?
  11. http://imgur.com/gallery/xwuXB I get the error message, unknow option '--generate-translations' Windows
  12. Got any error information on your map server? can you printscreen it?
  13. What client version you using now ?? Did you edit the database of item too?
  14. Change Loc to 1024??? http://herc.ws/wiki/Custom_Items
  15. The WAN IP is same as your local IP ?? How about your Network.conf setting ? Its allowed your WAN IP too ?
  16. Anyone can guide me how to increase ITEMDB > 32k ??
  17. How should i do?? Refer: http://herc.ws/board/topic/5045-increasing-max-values-allowed-in-itemdb/ http://herc.ws/board/topic/5261-itemdb-can-support-items-with-32k-id/ https://rathena.org/board/topic/76587-max-item-limit/ Someone can teach me??
  18. Do you use mysql for database?? If yes, sql_connection: { // [iNTER] You can specify the codepage to use in your mySQL tables here. // (Note that this feature requires MySQL 4.1+) //default_codepage: "" // [LOGIN] Is `userid` in account_db case sensitive? //case_sensitive: false // For IPs, ideally under linux, you want to use localhost instead of 127.0.0.1. // Under windows, you want to use 127.0.0.1. If you see a message like // "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)" // and you have localhost, switch it to 127.0.0.1 db_hostname: "localhost" <<------- Edit here! db_port: 3306 db_username: "root" db_password: "passtest" db_database: "ragnarok" //codepage:"" }
  19. You deleted your data these .grf file?
  20. set .@str$, insertchar '(' .@str$, "," .@i); ???? Example of insertchar insertchar("laughter", "s", 0); //returns "slaughter" should be set .@str$, insertchar(.@str$,",",.@i); Example of successrefiem successrefitem(<equipment slot>{, <upgrade_count>})
×
×
  • Create New...

Important Information

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