Jump to content
  • 0

server down , custom armors


XaioXaio

Question

well i have edited clan oath /apella/epic/dynasty armor stats and set bonuses after i made the change , and start server it is down...

 

this is an example what i put in the set bonus for an light armor...

  </for>

</skill>

<skill id="3606" levels="1" name="Clan Oath Light Armor Set">

<!--

  Description(s):

      Increases MaxHP/MP, M.def, P. Def, Casting Spd., Slightly Increses the power of healing spells recived, Speed, M.atk. +2DEX +1STR -2MEN

-->

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillType" val="BUFF"/>

  <set name="operateType" val="OP_PASSIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <for>

    <mul order="0x30" stat="mAtkSpd" val="1.15"/>

    <mul order="0x30" stat="mAtk" val="1.05"/>

    <mul val='1.10' order='0x30' stat='gainHp'/>

    <mul order="0x30" stat="pDef" val="1.10"/>

    <mul order="0x30" stat="mDef" val="1.10"/>

    <add order="0x40" stat="maxHp" val="500"/>

    <add order="0x40" stat="maxMp" val="1000"/>

    <add order="0x40" stat="runSpd" val="8"/>

    <add order="0x40" stat="DEX" val="2"/>

    <add order="0x40" stat="STR" val="1"/>

    <sub order="0x40" stat="MEN" val="2"/>

 

i edited it in gameserver/data/stats/skills  coz there were the set bonuses , i didn't change the rest of the lines except the description , is this wrong or i can't add some things to an armor set

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

-bash: syntax error near unexpected token `newline'

dragon:~# -bash: syntax error near unexpected token `newline'

> dragon:~# </skill>

> -bash: syntax error near unexpected token `newline'

> dragon:~# <skill id="3606" levels="1" name="Clan Oath Light Armor Set">

> -bash: syntax error near unexpected token `newline'

> dragon:~# <!--

> -bash: !--: event not found

> dragon:~#  Description(s):

> -bash: syntax error near unexpected token `s'

-bash: command substitution: line 1: unexpected EOF while looking for matching `''

-bash: command substitution: line 4: syntax error: unexpected end of file

-bash: bad substitution: no closing "`" in `s'

dragon:~# dragon:~#      Increases MaxHP/MP, M.def, P. Def, Casting Spd., Slightly Increses the power of healing spells recived, Speed, M.atk. +2DEX +1STR -2MEN

-bash: dragon:~#: command not found

dragon:~# -bash: Increases: command not found

dragon:~# -->

-bash: -bash:: command not found

dragon:~# dragon:~# -->

-bash: syntax error near unexpected token `newline'

dragon:~# -bash: syntax error near unexpected token `newline'

> dragon:~#  <set name="power" val="0.0"/>

> -bash: syntax error near unexpected token `newline'

> dragon:~#  <set name="target" val="TARGET_SELF"/>

> -bash: syntax error near unexpected token `newline'

> dragon:~#  <set name="skillType" val="BUFF"/>

> -bash: syntax error near unexpected token `newline'

-bash: command substitution: line 1: unexpected EOF while looking for matching `''

-bash: command substitution: line 4: syntax error: unexpected end of file

-bash: bad substitution: no closing "`" in `newline'

dragon:~# dragon:~#  <set name="operateType" val="OP_PASSIVE"/>

-bash: syntax error near unexpected token `newline'

dragon:~# -bash: syntax error near unexpected token `newline'

> dragon:~#  <set name="castRange" val="-1"/>

> -bash: syntax error near unexpected token `newline'

> dragon:~#  <set name="effectRange" val="-1"/>

> -bash: syntax error near unexpected token `newline'

> dragon:~#  <for>down_tmp  l2  l2j  l2jfree  l2oneo

> -bash: for: No such file or directory

> dragon:~# dragon:~#  </for>

> -bash: syntax error near unexpected token `newline'

-bash: command substitution: line 1: unexpected EOF while looking for matching `''

-bash: command substitution: line 4: syntax error: unexpected end of file

-bash: bad substitution: no closing "`" in `newline'

dragon:~# dragon:~# -bash: syntax error near unexpected token `newline'

> > dragon:~# </skill>

> > -bash: syntax error near unexpected token `newline'

> > dragon:~# <skill id="3606" levels="1" name="Clan Oath Light Armor Set">

> > -bash: syntax error near unexpected token `newline'

> > dragon:~# <!--

> > -bash: !--: event not found

> > dragon:~#  Description(s):

> > -bash: syntax error near unexpected token `s'

-bash: command substitution: line 1: unexpected EOF while looking for matching `''

-bash: command substitution: line 4: syntax error: unexpected end of file

-bash: bad substitution: no closing "`" in `s'

dragon:~# -bash: command substitution: line 1: unexpected EOF while looking for matching `''

> -bash: command substitution: line 4: syntax error: unexpected end of file

> -bash: bad substitution: no closing "`" in `s'

> dragon:~# dragon:~#      Increases MaxHP/MP, M.def, P. Def, Casting Spd., Slightly Increses the power of healing spells rec

 

can it fix the problem if i delate the descriptions?

Link to comment
Share on other sites

  • 0

ok i know that its not about the bonus now or armor stats , i lack something else like an SQL or something to connect the xml file of the stat bonus , where do i do it ? or correct me if im wrong

 

 

example major arcane

 

 

INSERT INTO `armorsets` VALUES ('45', '6383', '0', '6386', '6384', '6385', '3556', '0', '0', '3625');

 

well what does the ID '45' mean ? and if i were to make a new SQL i would need to make an new unused id ?

 

problem solved , i used " instead of '  , its wouldn't make any diffrence if the server would be on windows , but it was on linux

and i had the order all wrong , 1st <mul or <add then 'val=' then 'order=' and 'stat='

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...