Jump to content

THeMaxPoweR

Members
  • Posts

    100
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by THeMaxPoweR

  1. 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 ?
  2. Massage sent check your skype
  3. Arabic Chat that you offer is related to client or server side ? and if it client is it bind to ip ?
  4. Thanx for your time . I wanna ask about your helios project . Is it stable . ? I mean premium files .
  5. 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 ?
  6. 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 .
  7. 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 .
  8. 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 .
  9. 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 ?!
  10. 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 ?
  11. Vampir Any idea about what's happen with me ?
  12. 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); }
  13. 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 .
  14. 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.
  15. Couldn't slove it .. Can't find it in peace zone Cant find town zone
  16. here is the zone folder :D http://www.mediafire.com/download/tfeyde1lze53ayj/zone.zip
  17. 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
  18. Solved .. u can lock this topic
  19. 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.
  20. Thnx guys for ur help best fourm ever
  21. 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 ! !
  22. ๖ۣۜinfamousbytes๖ۣ Egypt
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..