Urbanhack Posted March 6, 2020 Posted March 6, 2020 On 3/4/2020 at 6:18 PM, StarSCreams said: you dont searched fine i already searched all, idk where these info are saved.
Akar0 Posted March 6, 2020 Author Posted March 6, 2020 On 3/3/2020 at 8:10 AM, Urbanhack said: anyone know where classid and race are stored when u make a character? cuz isnt stored in characters database table. i search in all sql files but doesnt exist. i need it for a web script. thx in advance. As far I read at the sources, its located on "character_subclasses" table. cheers
Urbanhack Posted March 17, 2020 Posted March 17, 2020 (edited) On 3/6/2020 at 1:32 PM, Akar0 said: As far I read at the sources, its located on "character_subclasses" table. cheers done, thnx you. btw, tvt, ctf and last hero events isnt working, cuz are disabled in core side, i try enable it again but isnt working cuz core side isnt complete, any way to fix it? thx you in advance Edited March 17, 2020 by Urbanhack typo
HeadHunter Posted April 5, 2020 Posted April 5, 2020 Guys anyone tryed to make it Online to test with friends? I think from Core is bind it in one IP...
Nuzloob1 Posted April 9, 2020 Posted April 9, 2020 some1 can help me with l2Ava images in newbie guide?? im offering money
Akar0 Posted April 10, 2020 Author Posted April 10, 2020 5 hours ago, Nuzloob1 said: some1 can help me with l2Ava images in newbie guide?? im offering money I'm pretty sure on Mythras sources are those images..
HeadHunter Posted April 21, 2020 Posted April 21, 2020 Guys is very easy to change everything in this pack. You just need to compile it (I Attached and Lameguard too)... Just Compile it with 1.8 JDK
kenn3l Posted June 30, 2020 Posted June 30, 2020 (edited) Hi, I have problem with connect do gameserver. I have clear client with patch from this topic. How I can remove lameguard? Please show me correct code gameserver_loop.sh This is original: Quote #!/bin/bash while :; do java -Xbootclasspath/p:./jsr167.jar -server -Dfile.encoding=UTF-8 -Xmx4G -XX:PermSize=3G -XX:+UseConcMarkSweepGC -XX:+UseTLAB -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -cp config:./lameguard-1.9.5.jar:./../libs/* com.lameguard.LameGuard l2ro.gameserver.GameServer > log/stdout.log 2>&1 [ $? -ne 2 ] && break sleep 30; done Edited June 30, 2020 by kenn3l
ISAM_MISTRO Posted August 13, 2020 Posted August 13, 2020 n same one learn my how i can build servers like that one Compiled Pack: Download Sources Pack: Download Geodata: Download Patch System: Download
Lineage II Arvaz Posted October 16, 2020 Posted October 16, 2020 I'm wondering why they choosed to implement such methods for droplist, spawnlist, etc? (I mean they use XML instead of sql) I also noticed that the droplist doesn't work as intented.. the min, max values having issues for me (max value isn't equal as the XML value I setted it) While the pack comes with ton of Mods, it lacks many classic features.
Rootware Posted October 16, 2020 Posted October 16, 2020 8 minutes ago, Lineage II Arvaz said: I'm wondering why they choosed to implement such methods for droplist, spawnlist, etc? (I mean they use XML instead of sql) I also noticed that the droplist doesn't work as intented.. the min, max values having issues for me (max value isn't equal as the XML value I setted it) While the pack comes with ton of Mods, it lacks many classic features. 1. Because XML data better storage for static data. 2. If drop rate over than x1 you will get higher min and max drop item count in result. Check the method where caclucates drop reward. L - logic.
Lineage II Arvaz Posted October 16, 2020 Posted October 16, 2020 Thanks for the informations you shared, so you think it would be possible somehow to convert the XML think to sql tables or is that something that requires skills or lot of time?
Rootware Posted October 16, 2020 Posted October 16, 2020 3 minutes ago, Lineage II Arvaz said: Thanks for the informations you shared, so you think it would be possible somehow to convert the XML think to sql tables or is that something that requires skills or lot of time? You can add converter inside target pack for making SQL version of data while XML files is parsing. And after to use in your project processed data via SQL dump. You should add sql query for saving parsed data into SQL table (in requires format) in the ending each parsing iterations. There is no difficult for implementation. Around 30-40 new lines of code. 1
PercyX Posted December 22, 2020 Posted December 22, 2020 (edited) Guys, i have problem in this pack.. How to not want to use secondary password, i lose 2 hours for search the config or any secondary password. And how to dalate the image in class change html after lvl 20 . I dont know where html change class for dalate the image in class change after next lvl. Please help Edited December 22, 2020 by PercyX
Recommended Posts