
djpain
Members-
Posts
34 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by djpain
-
EH i see no one knows simple code . i'll go get other buffer. Lock thread, or whatever you want.
-
OMGGG i want to edit it cause it buffs whole party clan alliance and everyone. cant you understand it??? lets say i'm fighter and my party member is mage if i buf myself he gets fighter buff too. i want to change that, and as i said i have learned everything myself thats why i was trying to edit code 5 hours and than asked you to help, but no one cares as i see. i cant believe that no one on this server knows how to edit that code
-
i'm master on that side, which part doesnt work? you add item and cant see ingame or what? can you explain? you have freya? or other?
-
i'm not that dumb, i tried player, [player], self, instead of it targets = skillInfo.getTargetList(player) tryed targets = skillInfo.getTarget(player) targets = skillInfo.setTargetList(player) targets = skillInfo.setTarget(player) targets = (player) and ALOT of other things. and as i said. so i have downloaded buffer. which buffs whole party. WHICH BUFFS WHOLE PARTY. i said i want to buff them? so dont spam. I'm not sure but i guess you tried it with "[player]" and not simple "player" so remove the brackets.If it still doesn't work then i don't know someone else should help you.Im not that good at coding. as i said This applies the skill effects to all valid targets. If you only want # # it to apply the effects to the player then you should change "targets" # # in the line below to "[player]". THIS DOESN'T WORK!!!
-
Need help on Freya Server
djpain replied to leonscottkennedy's question in Request Server Development Help [L2J]
well i have no idea about guide, i have learned everything myself, but i have explained you how to add custom items, try that somehow. -
Need help on Freya Server
djpain replied to leonscottkennedy's question in Request Server Development Help [L2J]
OMG lol he said custom items not class master :DD. if your pack is l2j go to gameserver/config/characters.properties and find AlternateClassMaster = set it to true. i cant tell you how to host in your country :|. which custom item you want?. well if you want to put lets say new weapon: 1st. put thats in weapongrp.dat in system folder 2nd. put that in itemname-e.dat in system folder 3rd. put that in gameserver/data/stats/items. 4th. if you want to put in gm shop, put that to multisell :D explain which custom item you want to add. . its not easy to explain whole process, when i dont even know what you want to put. ok for now its enought i think. -
so i have downloaded buffer. which buffs whole party. cant edit code. need some help. def skillCast(player,skill,level,useAnimation): # # This line is necessary and gets the skill information. # skillInfo = SkillTable.getInstance().getInfo(skill,level) # if not skillInfo: # return False # ############################################################################ # This line causes the client to display the animation for the # # skill. If you do not want the client to display the animation # # for a specific skill simply set useAnimation to false for that # # skill call. If you want to disable it for all skills simply # # comment out the below two lines. # ############################################################################ # We need to make sure the player has him/herself targetted, but # # we also want to make sure we don't permanently change the target # # so we will save off the current target before changing it to the # # player. # currentTarget = player.getTarget() # player.setTarget(player) # ############################################################################ # This gets all the targets for the skill (self, party, clan, ally, etc...)# targets = skillInfo.getTargetList(player) # ############################################################################ # Now we reset the target we had before we switched to the player. # player.setTarget(currentTarget) # ############################################################################ # This applies the skill effects to all valid targets. If you only want # # it to apply the effects to the player then you should change "targets" # # in the line below to "[player]". # player.callSkill(skillInfo,targets) # return True # ############################################################################ targets = skillInfo.getTargetList(player) how to change it to set target only yourself not whole party clan and alliance? trying to do it 4 hours i'm pissed off :| i'm gonna destroy my computer now. someone help me please This applies the skill effects to all valid targets. If you only want # # it to apply the effects to the player then you should change "targets" # # in the line below to "[player]". THIS DOESN'T WORK!!!
-
[HELP] Freya Buffer
djpain replied to slesher91700's question in Request Server Development Help [L2J]
its because of ############################################################################ # This gets all the targets for the skill (self, party, clan, ally, etc...)# targets = skillInfo.getTargetList(player) i'm searching for solution :) i need it too :D i'll post here if i find -
l2jserver , core 4608 , dp 7976 , freya for now its precompiled pack cause i'm waiting whole forum to help me with eclipse problem. :| sry for that, eclipse crashes after i write there svn of l2jserver to compile it, and no one can help me. thats why i have precompiled pack.
-
oh, i read that you have freya sorry man, you know what, take 1 item from etcitem copy and paste make id 44331, dont change anything else, go to itemname.dat take ANY item and just change ID, nothing else, than go to database and add copy apiga and paste with 44331 id. try that maybe it about ID s.
-
tryskell can you please give links to eclipse? i know how to get last java but not eclipse and subeclipse, please, and thanks a lot for everything. :) and one_1 you cant compile again your compiled version you have to compile from sources like svn.l2jserver.com something like that. (as i know)
-
ok no one answers me, i have 1 question when i try to compile server, in eclipse when i write svn of l2jserver it crashes without any errors or something just crashes, do you know how i can fix it?i'm waiting more than 1 week but no one wants to help
-
How to compile with Eclipse.
djpain replied to ExTrEmEDwarf's topic in Server Development Discussion [L2J]
thanks, anyone else knows anything? -
i need help with party duel. it teleports to olympiad. but after lesser than 1 sec it teleports to orc village and starts there, so ppl cant attack each other in village and have to go outside. i want to change the location of party duel OR disable oly teleporting.can anyone help?
-
[Noobish Question]NPC Creation.
djpain replied to sτrίkε-'s question in Request Server Development Help [L2J]
he means 2nd. maybe you want to copy paste old npc in mysql, and in gameserver/data/html ? try that -
itemname-e.dat 44441 Weapon Coin a,type here something.\0 -1 0 0 a, 0 0 a, 0 0 0 0 0 0 0 0 0 0 a, 1 etcitemgrp 2 44441 0 0 2 5 0 dropitems.drop_sack_m00 dropitemstex.drop_sack_t00 0 0 0 0 0 1 0 0 icon.etc_coins_gold_i00 -1 0 18 0 B2A 0 1 1 1 ItemSound.itemdrop_money 2 0 0 and add to sql yourself cause i have new version and there is no etcitem.sql or this one (it has apiga icon) etcitemgrp 2 44444 0 0 2 5 0 dropitems.drop_sack_m00 dropitemstex.drop_sack_t00 0 0 0 0 0 1 0 0 icon.etc_pig_adena_i00 -1 0 18 0 B2A 0 1 1 1 ItemSound.itemdrop_money 2 0 0 itemname 44444 TvT Coin a,Coin obtained from TvT event, used to buy items in GM Shop.\0 -1 0 0 a, 0 0 a, 0 0 0 0 0 0 0 0 0 0 a, 1
-
nope thats wrong :D, if its freya, how do you add it to etcitem.sql man you must add in stats folder in gameserver :| well i made about 500 new items on my server so i know what i am talking about
-
no man that is stat which must work which must add damage to skills against monsters, pvpPhysSkillsDmg works but pvePhysSkillsDmg not and i was interested if i can fix it somehow
-
[Help] Problem with NPC
djpain replied to eXilim's question in Request Server Development Help [L2J]
omg learn some English man i cant understand you :| i told you everything you need to know so what you need more? :| -
[Help] Problem with NPC
djpain replied to eXilim's question in Request Server Development Help [L2J]
# When character reach levels 20,40,76 he will receive tutorial page # with list of the all possible variants, and can select and immediately # change to the new occupation, or decide to choose later (on next login). # Can be used with or without classic Class Masters. # Default = False AlternateClassMaster = True do you have this? just enable it ok? i found class master's ID s 31757 31756 here you go check if you have this ids in merchant folder of html in data folder of gameserver :D -
[Help] Problem with NPC
djpain replied to eXilim's question in Request Server Development Help [L2J]
can you post here about 20 lines of that config? like line line line line AllowClassMasters = True ConfigClassMaster = 1;[];[];2;[];[];3;[];[] line line Line Line like this? there must be something id of npc or something -
maybe thats another multisell? are you sure that its same? cause i dont think its possible that multisell shows things that you dont put there O_O
-
[Help] Problem with NPC
djpain replied to eXilim's question in Request Server Development Help [L2J]
if you want to remove that npcs just remove from mysql database. about class master after AllowClassMasters = True ConfigClassMaster = 1;[];[];2;[];[];3;[];[] there must be id of npc or something, -
How to compile with Eclipse.
djpain replied to ExTrEmEDwarf's topic in Server Development Discussion [L2J]
anyone will help me? it crashers without any messages or anything. thanks for fast helping :| -
pvePhysSkillsDmg is not working anyone knows anything? (its in skills files .xml)