Jump to content

[Guide]Πως να φτιάξετε ένα δικό σας Weapon!


Recommended Posts

Λοιπόν έφταξα αυτό τον Οδηγό για να βοηθήσω , γιατι βλέπω πολλοί να θέλουν βοήθεια! :

<---- Server Side ---->

 

Πρώτα πηγαίνουμε στο path C:\Server\gameserver\data\stats\weapon .

Εκεί θα δούμε τα .xml αρχεία!

Έχοντας μάθει πιο είναι το ID του Weapon που θέλουμε να Edit

π.χ. 2500 είναι τo Dark Legion's Edge (2500-2599.xml)

Ανοίγουμε το .xml και κανουμε C/P όλο το 2500 :

 

<item id='2500' name="Dark Legions Edge">

<for>

<set val='232' order='0x08' stat='pAtk'/>

<set val='114' order='0x08' stat='mAtk'/>

<set val='8' order='0x08' stat='rCrit'/>

<add val='0' order='0x10' stat='accCombat'/>

<set val='379' order='0x08' stat='pAtkSpd'/>

<enchant val='0' order='0x0C' stat='pAtk'/>

<enchant val='0' order='0x0C' stat='mAtk'/>

</for>

</item>

 

Άμα θέλουμε να κάνουμε αυτό το Weapon με ένα SA τότε κάνουμε :

 

<item id='99999' name="Dark Legions Edge Empower">

<for>

<set val='232' order='0x08' stat='pAtk'/>

<set val='600' order='0x08' stat='mAtk'/>

<set val='8' order='0x08' stat='rCrit'/>

<add val='0' order='0x10' stat='accCombat'/>

<set val='379' order='0x08' stat='pAtkSpd'/>

<enchant val='0' order='0x0C' stat='pAtk'/>

<enchant val='0' order='0x0C' stat='mAtk'/>

</for>

</item>

 

Με κόκκινο χρώμα είναι αύτα που πρέπει να αλλάξετε το κάνουμe Save 99999.xml και το βάζουμε στο φάκελο weapon

 

<---- Client Side ---->

 

Πέρνουμε ενα File Edit

Link --> http://rapidshare.com/files/204782135/L2_FileEdit_T1.5_T2.rar.html

PWD :paraskosformxc

 

Ανοίγουμε το Weaponrgp.dat

Και ψάχνουμε το 2500 :

i1b5g8q0bmp8bus3ia6o.jpg

Μετά το κάνουμε C/P στο τέλος :

width=640 height=479http://www.imageshack.gr/files/ksc5u198bo3n3w840s1a.jpg[/img]

 

Γράφουμε το ID που έχουμε βάλει π.χ. 99999

Και το κάνουμε Save :

width=640 height=478http://www.imageshack.gr/files/ayguzut6kddtg22yanh7.jpg[/img]

 

Μετά ανοίγουμε το ItemName-e.dat :

width=640 height=477http://www.imageshack.gr/files/jbsxc537resqj8hpmqnt.jpg[/img]

 

Βρίσκουμε το 2500 που είναι το Dark Legion Edge και το κάνουμε C/P στο τέλος :

 

width=640 height=476http://www.imageshack.gr/files/5llklga7k8iq1dn8s9cl.jpg[/img]

 

Αλλάζουμε το ID και το Ονομα και το κανουμε οπως το εχω κάνει στιν παραπάνω φωτογραφία

Και το κάνουμε Save :

 

width=640 height=480http://www.imageshack.gr/files/gt1e3ql2lxzuj5f38ecm.jpg[/img]

 

<---- Database Side ---->

Τώρα πρέπει να φτιάξουμε το SQL αρχείο μας.

Ανοίγουμε ενα notepad και το το γράφουμε εκει :

 

INSERT INTO `weapon` ( `item_id` , `name` , `bodypart` , `crystallizable` , `weight` , `soulshots` , `spiritshots` , `material` , `crystal_type` , `p_dam` , `rnd_dam` , `weaponType` , `critical` , `hit_modify` , `avoid_modify` , `shield_def` , `shield_def_rate` , `atk_speed` , `mp_consume` , `m_dam` , `duration` , `price` , `crystal_count` , `sellable` , `dropable` , `destroyable` , `tradeable` , `item_skill_id` , `item_skill_lvl` , `enchant4_skill_id` , `enchant4_skill_lvl` , `onCast_skill_id` , `onCast_skill_lvl` , `onCast_skill_chance` , `onCrit_skill_id` , `onCrit_skill_lvl` , `onCrit_skill_chance` )
VALUES (
'99999', 'Dark Legion's Edge Empower', 'lrhand', 'true', '2080', '1', '1', 'adamantaite', 's', '342', '10', 'dual', '10', '0.00000', '0', '0', '0', '400', '0', '0', '-1', '120000', '800', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'
);

 

Το φτιάχνετε οπώς θέλετε εσείς το κάνετε Save As ... DLE Empower.SQL και το περνάτε στην Database.

 

Και αυτό είναι όλο!

 

Ελπίζω να βοηθάω newbie admin!

 

