|
You last visited: Today at 15:42
Advertisement
[HELP] How to add skill effect in start zone tutorial
Discussion on [HELP] How to add skill effect in start zone tutorial within the Rohan forum part of the MMORPGs category.
04/14/2014, 14:08
|
#1
|
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 0
|
[HELP] How to add skill effect in start zone tutorial
I need code for add skill effect , but how to add it ?
|
|
|
04/14/2014, 18:12
|
#2
|
elite*gold: 0
Join Date: Nov 2011
Posts: 129
Received Thanks: 174
|
RohanGame>Programmability>Stored Procedures>ROHAN_CreateCharacter
Quote:
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28668, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28667, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28669, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28628, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28627, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28648, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28647, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28646, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28638, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28651, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28629, 0, 7200000, 0, NULL)
|
|
|
|
04/15/2014, 11:50
|
#3
|
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 0
|
Quote:
Originally Posted by lnwnuyhodd
RohanGame>Programmability>Stored Procedures>ROHAN_CreateCharacter
|
Thank's  . Btw , and then how to add other skill ?
Anyone to help it ? and change items on npc talgath?
|
|
|
04/15/2014, 12:39
|
#4
|
elite*gold: 0
Join Date: Feb 2014
Posts: 60
Received Thanks: 22
|
you should quit managing a server mate.
|
|
|
04/15/2014, 13:10
|
#5
|
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 0
|
Quote:
Originally Posted by PhytonMate
you should quit managing a server mate.
|
so why ? i just maked localhost ps , this ps just be for fun
|
|
|
04/15/2014, 13:57
|
#6
|
elite*gold: 33
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
|
Quote:
Originally Posted by except us
so why ? i just maked localhost ps , this ps just be for fun 
|
So try your Stuff by yourself. We all did that. You are just to lazy to work arround with it.
|
|
|
04/15/2014, 14:00
|
#7
|
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 0
|
What I wrong if I ask ?
|
|
|
04/16/2014, 16:08
|
#8
|
elite*gold: 0
Join Date: Jun 2009
Posts: 185
Received Thanks: 19
|
Exploring stuff and learning how to do them helps you more then anyone arround here could (Saying it from my own experience)
Anyway il help you by giving you some clues on how to edit talgath. Talgath it's an exchange npc meaning you have to exchange something for the item (Including crone or ip or other curency code)
|
|
|
04/16/2014, 18:00
|
#9
|
elite*gold: 0
Join Date: Nov 2013
Posts: 39
Received Thanks: 7
|
Spoon feeders here we come again
|
|
|
05/14/2015, 08:28
|
#10
|
elite*gold: 0
Join Date: Aug 2010
Posts: 55
Received Thanks: 1
|
any one can tell me where I can find all skill and buff kind id?
well I just checked skill.bin and skilllevel.bin there is nothing refers to any skill id
or someone have skill id and buff id files? it would be nice if you can upload it here
thank you very much
|
|
|
05/14/2015, 08:46
|
#11
|
elite*gold: 0
Join Date: May 2009
Posts: 697
Received Thanks: 250
|
you give up too easy. Look better. Old blood usual sucks
|
|
|
05/14/2015, 08:53
|
#12
|
elite*gold: 0
Join Date: Aug 2010
Posts: 55
Received Thanks: 1
|
Quote:
Originally Posted by oziel235
you give up too easy. Look better. Old blood usual sucks
|
Just tell me dude, I have tried to convert it from hex to dec from this skill kind id
Code:
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28668, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28667, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28669, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28628, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28627, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28648, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28647, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28646, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28638, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28651, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28629, 0, 7200000, 0, NULL)
all I can get is nothing matched, just tell me how to find it, is it hard to tell someone mistake?
|
|
|
05/14/2015, 09:08
|
#13
|
elite*gold: 0
Join Date: May 2009
Posts: 697
Received Thanks: 250
|
I answered by MP
|
|
|
05/14/2015, 09:22
|
#14
|
elite*gold: 0
Join Date: May 2013
Posts: 174
Received Thanks: 30
|
Quote:
Originally Posted by torndes2
Just tell me dude, I have tried to convert it from hex to dec from this skill kind id
Code:
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28668, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28667, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28669, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28628, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28627, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28648, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28647, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28646, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28638, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28651, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28629, 0, 7200000, 0, NULL)
all I can get is nothing matched, just tell me how to find it, is it hard to tell someone mistake?
|
skill id= skill.bin
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28651, 0, 7200000, 0, NULL)
|
|
|
 |
Similar Threads
|
Remove High Skill in little zone pvp
09/05/2013 - Shaiya Private Server - 3 Replies
Hello, I would like to know how is it possible to put one restriction on player who are buff by higher level and going pvp in 15 or 30 pvp...
I remind that when you pass the portals it remove this skill but a forcely not actually ... some one know how to check it ? i read here that maybe one trigger could be interesting but i am limited with it >_<
thank you very much
|
<<War.Zone>> New privet Server *New Edit* New Effect* *New Sepcial Uniques and Items*
02/06/2013 - SRO PServer Advertising - 41 Replies
http://www13.0zz0.com/2013/02/05/09/628357903.png
Hello Everyone,
I am Coming to you with new privet server War.Zone-Games
General
• WebSite: War.Zone-Games l Home Page
• Register: War.Zone-Games l Register Page
• Download: War.Zone-Games l Download Page
|
Mw2 Start Problem (Zone)
09/18/2012 - Call of Duty - 6 Replies
Hallo Community.
Ich wollte mal wieder Mw2 spielen,
wenn ich Mw2 Starte kommt ein Fehler "Zone can_not_find_code_post"
Bei den Ordner "> Zone > English" - Sind nur 8 ".ff" Dateien.
Hätte jemand einen DownloadLink von den ganzen ".ff" Dateien?
|
Bow zone.. how to stat/skill?? help pls
03/23/2008 - Diablo 2 - 1 Replies
hi leute ich mag mir ne bowama machen..
das eq hab ich beisammen:
(is das richtig so??)
aber wie statte/skille ich sie?
hi guys
i wanna built a bowzone..
the equip is rdy(can i do something better with items) but i dont know how to stat/skill
pls help me
|
All times are GMT +1. The time now is 15:42.
|
|