THeMaxPoweR
Members-
Posts
100 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by THeMaxPoweR
-
I wanna know how l2 aeron added G2A as payment method ? I asked g2a support the told me that must have a official company that connected to my website ? So how they integrated it to the account manager ? Any one can help plz ?
-
WTS [ Launcher ] - Archaic Design
THeMaxPoweR replied to SherniKhall's topic in Marketplace [L2Packs & Files]
Massage sent check your skype -
WTS Some L2Jreunion Extra Features Seperated
THeMaxPoweR replied to `NeverMore's topic in Marketplace [L2Packs & Files]
Arabic Chat that you offer is related to client or server side ? and if it client is it bind to ip ? -
Discussion Erthia Questions.
THeMaxPoweR replied to THeMaxPoweR's topic in Server Development Discussion [L2J]
Thanx for your time . -
Discussion Erthia Questions.
THeMaxPoweR replied to THeMaxPoweR's topic in Server Development Discussion [L2J]
Thanx for your time . I wanna ask about your helios project . Is it stable . ? I mean premium files . -
Discussion Erthia Questions.
THeMaxPoweR replied to THeMaxPoweR's topic in Server Development Discussion [L2J]
ok mbius , can i ask you for common errors in this pack ? and do you know about l2 scripts ? they have a pack with 375 $ is it good or not ? -
Hey guys . Iam planning to open new erthia low rate server . So any one can tell me about good project for live server some thing good for 200 or 300 online . Thanx .
-
Hey guys I have a problem with clan hall doors players can go over closed door using (W) I edited Geodata and now players couldn't pass through closed door . But I faced another problem when player reach to the door and Prees (W) he stopped and couldn't pass ok then if he relogged unfortunately he will pass the door Sorry for my bad en . Hop you help me with it .
-
Request Oly Problem (L2F H5)
THeMaxPoweR replied to THeMaxPoweR's question in Request Server Development Help [L2J]
Thanks vampir it's about one week since I used your soulution and it's working no one died at oly thanx man for your helping. Problem sloved you can lock his topic . -
Request Oly Problem (L2F H5)
THeMaxPoweR replied to THeMaxPoweR's question in Request Server Development Help [L2J]
but i wanna ask in your example he still has hp not dead match must continue running not die and get reviv massage to vallege ?! -
Request Oly Problem (L2F H5)
THeMaxPoweR replied to THeMaxPoweR's question in Request Server Development Help [L2J]
thanx man :p -
Request Oly Problem (L2F H5)
THeMaxPoweR replied to THeMaxPoweR's question in Request Server Development Help [L2J]
thank you for your help i will try ti change it but can you till me or explain to me what happen in this line ? -
Request Oly Problem (L2F H5)
THeMaxPoweR replied to THeMaxPoweR's question in Request Server Development Help [L2J]
Vampir Any idea about what's happen with me ? -
Request Oly Problem (L2F H5)
THeMaxPoweR replied to THeMaxPoweR's question in Request Server Development Help [L2J]
protected void onReduceCurrentHp(double damage, Creature attacker, Skill skill, boolean awake, boolean standUp, boolean directHp) { if(standUp && !isInTvT()) { standUp(); if(isFakeDeath()) { breakFakeDeath(); } } lastAttacker = attacker; lastAttackDate = System.currentTimeMillis(); if(attacker.isPlayable()) { if(!directHp && (getCurrentCp() > 0)) { double cp = getCurrentCp(); if(isInOlympiadMode()) { addDamageOnOlympiad(attacker, skill, damage, cp); } if(cp >= damage) { cp -= damage; damage = 0; } else { damage -= cp; cp = 0; } setCurrentCp(cp); } } double hp = getCurrentHp(); DuelEvent duelEvent = getEvent(DuelEvent.class); if(duelEvent != null) { if(hp <= damage) { setCurrentHp(1, true); duelEvent.onDie(this); return; } } if((getPvPTeam() != 0) && (_event != null)) { if(hp <= damage) // if x <= 1 - killed { setCurrentHp(1, true); _event.doDie(attacker, this); return; } } if(isInOlympiadMode()) { addDamageOnOlympiad(attacker, skill, damage, hp); if(hp + 0.5 <= damage) { if(_olympiadGame.getType() != CompType.TEAM) { setCurrentHp(1, true); _olympiadGame.setWinner(getOlympiadSide() == 1 ? 2 : 1); _olympiadGame.endGame(20000, false); attacker.getAI().setIntention(CtrlIntention.AI_INTENTION_ACTIVE); attacker.sendActionFailed(); return; } else if(_olympiadGame.doDie(this)) { _olympiadGame.setWinner(getOlympiadSide() == 1 ? 2 : 1); _olympiadGame.endGame(20000, false); } } } super.onReduceCurrentHp(damage, attacker, skill, awake, standUp, directHp); } -
Hey guys I have a problem with my server iam using l2f pack every things is OK but some time players die in olympiad and he get reviv request to town like he dead in pvp it's not happen every day may be 3 -4 times per week . Server doesn't show any error at log . Hop you help me to solve it . Sorry for my bad english .
-
Not recommended . Bugged . About one month and it's not working . and I can't download latst update. He is not reSponding to Skype or mail . I juse paid 14 euro for no thing .. Sorry for my bad english.
- 16 replies
-
Help Problem With Zone Type
THeMaxPoweR replied to THeMaxPoweR's question in Request Server Development Help [L2J]
Couldn't slove it .. Can't find it in peace zone Cant find town zone -
Help Problem With Zone Type
THeMaxPoweR replied to THeMaxPoweR's question in Request Server Development Help [L2J]
here is the zone folder :D http://www.mediafire.com/download/tfeyde1lze53ayj/zone.zip -
hey guys .. iam using l2tales i created new zone type with auto flag and it work .. but when i use a peace zone as pvp zone players couldn't attack .. i wanna change the Primeval Isle Wharf type but i cant find it in peace_zone.xml so any one know how it work! how server know that this zone is a peace zone?? here is my peace_zone.xml peace_zone.xml
-
Problem With .sh
THeMaxPoweR replied to THeMaxPoweR's question in Request Server Development Help [L2J]
Solved .. u can lock this topic -
hey guys now i have a problem . when is use ./StartGameServer.sh no thing happens so any idea to resolve it ? here is th StartGameServer.sh #!/bin/bash ./GameServer_loop.sh & here is the GameServer_loop.sh #!/bin/bash while :; do java -Xbootclasspath/p:./jsr167.jar -server -Dfile.encoding=UTF-8 -Xmx13G -XX:PermSize=2G -XX:+UseConcMarkSweepGC -XX:+UseTLAB -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -cp config:./lameguard-1.9.5.jar:./libs/* com.lameguard.LameGuard l2f.gameserver.GameServer > log/stdout.log 2>&1 [ $? -ne 2 ] && break sleep 30; done server based on l2f . using ubuntu 16.04 thnx.
-
Thnx guys for ur help best fourm ever
-
OK I tried to make an account again at ovh and it's done and I choosed my country .. Now they need my Id so I am going to use ovh vps good . Now Iam using l2 tales .. (l2f) Is there any problem with that .. Mmmmmm I wanna ask if they will delete my files cuz it's illegal or what ! !
-
๖ۣۜinfamousbytes๖ۣ Egypt
