Jump to content

ConArtist™

Members
  • Posts

    798
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ConArtist™

  1. First of all this guide is Devangell's and some ppl said for English version so i translate it. ----------------------------------------------------------------------------------------------- Hello guys today will teach you how to make your own weapon, what i mean? you are gonna make it with your own ID your own Name and your own stats, ok lets start! See this photo and see that the ID "66666" doesnt exist in my server . Well go in your server pack and go to gameserver \ data \ stats \ weapon if the weapon has no stats can be made to gameserver \ data \ stats \ weapon and create a file name that you want or get another copy and name it as you want I named mine "New Weapon" , Right-click with your mouse on the file and open it with notepad and it will show you something like that: <? xml version = "1.0" encoding = "UTF-8"?> <! DOCTYPE list SYSTEM "weapons.dtd"> <list> <item id=here you will put the ID you want-----------> '66666 'name = "and here the name of your weapon"> <for> <set val='379' order='0x08' stat='pAtk' /> <set val='169' 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' /> <!-- Enhances damage to target during PvP --> <mul val='1.05' order='0x30' stat='pvpPhysDmg' /> <mul val='1.05' order='0x30' stat='pvpPhysSkillsDmg' /> <mul val='1.05' order='0x30' stat='pvpMagicalDmg' /> </for> </item> </list> When you do that it will be like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE list SYSTEM "weapons.dtd"> <list> <item id='66666' name="New weapon"> <for> <set val='379' order='0x08' stat='pAtk' /> <set val='169' 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' /> <!-- Enhances damage to target during PvP --> <mul val='1.05' order='0x30' stat='pvpPhysDmg' /> <mul val='1.05' order='0x30' stat='pvpPhysSkillsDmg' /> <mul val='1.05' order='0x30' stat='pvpMagicalDmg' /> </for> </item> </list> Ok save it now and you are ok. Then we create our file to SQL, Now I'll show you how to do it on your server that is Interlude, kamael, Hellbound, Gracia -1-2 - Final You take an sql file from here Lineage pack \ Sql I got the weapon There is alot in there, you keep one and deete the other's like: INSERT INTO `weapon` VALUES (97022, 'Hades Dagger', 'rhand', 'true', 970, 1, 1, 'adamantaite', 's', 271, 5, 'dagger', 12, -3, 0, 0, 0, 433, 0, 148, -1, 0, 0, 'false', 'true', 'true', 'true', '', '', '', '', 0,'-1', '-1', -1); And change the id and Name where it says dagger you can change it and put sword and now our weapon is sword But we leave it as a dagger Following changes in our file should look like this INSERT INTO `weapon` VALUES (66666, 'New weapon', 'rhand', 'true', 970, 1, 1, 'adamantaite', 's', 271, 5, 'dagger', 12, -3, 0, 0, 0, 433, 0, 148, -1, 0, 0, 'false', 'true', 'true', 'true', '', '', '', '', 0,'-1', '-1', -1); Save it now and is ready our Sql file After run the Data Base that is ready to Navicat the weapon within the Navicat .. Now we open the File Edit , Open and decrypt the weapongrp and there you can see the glow of the weapon with the appropriate systexture ie to operate and many more but we since we put in Sql Sword will find the Forgoten Blade This is my sword (that came to my brain right now) and we will do it dagger b/c we put dagger in the navicat Is Id 6581 Copy and get the whole series and so the principle of less than you do and empty at the end So that the end is a empty It will show something like that: 0 6581 1 1 7 10 0 LineageWeapons.forgotten_blade_m00_wp LineageWeaponsTex.forgotten_blade_t00_wp icon.weapon_forgotten_blade_i01 - 1 1300 47 1 0 0 7 1 1 LineageWeapons.forgotten_blade_m00_wp 1 LineageWeaponsTex.forgotten_blade_t00_wp 4 ItemSound.sword_mid_4 ItemSoun d.sword_small_9 ItemSound.sword_mid_2 ItemSound.public_sword_shing_10 ItemSound.itemdrop_sword ItemSound.itemequip_sword 10 281 132 1 5 8 0 0 0 0 379 0 1 1 1000 0 -1 0 LineageEffect.c_u004 0.0000000 0.0000000 0.0000000 1.2000000 1.2000000 LineageWeapons.rangesample 2.0000 000 1.5000000 1.5000000 10.0000000 0.0000000 0.0000000 4 -1 -1 -1 Where the Blue is changing the Id that is that we put 66666 Is essential, we do Save And decrypt We do it at 413 After the File Edit , Open The itemname-e And do the same as we did in weapongrp top only in the itemname-e can change the name of the weapon that is that show in the game After taking a / / server_restart And when Login again Your weapon with ID "66666" forgoten blade Here is the photo at the end of our work: Credit's: Devangell™ for guide Original Post (GR) and me for translate ;) Have Fun!!!
  2. very nice guide dude keep it up ;) i agree with Crash™ about the sticky, gj again :)
  3. they are good but next time deactivate the minimum frame they would look beter ;)
  4. better now? -----------------
  5. yeah i know i post wrong logo xD that was a test one :P
  6. and here is my poor try xD :P -------------------
  7. haha good one Devangell keep sharing :) when you wake up log in at msn i have an idea for something :P
  8. or just restore your system 1-2 days before the virus apeard and then im sure you are ok, i did that 3 days ago b/c my pc was pwnd by a virus xD
  9. Rum and beer :D Teh Best xD
  10. thank's bro :D i wll focus on some guides/tautorials and i hope to be better at this :P
  11. Blane i want your opinion :P i tryed to do exacly the same but ok its the first time so here it is xD
  12. Guys before you say anything i have to say that i just found a serial key for the photoshop is the first time i use Photoshop i dont have brushes etc else but i tryed now to see how photoshop works . this is my first sig from photoshop render from PlanetRenders i dont have tools for efects and that stuff so the sig is simple but i like it :D here it is my poor try xD | | i start it today and im reading tautorials and guides that will help me so all comment are welcome and tell me suggestions that will help me at the future ! thank's :)
  13. thank's bro :) and im glad that ppl like it :D more ideas coming ;)
  14. you Mr.Smart ass read first my edit and then talk !! " *EDIT delete my post! i read it in other way and i got wrong idea of the question :S "
  15. someone lock this topic is made by me i didnt find any help and someone just spamed so lock it plz. and olso he spamed some other topics like mine. http://www.maxcheaters.com/forum/index.php?topic=106198.0;topicseen
  16. a0x0a0x0a0xa i lol'd so hard Epic!!!!
  17. ok look this one i was going for something else but i make it like that, Devangell when you find free time make it for loading as a personal request b/c im sure that i wll be the only one who likes it xD :P
  18. omg sweet lets go to war xD great share man !! keep it up:)
  19. you make the server that way, ppl like you beg for items etc. and if we dont give you you say ok server is down or lag!so you lag my server try now, and plz if you can do better make your own server that wll be "pro". if you destroy every server you will end up only with official. so plz IF YOU DONT LIKE JUST DONT JOIN!!! is that hard for you? P.S sorry serk for the off topic but the post was for my server that ~bigbrother ""Hacked""
  20. Thank's bro for making them :D they are sweet :P i will give you more!!
  21. Ok 1 more screen this one for GvE server i think you will love it :D Devangell i hope to see them :P
  22. this is good idea for loading screen. i dont know for the others but i like if you could make it!
  23. axooaoxaoxoaoxoaox koryfeo!!
  24. diferent ppl diferent like's and dislike's :P
×
×
  • Create New...