Register for your free account! | Forgot your password?

You last visited: Today at 19:26

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

Advertisement



BUFF>?

Discussion on BUFF>? within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2011
Posts: 39
Received Thanks: 0
BUFF>?

HI ALL




How buuf dragon when you access the 150 and 155 and 160






?
K-A is offline  
Old 12/28/2011, 03:33   #2
 
elite*gold: 0
Join Date: Oct 2011
Posts: 184
Received Thanks: 27
It is a script you need to create within your lua....I'm not going to list it detail for you but will merely guide you. Currently I have my set to activate the buff when you login as I've been to lazy to do otherwise....but here is how its going to go

first off these buff work off of what we would call a "trigger function". Anyway first off you need to make a function (Remember you need to make 4 of these functions, 1 for each piece of the armor set of each rank) for example below

function set_trigger_150_1() <---- this function would contain the first piece of the armor for example say.....the helmet? Then you would create another function for the chest piece, and another for the boots etc etc.


end

Within this function you will specify locally 2 variables which would contain the characters level and the other would be a command that tells the game to find the specified armor piece. example below

function set_trigger_150_1()
local level = get_value("lv")
local armor_piece = find_item(xxxxxx)------ The item code of the the piece of armory would go where the "x" is, for example 302709 which is the helmet i believe? can't remember, didn't check.


end

Then you need to perform a if statement to make sure that the person has the full set of armor for the buffs to activate, as well as they are at the required level so it would look something like this

function set_trigger_150_1()
local level = get_value("lv")
local armor_piece = find_item(xxxxxx)
if armor_piece >= 1 and level >=150 and level <= 154 then
add_state(xxxxxxx, x, xxxxxx) ---- this function will activate the buffs according to if the criteria of the if statement is met. the template function goes like this....
add_state(buff code, level , time)

end ---- This ends the if statement NOT the entire function
end ---- This END , closes the function.

What i have in green are just comments, they are NOT to be included in the function.

So basically that will how it would go and as i said you need to repeat these instructions(REMEMBER WITH DIFFERENT FUNCTIONS!!!!!) for each piece of the armor set, then for EACH rank. Would make it quite easy if you group them all together. You need to go searching for the item codes for the the pieces of armor then for the buff codes for the "dragon buffs". Quite easy to find if you aren't lazy. GOOD LUCK!
superiorflame is offline  
Old 12/28/2011, 21:30   #3
 
TheOnlyOneRaskim's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 978
Received Thanks: 1,011
Its quiet easy.

This LUA is written for on_login and will give you the 150 set buffs, if you have the full set and the right lv.


And next time use this thread
TheOnlyOneRaskim is offline  
Reply


Similar Threads Similar Threads
S: DE Acc (mit Buff) gg PSC (35Euro+eventuell mit buff 25euro)
11/25/2011 - Metin2 Trading - 1 Replies
Gibt's hier was für das Geld?
Mosha 70er Krieger 3 G's Und 54 Buff 2x M10 Buff + EQ
09/10/2011 - Metin2 Trading - 0 Replies
Da ich eh schon seit einiger Zeit kein Metin mehr spiele verkaufe ich den Account und den ganzen Plunder.. Moegeliche Zahlung ist Ueberweisung: Der/Die Accounts und das Equip muessen nicht zusammengekauft werden... Ihr sucht euch aus was ihr haben wollt macht mir einen Preisvorschlag und schauen ob wir uns einigen. Am liebsten wuerde ich aber alles zusammen verkaufen. Erstmal der Koeper Krieger: Lvl 70 25% Aura G7 Kampfrausch G1 Schwertwirbel G1 Sausen M7 noch 2 fbs oder so bis M8
Suche Torkas Buff geben Sertain Buff
07/16/2011 - Metin2 Trading - 0 Replies
Suche ein Buff sollte lvl 35 sein Krit Segen M haben Gebe S15 Buff lvl 43 K Segen m2 24,9% und krit m1 24,4% Reflekt 3 7,6%
[B]Lv 34 Buff auf S9 Legroia [S]Buff auf Metin2.SG
04/04/2011 - Metin2 Trading - 2 Replies
Hey, wie der Titel bereits sagt biete ich meine Drachenschami Lv 34. Skills: HDD M1, Rest auf Segen. Sie hat Goldohrringe+6 und full Int. Bei Interesse hier in den Thread schreiben.
Kaufe Buff Shamane Metin2.us Free Kingdom [WTB] Buff Shaman Metin2.us Free Kingdom
02/23/2011 - Metin2 Trading - 0 Replies
Hello ;) I buy any buff shaman in metin2.us free kindom but it should be having g - p buffs ( enchant and shield) thanks ;) Ich kauf ne buffi auf metin2.us free kingdom, sie sollte p - g haben ( also hdd und segen) danke ;) Paying with paysafecard! Zahle mit Paysafecard!



All times are GMT +2. The time now is 19:26.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.