*Στο File Edit πάντα θα αφήνουμε μια κένη σειρά! και θα το αποθικεύουμε σε 413 Version!

 

Credit file edit : paraskos

Link to comment
Share on other sites

Πολύ καλή δουλειά φίλε μπράβο!!!!

 

Link για το File Edit: http://rapidshare.com/files/204782135/L2_FileEdit_T1.5_T2.rar.html

 

 

Password για το rar του File Edit: paraskosformxc

Link to comment
Share on other sites

Πολύ καλή δουλειά φίλε μπράβο!!!!

 

Link για το File Edit: http://rapidshare.com/files/204782135/L2_FileEdit_T1.5_T2.rar.html

 

 

Password για το rar του File Edit: paraskosformxc

 

file dn xreiazete se ka8e post pou kaneis na deis kai askopa link's giati to exei dosei to pedi...gia koita kalitera.. dn prokite na pareis +1 karma an to nomizeis afto me afta pou kaneis...

Link to comment
Share on other sites

file dn xreiazete se ka8e post pou kaneis na deis kai askopa link's giati to exei dosei to pedi...gia koita kalitera.. dn prokite na pareis +1 karma an to nomizeis afto me afta pou kaneis...

 

Ποιός σου είπε οτι το κάνω για αυτό?Άν είχες λίγο μυαλλό θα έβλεπες οτι δέν είχε κάποιο link το παιδί γι αυτό το έδωσα εγώ!Ευχαριστώ για την παρατήρηση ορίστε και η δική μου....Μην το βλέπεις αξιωματικός εδώ μέσα επειδή έδωσες κάποια χρήματα μπορεί να το κάνει ο κάθε ένας απο εδώ μέσα!!!Ορίστε δές τον ίδιο να λέει οτι δεν είχε link....

 

to pira apo ayton to link kai to evala se mena gia na einai ola mazi...!!!

Link to comment
Share on other sites

Mpravo man poli oreo guide gia niwbies :D

Sinexise etc kai ase ti leei o ka8enas p exei kavles gia kayga epeidi tn pirane PK sto L2...

 

Mia erotisi...Dn exo katalavei pos vazoume px se ena oplo na leei to "Acumen"

me ta kitrina grammata...Thnx gia ka8e apantisi...

Link to comment
Share on other sites

Otan grafeis to onoma patas to -> sto keybord sou...kai alazei to colum pou grafeis!!!

 

aaaa lol...To i3era ayto alla dn i3era oti to epomeno collumn itan ayto gia ayti ti douleia :P

thnx kai pl nice job...

Link to comment
Share on other sites

Koita exei kai client modding alla den to vlepw etc...gt exw valei kai gia to server pack pws 8a to ftia3eis ena custom wep..kai gia to SQL...

 

alla ti enoeis..?Oti einai se la8os Section?Ama einai kanteto Move...NP...

Link to comment
Share on other sites

mia erotisi...ta SQL me vasi ti ta kaneis???enow ti seira kai ola auta...

analoga me ta colums pou exei mesa sto table! egw vsk to perasa xeirokinita kai pira to code..kai to ekana post edw..!:P
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • totally agree, the problem started with professionals who made easy to open a server, specially interlude has been abused unstoppably since you can open a server with few clicks now days making fewer players for many servers, while back in time when "compile" was a secret and opening a server was going max players but true things are changing and this has become a job but dont lie everyone knows what is going on, lying is showing desperation, better go and work. i've worked with lots of people with kids that invest huge amounts of money into this and fail while they needed the money its an addiction.
    • well,we all know that everyone is doing it for money. And it's acceptable since you put much more effort than the usual admins. If you're proffesional on l2 servers,i don't find a reason to not see it as a job. Ofc it's job,but all jobs has their own prides. I'll talk about me,i'm a guy that working 10 +/- hours per day. I have 2-3 free hours on my daily activity and sometimes i enjoy playing Lineage because nostalgia hits me everyday. If you are many years on scene,u'll understand that lineage will never be the same like old days. Days that we was gathering at internet cafes,and the battle was daily. Anyway, some people perfer to pay big clans and provide them black market with special prices and benefits that a casual player wont have. Also big clans means big wars,so server will have population even if you have zero quality. And there is some projects that wont pay those d1ckheads,so they wont join them and project need to find other ways to increase the population. So,i'm a player that i'll donate 20-40-50 euros on every server i play,and usually i'm getting "scammed" since they re-open their server every 2 months. And the problem is that,i personally don't mind to donate few money every 2 months for my joy,but the majority of owners has zero knowledge about L2 gaming. That's why they can't fix a sh1t,and when the problems pile up,they slowly close the server and starting advertising for another one. Actually,on high rate scene mostly,is the same guy that doing it everytime. He opens his project for 1-2 months,he close it and before he shut down the server,he has already started the advertising on his next server with different name. It's just crazy and that part shouldn't be acceptable. So yes,i perfer to support a project with honest admin team,and somewhere they have the knowledge to implent things. Business is business,but at least as community,we should enjoy our game that we love, cheers. 
    • thanks for sharing !! any guide to install this? it would be great!!
  • Topics

×
×
  • Create New...