Jump to content

Recommended Posts

Posted

Gia sas!Paidia epidi dn exw poli xrono gia na psa3w oute google oute sto forum mas,an mporei kapoios kai exei diathesi na me voithisei thelw auto:

Pws kanw custom skill(thelw na valw Foss stous GM chars alla mono gia autous me alla stats)

 

BTW:an eimai se lathos section(exw kairo na mpw sto forum)kapoios moderator as to metakinisei!

euxaristw

 

 

EDIT:Hello maxcheaters.I dont have much time to search google or forum,so i need your help,if someone can help me:

i need to know how i can create custom skill like anthars foss,but for GM chars only!like punishment for players when they do something!!

thanks

 

Posted

Anyone some idea? or something???

 

plz guys help me!

if antaras skill is writed in skill.usk, and in skillgrp.dat you have something like skill.antaras.bash etc, then you'l just need to copy that string to any simple skill like, fire blaze, or prominence,

and there you will have it, but if its not writed, then mm sorry the solution will be writed later in market place =), cause its very complicated.

 

Posted

Gia sas!Paidia epidi dn exw poli xrono gia na psa3w oute google oute sto forum mas,an mporei kapoios kai exei diathesi na me voithisei thelw auto:

Pws kanw custom skill(thelw na valw Foss stous GM chars alla mono gia autous me alla stats)

 

BTW:an eimai se lathos section(exw kairo na mpw sto forum)kapoios moderator as to metakinisei!

euxaristw

 

 

EDIT:Hello maxcheaters.I dont have much time to search google or forum,so i need your help,if someone can help me:

i need to know how i can create custom skill like anthars foss,but for GM chars only!like punishment for players when they do something!!

thanks

 

 

Find the antharas skill, give it a casttype (like i or j or something). Mobs have another file that gives it a casttype so it won't really say it in skillgrp. (don't forget xml)

Posted

Look what i want to do is to create a new skill! For ex. skill id:9965, i know how to create it on system but on server??what i do with navicat or the skills file at data?...

 

Posted

Look what i want to do is to create a new skill! For ex. skill id:9965, i know how to create it on system but on server??what i do with navicat or the skills file at data?...

 

 

It needs its XML data? Make a new XML file (organization..) and just copy some random skill and change its info like name and ID and stats o__o

 

Random skill

  <skill id="2342421" levels="1" name="Harnak - Ground Pound">
<set name="magicLvl" val="75"/>
<set name="lvlDepend" val="1"/>
<set name="power" val="4000"/>
<set name="target" val="TARGET_AURA"/>
<set name="skillRadius" val="250"/>
<set name="hitTime" val="1500"/>
<set name="reuseDelay" val="4000"/>
<set name="skillType" val="MDAM"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<set name="isMagic" val="true"/>
<set name="operateType" val="OP_ACTIVE"/>
  </skill>

 

Change it to match yours

  <skill id="9965" levels="1" name="Stupid Skill">
<set name="magicLvl" val="75"/>
<set name="lvlDepend" val="1"/>
<set name="power" val="4000"/>
<set name="target" val="TARGET_AURA"/>
<set name="skillRadius" val="250"/>
<set name="hitTime" val="1500"/>
<set name="reuseDelay" val="4000"/>
<set name="skillType" val="MDAM"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<set name="isMagic" val="true"/>
<set name="operateType" val="OP_ACTIVE"/>
  </skill>

Posted

well i have done that and when i create the skill on my gm char i dont find it on they player skilss

 

You could always 'subsitute' a random unused skill ID (4000-6000 range XML's have a lot) to fit your custom one.

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
Reply to this topic...

×   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...