Jump to content

[Share] L2J-DevWareZ Project ! Under Development !


Recommended Posts

  • 2 weeks later...

Hmm, I'm testing this source and I liked it! I hope not die like the L2Dot,

L2Equal and others ..!

 

Please try to put it on the server!

 

# Define various player-typable name templates

# These ones are regular expressions, visit http://www.regular-expressions.info for

details

# NOTE1: Generally checking lengths are done here, so pay them attention in

templates

# NOTE2: Make sure you're know what you are doing before changing these from

defaults;)

 

# Character name

CnameTemplate = [A-Za-z0-9 \ u0410-\ u042f \ u0430-\ u044f] (2.16)

# Clan name

ClanNameTemplate = [A-Za-z0-9 \ u0410-\ u042f \ u0430-\ u044f] (3.16)

# Clan title

ClanTitleTemplate = [A-Za-z0-9 \ u0410-\ u042f \ u0430-\ u044f \ \ p (Punct)] (1,16)

# Ally name

AllyNameTemplate = [A-Za-z0-9 \ u0410-\ u042f \ u0430-\ u044f] (3.16)

 

 

 

#-----------------------------------

# Limitations parameters.

# 0 - off limit

# Limits of attack

LimitPAtk = 9500

LimitMAtk = 10500th

# Limits of protection

LimitPDef = 0

LimitMDef = 0

# Limits the rate of attack

LimitPAtkSpd = 2150

LimitMAtkSpd = 1950

# Limits crit 1000 = 100%

LimitPCritical = 500

LimitMCritical = 300

 

# Rate of fire with a bow.

bowatkspeed = 2150

# Rate of fire with a crossbow.

crossbowatkspeed = 2150

 

I know nothing in Java!  I can not help you put the codes  >:(

 

 

Look SVN L2Dream.su and find this codes!

:D

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...