chao93
Members-
Content Count
42 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by chao93
-
kick all player down, then closed server.
-
wow, nice addon
-
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"
-
[2016-08-20] Configuration files converted to libconfig
chao93 replied to Haru's topic in Repository News
Haru, he already solved. http://herc.ws/board/topic/13389-new-hercules-configuration/#entry76629 -
[Instance]Horror Toy Factory (Aegis Server)
chao93 replied to chao93's topic in Quest, Shops, Functions & Algorithms Releases
i can help for translation, but scripting to implement HERCULES is big problem. Someone can help?? -
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.
-
[Instance]Horror Toy Factory (Aegis Server)
chao93 replied to chao93's topic in Quest, Shops, Functions & Algorithms Releases
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 -
PEEK - Successor to Yommy's Packet Analyzer
chao93 replied to Neo-Mind's topic in Client-Side Releases
Why your Client Ex and Launcher Exe root got "#" tag ??- 44 replies
-
- Packet Analyzer
- packet parser
-
(and 2 more)
Tagged with:
-
Dissconnect on loading char data
chao93 replied to KenshinSensei's question in General Server Support
check the IP is using same? Network.conf got allowed LAN IP ? -
http://imgur.com/gallery/xwuXB I get the error message, unknow option '--generate-translations' Windows
-
Wow, Thanks for sharing~
-
Got any error information on your map server? can you printscreen it?
-
What client version you using now ?? Did you edit the database of item too?
-
Change Loc to 1024??? http://herc.ws/wiki/Custom_Items
-
The WAN IP is same as your local IP ?? How about your Network.conf setting ? Its allowed your WAN IP too ?
-
Increasing max values allowed in itemdb > 32k
chao93 replied to chao93's question in General Server Support
Anyone can guide me how to increase ITEMDB > 32k ?? -
Increasing max values allowed in itemdb > 32k
chao93 replied to chao93's question in General Server Support
dummp -
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??
-
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:"" }
-
You deleted your data these .grf file?
-
Sure, we need it!!!
-
Request ticket_refiner, blessed refiner work for 3ceam
chao93 replied to dikapramantya's topic in Scripts
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>})