[HELP] GM & Infinity Duals L2J 

Newbie Spellweaver
Joined
Jan 14, 2006
Messages
67
Reaction score
0
Location
Israel
hi guys.. :(
me & my frined (my head gm) tried to create some GM & Inifity duals.
but i got error.

we tryied to put it in the store & we tried to create it.

that will help to the developers & to other ppl does want to use gm items
& that will help me about my first release XD

take a look on the pic:

sorry about the size

MeitMeit - [HELP] GM & Infinity Duals - RaGEZONE Forums
 
did you add your duals in weapons.sql then run in navicat? and also add new duals in XML files?:zoo_taz:
 
Upvote 0
i got the duals on weapons.sql
but i don't sure in XML
p.s: i don't understand how the XML work
i don't know how to add things to the XML files.

give me ID of your duals and the name of the duals.i will make a XML for you. after writing duals in weapons.sql did you go to navicat, delete old weapon table then add modified weapons.sql file? like that :query>new query>load table>weapon.sql>RUN ?
 
Upvote 0
man.. u can do that with my weapons.sql file?
because i want the weapons of my server & not weapons of others..
& i will give u my xml too but say me witch one.

all running good but i don't know why it's do the error
 
Upvote 0
man.. u can do that with my weapons.sql file?
because i want the weapons of my server & not weapons of others..
& i will give u my xml too but say me witch one.

all running good but i don't know why it's do the error

gimme your weapon sql, name and ID of duals. did you edit weapongrp.dat in game and itemname-e.dat ? make sure the ID is right and tell it to me
 
Upvote 0
there are the files... i need all the heros from id 9010 to 9018
& GMs from 9019 to 9030 & the others: from 9001 to 9009
& more some: from 9031 to 9042

names of all the weapons with ids:

Infinity Dual Blade - 9001
Infinity Dual Cleaver - 9002
Infinity Dual Axe - 9003
Infinity Dual Rod - 9004
Infinity Dual Crusher - 9005
Infinity Dual Scepter - 9006
Infinity Dual Stinger - 9007
Infinity Dual Bow - 9008
Infinity Dual Spear - 9009
Infinity Vampire Blade - 9031
Infinity Dual Vampire Blade - 9032
Infinity Dusk Sword - 9033
Infinity Dual Dusk Swords - 9035
Infinity Dual Gods Blade - 9037
Infinity Gods Blade - 9038
Infinity Heavens Divider - 9039
Infinity Dual Heaven Dividers - 9041
Infinity Dual Angel Slayer - 9042

Hero Dual Blade - 9010
Hero Dual Cleaver - 9011
Hero Dual Axe - 9012
Hero Dual Rod - 9013
Hero Dual Crusher - 9014
Hero Dual Scepter - 9015
Hero Dual Stinger - 9016
Hero Dual Bow - 9017
Hero Dual Spear - 9018

GM Dual Blade - 9019
GM Dual Cleaver - 9020
GM Dual Axe - 9021
GM Dual Rod - 9022
GM Dual Crusher - 9023
GM Dual Scepter - 9024
GM Dual Stinger - 9025
GM Dual Bow - 9026
GM Dual Spear - 9027
GM Power - 9028
GM Greater Power - 9029
GM Supreme Power - 9030

pls edit the files for because i don't want to destroy
 

Attachments

Upvote 0
man i'm not gonna write all those XML weapons do it yourself cuz it takes a lot of time and i ain't got any,just create a 9000-9099.xml file in gameserver>data>stats>weapons and it should be something like this but with your modified stats (p.atk,m.atk), good luck:hammer: :
PHP:
<?xml version='1.0' encoding='utf-8'?>
<list>
<item id='9000' name="GM Dual Zariche Sword">
<for>
<set val='1200' order='0x08' stat='pAtk'/>
<set val='500' order='0x08' stat='mAtk'/>
<set val='50' order='0x08' stat='rCrit'/>
<add val='0' order='0x10' stat='accCombat'/>
<set val='500' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
</for>
</item>
<item id='9001' name="GM Dual Mystery Sword">
<for>
<set val='800' order='0x08' stat='pAtk'/>
<set val='999' order='0x08' stat='mAtk'/>
<set val='50' order='0x08' stat='rCrit'/>
<add val='0' order='0x10' stat='accCombat'/>
<set val='500' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
</for>
</item>
<item id='9002' name="GM ghost fist">
<for>
<set val='1200' order='0x08' stat='pAtk'/>
<set val='500' order='0x08' stat='mAtk'/>
<set val='50' order='0x08' stat='rCrit'/>
<add val='0' order='0x10' stat='accCombat'/>
<set val='800' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
</for>
</item>
<item id='9003' name="GM dual dark legion">
<for>
<set val='1200' order='0x08' stat='pAtk'/>
<set val='500' order='0x08' stat='mAtk'/>
<set val='50' order='0x08' stat='rCrit'/>
<add val='0' order='0x10' stat='accCombat'/>
<set val='500' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
</for>
</item>
<item id='9004' name="GM dual tears of wisard">
<for>
<set val='1200' order='0x08' stat='pAtk'/>
<set val='500' order='0x08' stat='mAtk'/>
<set val='50' order='0x08' stat='rCrit'/>
<add val='0' order='0x10' stat='accCombat'/>
<set val='500' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
</for>
</item>
<item id='9005' name="GM DeadmanSamurai">
<for>
<set val='1200' order='0x08' stat='pAtk'/>
<set val='500' order='0x08' stat='mAtk'/>
<set val='50' order='0x08' stat='rCrit'/>
<add val='0' order='0x10' stat='accCombat'/>
<set val='500' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
</for>
</item>
<item id='9006' name="GM dual lidia sword">
<for>
<set val='1200' order='0x08' stat='pAtk'/>
<set val='500' order='0x08' stat='mAtk'/>
<set val='50' order='0x08' stat='rCrit'/>
<add val='0' order='0x10' stat='accCombat'/>
<set val='500' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
</for>
</item>
<item id='9007' name="GM elemental bow">
  <for>
    <set val='2500' order='0x08' stat='pAtk'/>
    <set val='500' order='0x08' stat='mAtk'/>
    <set val='12' order='0x08' stat='rCrit'/>
    <add val='-3' order='0x10' stat='accCombat'/>
    <set val='400' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
  </for>
</item>
<item id='9008' name="GM Ghost blunt">
<for>
<set val='1200' order='0x08' stat='pAtk'/>
<set val='500' order='0x08' stat='mAtk'/>
<set val='50' order='0x08' stat='rCrit'/>
<add val='0' order='0x10' stat='accCombat'/>
<set val='600' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
</for>
</item>
<item id='9009' name="GM Deadman">
<for>
<set val='1200' order='0x08' stat='pAtk'/>
<set val='500' order='0x08' stat='mAtk'/>
<set val='50' order='0x08' stat='rCrit'/>
<add val='0' order='0x10' stat='accCombat'/>
<set val='500' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
</for>
</item>
</list>
 
Upvote 0
now when im try to create the items it's don't do the warning but i can't see :( i need to put the items on the f*****g weapongrp file in the f*****g system folder..
but i don't have time to do that :(

some 1 can make the file for me?
 
Upvote 0
Back