Jump to content

remigas

Members
  • Posts

    133
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by remigas

  1. Does anyone have fix on acis to fix target bug? if yes please share source fix. thx.
  2. Can anyone please, give any tutorial, or give me help, how to update source without changeing already maked mods? I mean if i have already some mods installed in source how i can update like from 340 to 360 rev?. Without damage my mods? Tnx
  3. HI boys can someone explain me or give link for tutorial how to update, source files in acis .. example from 315 to 360
  4. can be the problem of max min protocols its was 730 -746 not 1- 999
  5. Still have issues. after some time don't allow to do nothing when you open l2.exe, server is online but log in is not working, cmon fellas what can be issues? P.s The stranger part is when you turn off server and on again, everything works again...
  6. Hi can anyone share HTML online offline code, or can explain me how to put in html website live server status? tnx.
  7. Hi how to connect website stats to server if its in vps becouse i add ips and db info and everytime i get error, maybe there is any port or smth?
  8. hi can someone post full elven ruins c6 location numbers because i try make it pvp zone but every time i fa***ck up with loc. tnx exaple : <zone type="ArenaZone" shape="NPoly" minZ="-0000" maxZ="0000"><!-- Elven Ruins_pvp --> <node X="0000000" Y="000000" /> <node X="00000" Y="000000" /> <node X="0000000" Y="000000" /> <node X="00000" Y="000000" /> </zone>
  9. Okey i still have problem i try change spawn time and respawn time still less time which i can me its 1h, what i need to write where to get those 15min?
  10. Hi How to make Anakim and Lilith respawn time 15mins? becouse chage in navicat dont help, //spawn lilith 900 1 also dont hellp, in console after kill its shows me Lilith time (4h) .. any options how to make it 15 mins?
  11. sorry for stupid question but i forgot how to calculate respawn time, how much will be 15min? //spawn 22222 1 ????
  12. Hi Does anyone have teleport cubic like foto, but small one for share please? tnx
  13. How much power increase becouse i make only 100
  14. Its l2acis pack, but nope boys didnt help anythink
  15. hi i need make few skill to work. How to make cancel skills to remove 100% all buffs not only 5-6? here is two skills. <skill id="342" levels="1" name="Touch of Death"> <set name="magicLvl" val="78"/> <set name="castRange" val="40"/> <set name="effectRange" val="400"/> <set name="hpConsume" val="1004"/> <set name="lvlDepend" val="1" /> <set name="maxNegated" val="5" /> <set name="nextActionAttack" val="true" /> <set name="isDebuff" val="true" /> <set name="target" val="TARGET_ONE"/> <set name="skillType" val="DEBUFF" /> <set name="operateType" val="OP_ACTIVE"/> <set name="reuseDelay" val="600000"/> <set name="hitTime" val="1800"/> <cond> <player hp="75"/> </cond> <for> <effect name="Debuff" time="120" val="0" effectPower="80" effectType="DEBUFF" stackOrder="1" stackType="touch_of_death"> <mul order="0x30" stat="maxCp" val="0.1"/> <mul order="0x30" stat="gainHp" val="0.7"/> <add order="0x40" stat="debuffVuln" val="30" /> </effect> <effect name="Cancel" noicon="1" val="0" effectPower="80" effectType="CANCEL" /> </for> </skill> ********************************************************************************************************************** <skill id="1056" levels="12" name="Cancellation"> <table name="#mpInitialConsume"> 9 10 11 11 11 12 12 13 13 13 14 14 </table> <table name="#mpConsume"> 35 38 41 43 44 46 48 49 51 52 53 55 </table> <table name="#magicLvl"> 48 52 56 58 60 62 64 66 68 70 72 74 </table> <set name="mpInitialConsume" val="#mpInitialConsume"/> <set name="mpConsume" val="#mpConsume"/> <set name="magicLvl" val="#magicLvl"/> <set name="power" val="80" /> <!-- Base Land Rate --> <set name="target" val="TARGET_ONE"/> <set name="reuseDelay" val="120000"/> <set name="hitTime" val="20000"/> <set name="staticHitTime" val="true" /> <set name="skillType" val="CANCEL"/> <set name="isMagic" val="true"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="600"/> <set name="effectRange" val="1100"/> <set name="maxNegated" val="5" /> </skill>
  16. this is error.. Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/server/domains/l2/public_html/configs/config.php:12 Stack trace: #0 /home/server/domains/l2/public_html/index.php(1): include() #1 {main} thrown in /home/server/domains/l2/public_html/configs/config.php on line 12
  17. Hi how to disable von helman boss spawning days and nights? i whant make him all time avialable.. here is the code from DayNightSpawnManager. private void specialNightBoss(int mode) { try { for (L2Spawn spawn : _bosses.keySet()) { L2RaidBossInstance boss = _bosses.get(spawn); if (boss == null) { if (mode == 1) { boss = (L2RaidBossInstance) spawn.doSpawn(); RaidBossSpawnManager.getInstance().notifySpawnNightBoss(boss); _bosses.remove(spawn); _bosses.put(spawn, boss); } continue; } if (boss.getNpcId() == 25328 && boss.getRaidStatus().equals(RaidBossSpawnManager.StatusEnum.ALIVE)) handleHellmans(boss, mode); return; } } catch (Exception e) { _log.log(Level.WARNING, "Error while specialNoghtBoss(): " + e.getMessage(), e); } } private static void handleHellmans(L2RaidBossInstance boss, int mode) { switch (mode) { case 0: boss.deleteMe(); _log.info("DayNightSpawnManager: Deleting Hellman raidboss"); break; case 1: boss.spawnMe(); _log.info("DayNightSpawnManager: Spawning Hellman raidboss"); break; } } public L2RaidBossInstance handleBoss(L2Spawn spawnDat) { if (_bosses.containsKey(spawnDat)) return _bosses.get(spawnDat); if (GameTimeController.getInstance().isNowNight()) { L2RaidBossInstance raidboss = (L2RaidBossInstance) spawnDat.doSpawn(); _bosses.put(spawnDat, raidboss); return raidboss; } _bosses.put(spawnDat, null); return null; }
  18. Sorry if its wrong place to post, but i have problem with website config files which must to show server online offline status, i put my ip root pass and ect. But when i try to launch website its gives me mysql error, my server and myql is in VPS server, what i do wrong?
  19. Sell items on this server, full archer items hali+16, full rb juvel, CH, Aio, full mage items, ref, lf,eva and ect. Post here il will contact you
  20. No, i try to put new system for win 10, and it looks like that it work, can it be the issue?
  21. Anyone can help me? I put my server to VPS Windows Server 2016, and i have problems with login. when i start server i can log in maybe 10-15 mins after that server is online but can not login its looks like stuck in main screen, and dont allow to get in game.
  22. hi maybe you know whats wrong? arfer 20-30 mins server stuck and noone can log in, server is online but on login page its stuck and dont allow to get in game, this come i when server starts. maybe its somethink wrong here? p.s. i was turned on debug. --------------------------------------------------------------------=[ Login ] Connecting to login on 173.***********:9014 [C] 0000: 00 02 01 00 00 41 00 00 00 00 93 37 98 d3 98 73 .....A.....7...s 0010: 21 14 ac fb b9 91 1b 4c c4 39 f1 0d 38 32 2e c9 !......L.9..82.. 0020: b6 8f 86 2b 4d 8b aa 55 70 ca 56 8c a7 b7 d6 0d ...+M..Up.V..... 0030: ba d7 3e 64 84 bf 9d f5 ff 04 ac 6d ef b4 57 12 ..>d.......m..W. 0040: ba 4a 92 44 a1 11 9c 4c 3b eb 00 00 de 0f 98 2e .J.D...L;....... Init received RSA key set up Sent new blowfish key Changed blowfish key Sent AuthRequest to login [C] 0000: 02 01 4c 00 32 00 47 00 6f 00 6c 00 64 00 00 00 ..L.2.server... 0010: 00 00 00 00 3b 01 67 00 ....;.g. Registered on login as server: [1] L2server SpawnHeight Error - Couldnt find correct layer to spawn NPC - GeoData or Spawnlist Bug!: zmin: -3758 zmax: -3698 value: -3480 Spawn: null at: 15368 : 31524 SpawnHeight Error - Spawnlist z value is wrong or GeoData error: zmin: -3196 zmax: -3196 value: 840 Spawn: L2Spawn [_template=29027, _locX=54960, _locY=217760, _locZ=-3196, _heading=18793] at: 23915 : 29994 SpawnHeight Error - Spawnlist z value is wrong or GeoData error: zmin: -3468 zmax: -3468 value: 16 Spawn: L2Spawn [_template=29027, _locX=53930, _locY=218790, _locZ=-3468, _heading=21840] at: 23850 : 30058 SpawnHeight Error - Spawnlist z value is wrong or GeoData error: zmin: -3468 zmax: -3468 value: 840 Spawn: L2Spawn [_template=29027, _locX=54950, _locY=217760, _locZ=-3468, _heading=30590] at: 23914 : 29994 SpawnHeight Error - Couldnt find correct layer to spawn NPC - GeoData or Spawnlist Bug!: zmin: -3468 zmax: -3468 value: -3256 Spawn: L2Spawn [_template=29023, _locX=55893, _locY=217122, _locZ=-3468, _heading=43463] at: 23973 : 29954 [C] ProtocolVersion KeyPacket [C] AuthLogin User:adminkey:PlayOk: 1241106493 1700021643 LoginOk:0 0 PlayOk: 1241106493 1700021643 LoginOk:0 0 [C] 0000: 03 61 00 64 00 6d 00 69 00 6e 00 00 00 01 00 00 .a.d.m.i.n...... 0010: 00 00 00 00 03 63 00 0d .....c.. Login accepted player admin waited(0ms) CharSelectInfo [C] CharacterSelected Selected slot: 0 L2server has logged in with Master access level. CursedWeaponsManager: Skipping loading. SignsSky CharSelected [C] RequestManorList ExSendManorList [C] EnterWorld EtcStatusUpdate NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo ExSetCompassZoneCode CreatureSay SendMacroList SendMacroList UserInfo HennaInfo FriendList ItemList ShortCutInit ExStorageMaxCount EtcStatusUpdate SkillList QuestList SystemMessage SystemMessage SystemMessage SkillCoolTime NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo DoorInfo DoorStatusUpdate DoorInfo DoorStatusUpdate NpcInfo DoorInfo DoorStatusUpdate DoorInfo DoorStatusUpdate NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo NpcInfo [C] MoveBackwardToLocation MoveToLocation [C] ValidatePosition [C] ValidatePosition
  23. Hi boys i have some problem, i want make coliseum like admin pvp zone. that means inside on coliseum can be only persons which admins teleport. Problem is that i need to make some walls around coliseum that normal players can go inside. Simple example like Olympiad Arena, can't go outside of lines. How i can do this because i try play with geo editor but maybe i dont know how to do it. How it must to look like i put on image bellow, that all player around arena and they can not get inside. Thank a lot.
×
×
  • Create New...