
retejas
Members-
Posts
175 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by retejas
-
FIX just need to install new MySQL 5.5 and all work perfect ;)
-
dint find any backup files but will try to search more. Will try to reinstall mysql by any guide. It should work on latest MysQL version too?
-
Hey all, wanted to look how server looks now so wanted to launch it on my pc but get really strange error on startup and cant find out what is a problem, maybe i setup my PC bad or what? Its L2Mythras files. p.s. also i got error wthen tried to instal mysql tables what few rows are too long. And one more question. How to create hexid here? didint find registergameserver.bat file or smth like this.
-
If really acis is so bad? Tezza arent working? Bug everywhere? So how what L2jFrozen project used to live and reach 200+ online?
-
Discussion Gracia Final Files
retejas replied to MrPhreak's topic in Server Development Discussion [L2J]
Following. -
Not dead just low online :/
-
UP
-
Open beta is up to tomorrow evening. Invitation system stared, you can find it in donate system. Reward will depend on amount of invited players, event finish on 2017-03-26
-
-
Grand Opening at 2017-03-24 19:00 +2 GMT
-
Open beta started :)
-
Website www.L2PassAge.eu Grand Opening at 2017-03-24 19:00 +2 GMT Invitation system stared, you can find it in donate system. Reward will depend on amount of invited players, event finish on 2017-03-26 L2PassAge - Unique Interlude PvP Private Server. Enchant system: Safe enchant +4 / Max +21 Norman scrolls : Succes rate starts from 92% at +5 and ends at 38% at +21 decreasing by 4% each enchant Blessed scrolls : Succes rate starts from 94% at +5 and ends at 46% at +21 decreasing by 3% each enchant Crystal scrolls : Succes rate starts from 96% at +5 and ends at 64% at +21 decreasing by 2% each enchant Life Stones Mid 10% High 20% Top 30% skill chance. Player can have one active and passive skill at time (1+1) Gameplay : GM shop(up to A grade), Scheme buffer Custom Armor: Dynasty set's and Special Cape Weapons: S-Grade Retail Zones : Two main towns with farm zones, where you can full drop S items and other server items. All info in gakeeper. Raid boss : drops Custom Armors and special raid coints, you can spend them in Raid Shop. Buff Slot 32 PvP color system from 50 PvP to 1000 Sieges of two castles Rune and Goddard every weekend. With special shop. And Castle bonus of 750 CP and 1500 HP for everyone in clan TvT events every 2 Hour Offline shop system (make shop and exit game) Olympiad: Period - 7 Days Olympiad time - 18:00 - 00:00 Max enchant olympiad - +6 Customs. More buffs in olympiad fights and special shop.
-
Hey all its not clan i just try to find players to play with in new server http://gf.melcosoft.club/ so if you want to join me and play together pm me on skype retej5. Its new server x1 on gracia final platform. Online is around 1k. so its good enought to play :)
-
Hey. Have a problem then i want to enchant skill i need BOG then i enchant it BOG's dont disapear. What can be a problem. L2jFrozen tried to make stacable BOGs dont know if the bug was same before it. if (Config.BOG_STACKABLE) player.destroyItem("Consume", spbId, 1, trainer, true); else player.destroyItem("Consume", spb, trainer, true);
-
Hey, we dont have much online but we are fixning some stuff and where is the list what we did already : Dynasty armor pdef reduced Some debuff land rate fix Dagger class Dynasty sets bonuses(shield fix) Improved siege system. Special passive skill, item shop for castle owners. Improved Olimpiad system. More buffs at battle start, changed shop prices and items. For weapon so you will need adena now Fixed prices at server special shops Updated server info Join and help us too see all small stuff what we need to change to make server fun to play :)
-
Yes its java, and rates do not really metters its pvp server you dont need to lvl up much so what point of rates?
-
Website www.L2PassAge.eu Open Beta starts today(12-12) at 18:00 +2 GMT L2PassAge - Unique Interlude PvP Private Server. Enchant system: Safe enchant +4 / Max +21 Norman scrolls : Succes rate starts from 92% at +5 and ends at 38% at +21 decreasing by 4% each enchant Blessed scrolls : Succes rate starts from 94% at +5 and ends at 46% at +21 decreasing by 3% each enchant Crystal scrolls : Succes rate starts from 96% at +5 and ends at 64% at +21 decreasing by 2% each enchant Life Stones Mid 10% High 20% Top 30% skill chance. Player can have one active and passive skill at same moment (1+1) Gameplay : GM shop(up to A grade), Scheme buffer Custom Armor: Dynasty set's and Special Cape Weapons: S-Grade Retail Zones : Two main towns with farm zones, where you can full drop S items and other server items. All info in gakeeper. Raid boss : drops Custom Armors and special raid coints, you can spend them in Raid Shop. Buff Slot 32 PvP color system from 50 PvP to 1000 Sieges of two castles Rune and Goddard every weekend. With special shop with adenas in. And Castle bonus of 750 CP and 1500 HP for everyone in clan TvT events every 2 Hour Offline shop system (make shop and exit game) Olympiad: Period - 7 Days Olympiad time - 18:00 - 00:00 Max enchant olympiad - +6 Customs. More buffs in olympiad fights and special shop with gatepass.
-
Hey all, looking for 1 hour and still cant find code how to add skill for clan who won a castle siege :/ want to make something similar like in hi5 , but on interlude. Any dev can help me with this? i just need what one line :/ also if funcion addSkill will work can someone give me any example how to make it :) P.S. it will be enought just to add,remove clan skill after siege or i need to edit something on loading too?
-
I'm using debian 7 64x. And try to lauch server everything is okey but on game server i have big big problem. Then try to run it gameserver got problems about ram's. My vps is 3GB rams total and 700MB ussed atm. Error Error occurred during initialization of VM Too small initial heap GameServer_loop #!/bin/bash DBHOST=localhost USER=root PASS= DBNAME=l2jdb err=1 until [ $err == 0 ]; do #mysqlcheck -h $DBHOST -u $USER --password=$PASS -s -r $DBNAME>>"log/`date +%Y-%m-%d_%H:%M:%S`-sql_check.log" #mysqldump -h $DBHOST -u $USER --password=$PASS $DBNAME|zip "backup/`date +%Y-%m-%d_%H:%M:%S`-l2jdb_gameserver.zip" - [ -f log/java0.log.0 ] && mv log/java0.log.0 "log/`date +%Y-%m-%d_%H-%M-%S`_java.log" [ -f log/stdout.log ] && mv log/stdout.log "log/`date +%Y-%m-%d_%H-%M-%S`_stdout.log" [ -f log/chat.log ] && mv log/chat.log "log/`date +%Y-%m-%d_%H:%M:%S`-chat.log" java -Dfile.encoding=UTF- -Xms512 -Xmx2048 -Xmn1024m -Xss2048k -XX:PermSize=1024m -XX:MaxPermSize=2048m -XX:ParallelGCThreads=2 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:CMSIncrementalDutyCycleMin=0 -XX:CMSIncrementalDutyCycle=10 -XX:+CMSParallelRemarkEnabled -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -XX:+AggressiveOpts -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xloggc:gc.txt -cp lib/*:l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer > log/stdout.log 2>&1 err=$? sleep 10 done
-
IptoniC helped me all problems was wrong file edit programs internet is full of crap shit. You can lock it
-
SO how to get what files i did not delete anything.. just download new system clean one
-
Hey guys i want to add custom items to my system, but i got this error and dont know what to do tried a lot of files editors but same problem all time.
-
Hello guys, maybe we have some people in this forum who are pretty good in Gracia FInal servers. I'm looking for ppl who can help me to test all stuff. If want to join for this "closed beta" contack me to skype retej5
-
Hey guys, i'm looking for Gracia Final server pack. I can buy it from you if its with source, you should be able to launch test server what i can test everything. Or i'm looking for developer who want to open big project on Gracia Final files. :) all info in pm or skype retej5 ( on skype i will answer much faster)
-
System is broken? Any news from admins?