Some problems L2J 

Newbie Spellweaver
Joined
Oct 17, 2005
Messages
27
Reaction score
0
hey i have a few problems, and if anyone coulld help me out,,, thank you

1.Where could i modify L2Day scrolls?

2.where i can get a line from skills, for example i want to make L2day
scroll with almost all buffs at once.



3.how to make an item just for an specific class, like i would like to
make an a tattoe just for archers and daggers and another tattoe for
mages and tankers and buffers
 
1 )
data/stats/skills/2000-2099.xml

scroll of .....

2)
try to add more <for> tags or <effect> tags i don't know exactly

3) not that i know but u can decrease other stats to make them useless for the other classes
e.g.
fighter: patk + atkspd + matk - matkspd - & so on
Or if there is already such an item just look at this ... ^^'
 
Upvote 0
thank you man, i really apriciate it^^

hey i have a two last prob:)

1.i tried play as a dagger but their dagger skill fail all the time. so i tried this settings

# Alternative success rate formulas for skills like dagger/critical skills,
# 'true' to use this formula , 'false' to use the original based on rCrit (c3 like)
AltGameDaggerFormula = True

# Alternative success rate for skills like dagger/critical skills
# MUST be setted above to AltGameDaggerFormula = true
# Rate of success is based on the position of the char,to this is added/subed some percent
# if the char is behind or is in Front of the target.
# FailRate is the chance of a skill critical attack to fail. max value 100 (100% fail)
# Successrate is the chance of a skill critical attack. max value 100 (100% critical)
# Do some tests before changing the values.
AltSuccessRate= 100
AltFailRate= 0
AltSuccessRateBehind = 100
AltSuccessRateFront = 100

and i also tried to use AltGameDaggerFormula = False and i still have the same problem, do you know how to fix it?


2. there skills that are missing, like i noticed on the prophet he has no, focus,death whisper,zerk,might,shield. any idea where should i look to fix it?

greatly appreciated
 
Upvote 0
all skills are in the stats/skills folder
u just have to search the id in the client
and modify the skills as u want them

and for the dagger thing..
i think the accuracy of ur character is also a factor which u have to include
 
Upvote 0
i found another prob :) i downloaded buffs from ragezone and when i replace them with my data/stats/skills some skills got missing and times are like 5 hours, but when i back up all skills and buffs are fine, so i tried to add more time for buffs to last, so i changed time="3600" to time="12000" and nothing changed :/ anybody have idea what im doing wrong? thank you
 
Upvote 0
hm ... if u change this on the right place than u don't do anything wrong except u don't restart xD

well do u have something like msn or icq? then i'll help u via teamviewer -> pm me
 
Upvote 0
Back