Search the Community
Showing results for tags 'aCis'.
-
Hello , i download this buffer for l2 acis https://maxcheaters.com/topic/223485-npc-player-buffer-acis/?tab=comments#comment-2688248 The only that i did is to make a folder in gameserver/data/html/mods/buffer and i paste the html files there, then i create a new npc in xml. After that i spawn buffer, i can see the Index of buffer ( buffs,heal,fighter set,mage set, etc) but i cant get buffs from this npc. No any message showed up on my screen. Any idea on how can i fix the problem above? ( if yes, be specific at comments ) Thnx in advance
-
Hello ppl of mxc, i never post anything or ask for anything,but this last few days i almost melt my brain trying to get to work Clan quest for acis, i dont care about the rev in this case 370 i've got the code without errors, quest started all ok, but mobs don't drop the items, or when killed Grave Guards, grave keymaster isnt spawning,the same happen with the box when imperal gravekeeper is killed. this is the code im trying to get to work. alsoi i had to add some lines to Quest but those are not improtant, just a few typos i had form the code below. package net.sf.l2j.
-
Hi friends , Im having some problems to set a default crest when faction is selected, i cant get the method to set a default crest from crestcache (previously loaded in data/crest) for all faction members. can i get some help with this ? sorry for my bad english. Greetings
-
Help Refresh clan skills on skill change
Kotegaeshi92 posted a question in Request Server Development Help [L2J]
Hi, is there some command to refresh clan skills without re-login ? -
Plain and comple, does not require any explanation as it's self explanatory. Core - http://pastebin.com/k6uf8v2Z Datapack - http://pastebin.com/A2k9ZT6N
- 69 replies
-
Looking for a working rebirth manager for rev 370+ yes i have searched... yes i have tryed adapting.... get error: cannot find symbol [javac] if (rsl.getId() == _skillId && rsl.getLevel() == _skillLevel) or if someone know how to fix... some help please p.s. not an eclipse pro. :-(
-
Help Acis Problem registering game server
dr3am3r posted a question in Request Server Development Help [L2J]
Hello MxC Community! So I was goofing around trying to make a project for fun so I decided to try l2jacis . I downloaded all of the essentials (Java, Navicat, MySql, Eclipse) and this pack/source. I installed Java JDK and JRE (Version 1.8.0_172) I compiled the files with no problem, I created a MySql server and a established connection with navicat with no problem. I edited the server properties to match my MySql settings. (username, password and database) And when I tried to run RegisterGameServer and chose my ID this happened. I know I screwed up so- 5 replies
-
- registergameserver
- hexid
-
(and 3 more)
Tagged with:
-
Dunno if that one is shared its for acis 370 i found that on a br ? website its antifeed pvp protection unfortunately it works exept this part +# If character died faster than timeout - pvp/pk points for killer will not increase+# and clan reputation will not be transferred+AntiFeedInterval = 120 any thoughts ? *code inside Spoiler*
-
i noticed on l2jacis is not being used javolution also fastmap changed to hashmap , what about the typeformat ? import javolution.text.TypeFormat; <-- BLESS_WEAPON_ENCHANT_LEVEL.put(TypeFormat.parseInt(writeData[0]), TypeFormat.parseInt(writeData[1])); wich iis the new '' typeformat import' and what i'll change for this option i wish to use ! thank you
- 4 replies
-
- typeformat
- interlude
-
(and 3 more)
Tagged with:
-
Help Where toChange Pdef, Mdef, Crit.Rate?
dobriux posted a question in Request Server Development Help [L2J]
Hello everyone. I am making my own balance system on Acis, and i got stuck on changing Pdef, Mdef, CritRate. I need to multiply calculated Pdef, Mdef or CritRate on activeChar based on his class. I found getPdef() function in CreatureStat.java. public int getPDef(Creature target) { return (int) calcStat(Stats.POWER_DEFENCE, _activeChar.getTemplate().getBasePDef() * ((_activeChar.isRaid()) ? Config.RAID_DEFENCE_MULTIPLIER : 1), target, null); } But then i multiply this return, it also applies on targets. So how do i make it apply only on players based on class? Sorry fo -
Im Looking for a Anti Farm PVP Protection with ip/hwid option , im using l2jacis 370
- 4 replies
-
- protection
- pvp
- (and 5 more)
-
I've been tryin to get this L2ACP system to work on my server, but without any luck of working. I've compiled the projects, edited and corrected the api for Acis, published the web app, but my server for some unkown reasonit doesnt responde to the requests made from the web app. I've checked port 8000 on my server firewall and was open, tryed with DMZ, and still with no luck. I believe something is wrong, but don't know why, the api was properly corrected, server is running without errors, but the web app doesnt comunicate with the port 8000 on the server. HELP :) thanks
-
Help l2jacis mage problem
ThelwHelpRePaidia posted a question in Request Server Development Help [L2J]
hello i have a problem with mages they are doing from 500 dmg they are doing 10k in 3k mdef it was running normal and that happend just like that w/o reason -
Help Monument of heroes gs error
ThelwHelpRePaidia posted a question in Request Server Development Help [Greek]
Καλησπερα παιδια σημερα ειδα ενα ερρορ κατα τυχη γιατι δεν ετυχε να πειραξω τιποτα στην Olympiada αυτο εδω http://prntscr.com/ij465r δεν μπορω να καταλαβω απο που ειναι αυτο το ερρο και οταν παω να μιλησω σε αυτον τον τυπα της ολυμπιαδας για να δω της καταταξης με τα classes παλι το ιδιο μου πεταει ενω οταν παω να δω την καταταξη με τα classes στο community board μου τα διχνει μια χαρα http://prntscr.com/ij4752 acis pack -
Help Assist reward pvp system
ThelwHelpRePaidia posted a question in Request Server Development Help [L2J]
Hello i have a problem with this code i get no errors in eclipse but in game it doesnt work.. to Player.java if (getParty() != null) { for (Player p : getParty().getMembers()) { if (Config.Synergy_Class.contains(p.getClassId().getId()) && p.isInCombat() && (Rnd.get(100) <= 90)) { p.sendMessage("You have earned a pvp by supporting " + target.getName()); p.getPvpKills(); } } } and the config public static List<Integer> Synergy_Class = new ArrayList<>(); String Synergy_Class = customs.getProperty("ClassesSupp", "97 -
Hello who can help with Acis pack ports ? How to open them
-
Help Character title display the wrong color
abumini posted a question in Request Server Development Help [L2J]
I don't know if this is client or server bug, so I posted on both places (I know I shouldn't). So a title for any player should show up blue, but it only shows blue to the owner of that Character, to everyone else around him his title show's in black, as for everyone else but yourself. Only characters are affected, NPC's and others are not affected. I'm running Acis 370. -
Help acis shift + click drop rates
ThelwHelpRePaidia posted a question in Request Server Development Help [L2J]
Hello i have this code but i cant make it work with % chance on item if anyone can help package net.sf.l2j.gameserver.handler.voicedcommandhandlers; import java.util.StringTokenizer; import net.sf.l2j.commons.lang.StringUtil; import net.sf.l2j.gameserver.datatables.ItemTable; import net.sf.l2j.gameserver.datatables.NpcTable; import net.sf.l2j.gameserver.handler.IVoicedCommandHandler; import net.sf.l2j.gameserver.model.actor.instance.Player; import net.sf.l2j.gameserver.model.actor.template.NpcTemplate; import net.sf.l2j.gameserver.model.item.DropCategory; import net.sf.l2j.games -
Help Can't connect to gameserver !
L2DragonWind posted a question in Request Server Development Help [L2J]
Hello, I have a problem I have Acis 368rev pack, and I have a problem... I use whole time on VPS this pack and I do not have any problems, but when I try on PC, it's not allowing me to connect in Gameserver, I do not know why. But problem cause this is from source. I search everything in source its looks fine, where I need check maybe please tell me. (I try this on clean Acis pack, works everything fine) https://imgur.com/a/XjdVa gameserver.java https://pastebin.com/WsNX5EUA server.config https://pastebin.com/BsWdnSjU l- 4 replies
-
- acis
- gameserver
-
(and 2 more)
Tagged with:
-
I'm using ElfoCrash Individual Vote System, and it works with some minor adjustments. However, it does have a big problem, every character from the same IP can just collect the reward, in theory its fine but only if the item is untradable, witch is not. Can someone help me make an IP check ? This is for Acis pack. Thanks
- 9 replies
-
- individual vote system
- vote
-
(and 4 more)
Tagged with:
-
Help CastSpeed and AttSpeed BUG
Devolskis posted a question in Request Server Development Help [L2J]
Hi, Can someone hint me where or what should I do to fix casting speed, attack speed? In example, this is bishop with casting speed 1450... blue reuse bar shouldn't even be visible... or if i have sorceror, prominence reuse faster than aura flare.. Ant this is about attack speed.. 700+ attack speed and i can use stunshot non-stop.. it should be like 1st stunshot -> 2 hits > 2nd stunshot Waiting for your answers buds.. and don't tell me that there is same topic because there is not. There was actually something similar -
Help acis eclipse error
ThelwHelpRePaidia posted a question in Request Server Development Help [L2J]
Hello i have a problem i fixed the most part of the code but i have a problem i get that red line here log.warning(StringUtil.concat( under concat only here is the code package net.sf.l2j.gameserver.masteriopack.rankpvpsystem; import java.io.File; import java.io.FileInputStream; import java.io.InputStream; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Properties; import java.util.logging.Logger; import net.sf.l2j.commons.lang.StringUtil -
Close
-
Hello!, I adapted Community board code to last rev aCis , but have errors. Any can help me for solved :) Ty guys
-
Request aCis Costum Starting Level
VanGon posted a question in Request Server Development Help [L2J]
Hello guys as the title says i request for the costum starting level code for acis rev 360.. i already tried multiple codes shared here in the forum non of it works and i also tried to do it by myself but im a newbie so didnt have much luck.. any help would be appreciated Thanks in Advance, VanGon