Jump to content

remigas

Members
  • Posts

    133
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by remigas

  1. Found problem was in systemmsg-e.dat file. thanks anyway, can close it.
  2. Hi i got problem with some ann name, i deleted all data in announcement.xml file, but when i log in i still got those names on, acis patch anyone know how to remove it? thanks.
  3. Problem solved tnx, can close it..
  4. Hi, so i got question maybe someone done it before, I got few custom raids, and i need that ppl can't take them to town, i got code in JAVA like this : // If the boss is above drift range (or 200 minimum), teleport him on his spawn. if (!isInsideRadius(spawn.getLocX(), spawn.getLocY(), spawn.getLocZ(), Math.max(Config.MAX_DRIFT_RANGE, 200), true, false)) teleToLocation(spawn.getLoc(),0); } }, 6000, 3000); } if i edit ( MARKED RED) numbers the range of raid take away is geting shorter, but, if player in combat mode he will not respawn until player will be not cambat. can anyone give me advice what i need to add or remove next to this code that rb will make respawn even if player is attacking him? Thanks.
  5. find it, on my own how to fix it :) tnx for nothing :D
  6. it will be helpfull for many ppl is someone will make guide :D
  7. Can anyone give me advice how to disable 7s from acis? tnx.
  8. Hello maybe any of you guys have activated Castle Guards in Acis? can you please give me some advice how to do it ? Thanks.
  9. Hello, i whant create GM FOS skill, but purify (skil) can remove it, can you give me advise what need to type in code that bishop skills cant remove my custom GM FOS skill? tnx.
  10. Hello, can someone explain me. what is easier way to edit NPC stats like exp RaidBoss (P atk, Pdef and ect.) on Acis Patch? because now in xml if i whant make 50k p atk i need to make rr's ant every time check when it will be close to 50k. Hope so understand what i mean.
  11. I spoted streange bug in my server maybe someone knows how to fix it, when you hiting mobs with faither or mage you cant use any auras, like example if you hit mob with spoiler you cant use fake death skill until you stop hitting. can someone tell me where i can fix this bug in java? tnx.
  12. Fixed you can lock it, it was wrong code in custom added :) tnx anyway guys :)
  13. i got some error in console any ideas whats wrong? Exception in a Runnable execution:java.lang.NullPointerException Exception in a Runnable execution:java.lang.NullPointerException Exception in a Runnable execution:java.lang.NullPointerException Exception in a Runnable execution:java.lang.NullPointerException Exception in a Runnable execution:java.lang.NullPointerException Exception in a Runnable execution:java.lang.NullPointerException Exception in a Runnable execution:java.lang.NullPointerException Exception in a Runnable execution:java.lang.NullPointerException
  14. problem is that my Navicat and all server going on IP Adress and after restart (there was some updates) VPS Start to connect by HostName, so i need to know how to make priority for IP not hostname. i will add pics bellow.
  15. Yes but i restart server and my ip changes to hostname and all my configs is on IP cant connect now
  16. hello, how to change IP in vps? from name to numbers? for exaple i got IP now server.server.net, how to make it to my static iP?
  17. Hello can someone give me script for Anti AQ take away? Acis version.
  18. how to disable subclass on acis 370?
  19. Hello i have problem with Scroll of Escape Castle and Clan Hall they don't work teleport's me to nearest town, im using ACIS maybe someone have a fix? tnx.
  20. OK i add text below to CastleChamberlain.java and now i see teleport List. what and where i need to add something else to actually active teleportation, because now i see list but its not teleporting. Tnx sweets very much. else if (actualCommand.equalsIgnoreCase("teleport")) { if (!validatePrivileges(player, L2Clan.CP_CS_USE_FUNCTIONS)) return; sendFileMessage(player, "data/html/chamberlain/teleport.htm"); }
  21. Hello i have two problems. 1) Scroll of Caste and Scroll of Clan Hall, don' works, they make tp to town only. ( any solutions how to fix it ? ) 2) i try to make custom teleport in Castle Npc. where i need to add red market part, to make it working, because now i add teleport.html in html\chamberlain folder, then i add below code to chamberlain.html and i add loc to teleport.xml. <a action="bypass -h npc_%objectId%_teleport">Teleport</a><br> and all after this when you press on Teleport nothing happens.
  22. hi, pof and pow are removing Cov skill, how i can make it to keep cov if you try to use pow or pof?
  23. Hi does anyone know how to separate Battle Roar skill from Bless the Body, i want have 2 skills in bar with two different stats.
×
×
  • Create New...