Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rohan
You last visited: Today at 15:42

  • Please register to post and access all features, it's quick, easy and FREE!

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.

Reply
 
Old   #1
 
except us's Avatar
 
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 0
Question [HELP] How to add skill effect in start zone tutorial

I need code for add skill effect , but how to add it ?
except us is offline  
Old 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)
lnwnuyhodd is offline  
Old 04/15/2014, 11:50   #3
 
except us's Avatar
 
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 0
Quote:
Originally Posted by lnwnuyhodd View Post
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?
except us is offline  
Old 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.
PhytonMate is offline  
Thanks
1 User
Old 04/15/2014, 13:10   #5
 
except us's Avatar
 
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 0
Quote:
Originally Posted by PhytonMate View Post
you should quit managing a server mate.
so why ? i just maked localhost ps , this ps just be for fun
except us is offline  
Old 04/15/2014, 13:57   #6

 
Dr.Dr.SheldonLeeCooper's Avatar
 
elite*gold: 33
The Black Market: 100/0/2
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
Quote:
Originally Posted by except us View Post
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.
Dr.Dr.SheldonLeeCooper is offline  
Thanks
1 User
Old 04/15/2014, 14:00   #7
 
except us's Avatar
 
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 0
What I wrong if I ask ?
except us is offline  
Old 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)
tgrt2008 is offline  
Old 04/16/2014, 18:00   #9
 
elite*gold: 0
Join Date: Nov 2013
Posts: 39
Received Thanks: 7
Spoon feeders here we come again
moooootie25 is offline  
Old 05/14/2015, 08:28   #10
 
torndes2's Avatar
 
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
torndes2 is offline  
Old 05/14/2015, 08:46   #11
 
oziel235's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 697
Received Thanks: 250
you give up too easy. Look better. Old blood usual sucks
oziel235 is offline  
Old 05/14/2015, 08:53   #12
 
torndes2's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 55
Received Thanks: 1
Quote:
Originally Posted by oziel235 View Post
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?
torndes2 is offline  
Old 05/14/2015, 09:08   #13
 
oziel235's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 697
Received Thanks: 250
I answered by MP
oziel235 is offline  
Old 05/14/2015, 09:22   #14
 
elite*gold: 0
Join Date: May 2013
Posts: 174
Received Thanks: 30
Quote:
Originally Posted by torndes2 View Post
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)
xpro99 is offline  
Reply


Similar Threads 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.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.