|
You last visited: Today at 19:37
Advertisement
ineed add Automatic Buff SystemThe players
Discussion on ineed add Automatic Buff SystemThe players within the Rappelz Private Server forum part of the Rappelz category.
10/31/2011, 11:39
|
#1
|
elite*gold: 0
Join Date: Sep 2011
Posts: 62
Received Thanks: 9
|
ineed add Automatic Buff SystemThe players
ineed add Automatic Buff SystemThe players
buff good
عربي ياشباب انا عايز اضيف بف للاعبين يكون حلو اوتوماتيك
|
|
|
10/31/2011, 12:18
|
#2
|
elite*gold: 0
Join Date: Sep 2011
Posts: 41
Received Thanks: 1
|
شوف هذا الموضوع
see this
|
|
|
10/31/2011, 12:43
|
#3
|
elite*gold: 0
Join Date: Sep 2011
Posts: 62
Received Thanks: 9
|
اوكي تمام بس في شئ البف الاوتوماتيك ضعيف عايز اخلي قوي واضيف حاجات تعرف ؟؟
ok
ineed Add strong buff
|
|
|
10/31/2011, 14:41
|
#4
|
elite*gold: 0
Join Date: Sep 2011
Posts: 41
Received Thanks: 1
|
لا والله ~~
|
|
|
10/31/2011, 16:09
|
#5
|
elite*gold: 0
Join Date: Apr 2011
Posts: 50
Received Thanks: 3
|
Hey,
this are my Buffs (on_login.Lua) for my PvP server.
Code:
-- Lua ½ºÅ©¸³Æ® ¾ÏÈ£È*
function get_module_name()
return "on_login"
end
function on_login( name )
-- ±¹°¡ ÄÚµå Àоî¿À±â
-- get_local_info()ÀÇ ¹Ýȯ°ªµé
--LOCAL_INFO_KOREA = 1
--LOCAL_INFO_HONGKONG = 2
--LOCAL_INFO_AMERICA = 4
--LOCAL_INFO_EUROPE = 8
--LOCAL_INFO_JAPAN = 16
--LOCAL_INFO_TAIWAN = 32
--LOCAL_INFO_CHINA = 64
local race = get_value( "race" )
local state_code = get_local_info()
if get_value( "permission" ) == 1 then
add_state(1001, 100, 8640000)
add_state(1002, 100, 8640000)
add_state(1003, 100, 8640000)
add_state(1004, 10, 8640000)
add_state(1005, 100, 8640000)
add_state(1006, 20, 8640000)
add_state(1007, 100, 8640000)
add_state(1008, 100, 8640000)
add_state(1009, 100, 8640000)
add_state(1010, 100, 8640000)
add_state(1011, 60, 8640000)
add_state(1012, 40, 8640000)
add_state(1013, 60, 8640000)
add_state(1014, 100, 8640000)
add_state(1015, 100, 8640000)
add_state(1016, 60, 8640000)
add_state(1017, 60, 8640000)
add_state(1018, 100, 8640000)
add_state(1019, 10, 8640000)
add_state(2605, 50, 8640000)
add_state(164407, 50, 8640000)
add_state(4003, 50, 8640000)
add_state(1507, 50, 8640000)
add_state(4042, 50, 8640000)
add_state(164805, 50, 8640000)
add_state(145741, 50, 8640000)
insert_gold(500000000)
add_cstate(1001, 80, 8640000)
add_cstate(1002, 80, 8640000)
add_cstate(1003, 80, 8640000)
add_cstate(1004, 80, 8640000)
add_cstate(1005, 60, 8640000)
add_cstate(1006, 60, 8640000)
add_cstate(1007, 80, 8640000)
add_cstate(1008, 60, 8640000)
add_cstate(1009, 60, 8640000)
add_cstate(1010, 60, 8640000)
add_cstate(1011, 60, 8640000)
add_cstate(1012, 60, 8640000)
add_cstate(1013, 80, 8640000)
add_cstate(1014, 60, 8640000)
add_cstate(1015, 60, 8640000)
add_cstate(1016, 60, 8640000)
add_cstate(1017, 60, 8640000)
add_cstate(1018, 60, 8640000)
add_cstate(1019, 60, 8640000)
add_cstate(1507, 60, 8640000)
add_cstate(164407, 80, 8640000)
return
end
if get_value("permission") == 0 then
add_state(1001, 30, 8640000)
add_state(1002, 30, 8640000)
add_state(1003, 30, 8640000)
add_state(1004, 30, 8640000)
add_state(1005, 30, 8640000)
add_state(1006, 50, 8640000)
add_state(1007, 30, 8640000)
add_state(1008, 30, 8640000)
add_state(1009, 30, 8640000)
add_state(1010, 30, 8640000)
add_state(1011, 30, 8640000)
add_state(1012, 30, 8640000)
add_state(1013, 50, 8640000)
add_state(1014, 30, 8640000)
add_state(1015, 30, 8640000)
add_state(1016, 30, 8640000)
add_state(1017, 30, 8640000)
add_state(1018, 30, 8640000)
add_state(1019, 30, 8640000)
add_state(1507, 30, 8640000)
insert_gold(50000000)
add_cstate(1001, 50, 8640000)
add_cstate(1002, 50, 8640000)
add_cstate(1003, 50, 8640000)
add_cstate(1004, 50, 8640000)
add_cstate(1005, 30, 8640000)
add_cstate(1006, 30, 8640000)
add_cstate(1007, 50, 8640000)
add_cstate(1008, 30, 8640000)
add_cstate(1009, 30, 8640000)
add_cstate(1010, 30, 8640000)
add_cstate(1011, 30, 8640000)
add_cstate(1012, 30, 8640000)
add_cstate(1013, 40, 8640000)
add_cstate(1014, 30, 8640000)
add_cstate(1015, 30, 8640000)
add_cstate(1016, 30, 8640000)
add_cstate(1017, 30, 8640000)
add_cstate(1018, 30, 8640000)
add_cstate(1019, 30, 8640000)
add_cstate(1507, 30, 8640000)
add_cstate(164407, 30, 8640000)
end
-- Á÷¾÷ÀÌ ¾ø´Â ij¸¯Àº »õ·Î¸¸µç ij¸¯À̹ǷΠÃʱ⼳Á¤
if get_value( "job" ) == 0 then
on_first_login( name )
-- ±âÁ¸ ij¸¯ÅÍÀÏ ¶§, ±¹°¡ ÄÚµå=64(Áß±¹)¸¸ ±¤°í È*¸é ÆË¾÷
else
if state_code == 64 then
open_popup("game.advertise_url",0,0)
end
end
-- ±ÍȯÁö¿ª ¾ø´Â Ç÷¹À̾î´Â ±ÍȯÁö¿ª ¼³Á¤.
local temp_rx = get_flag( "rx" )
local temp_ry = get_flag( "ry" )
if temp_rx == "" or temp_ry == "" then
if race == 4 then
-- µ¥¹Ù ±ÍȯÁö¿ª ¼³Á¤
set_flag( "rx", 7250 + math.random(0,100))
set_flag( "ry", 6959 + math.random(0,100))
elseif race == 5 then
-- ¾Æ¼ö¶ó ±ÍȯÁö¿ª ¼³Á¤
set_flag( "rx", 116542 + math.random(0,100))
set_flag( "ry", 58190 + math.random(0,100))
else
-- °¡ÀÌ¾Æ ±ÍȯÁö¿ª ¼³Á¤
set_flag( "rx", 152742 + math.random(0,100))
set_flag( "ry", 77401 + math.random(0,100))
end
end
-- ¿ÀÅä·Î ¼¼ÆÃµÈ ij¸¯ÅͶó¸é Àú ¸Ö¸® ³¯·Á ¹ö¸®ÀÚ~
kick_auto_to_another_world()
-- ¼ö·ÃÀÚ ¼¶¿¡ ÀÖ´Â ¿ÀÅäµéÀº º»Åä·Î ³¯·Á ¹ö¸®ÀÚ
local current_x = gv("x")
local current_y = gv("y")
if current_x >= 161280 and current_x <= 177408 then
if current_y >= 48384 and current_y <= 64512 then
local is_auto, quest_count
quest_count, is_auto = anti_auto_quest_check()
if is_auto then
if race == 4 then
RunTeleport_Auto_TO_City( 6625 , 6980 )
elseif race == 5 then
RunTeleport_Auto_TO_City( 116799 , 58205 )
else
RunTeleport_Auto_TO_City( 153506 , 77175 )
end
end -- if is_auto then
end -- if current_y >= 48384 and current_y <= 64512 then
end -- if current_x >= 161280 and current_x <= 177408 then
end
|
|
|
10/31/2011, 23:20
|
#6
|
elite*gold: 0
Join Date: Jul 2011
Posts: 264
Received Thanks: 240
|
u can try the script up or try this one it is just the on_login and on_first_login .lua files the buff are good
download link: 
u will find 3 folders jus open the first one u will find 2 files in it with no names on them just copy the one that start with the number 9 that the on login file i think just copy go to server file then resource then script and past the file there
have fun ^.^
|
|
|
11/01/2011, 16:56
|
#7
|
elite*gold: 0
Join Date: Sep 2011
Posts: 62
Received Thanks: 9
|
arabic
ههههههههه طيب اتكلم عربي وقولي ^^
call me arabic ( buff )
|
|
|
11/02/2011, 10:44
|
#8
|
elite*gold: 0
Join Date: Oct 2011
Posts: 6
Received Thanks: 1
|
Quote:
Originally Posted by M>M
u can try the script up or try this one it is just the on_login and on_first_login .lua files the buff are good
download link: 
u will find 3 folders jus open the first one u will find 2 files in it with no names on them just copy the one that start with the number 9 that the on login file i think just copy go to server file then resource then script and past the file there
have fun ^.^
|
u mean the first folder after Extract ??
قصدك آول مل بعد الفك ؟
|
|
|
11/02/2011, 17:00
|
#9
|
elite*gold: 0
Join Date: Jul 2011
Posts: 264
Received Thanks: 240
|
Quote:
Originally Posted by GmWo0oW
u mean the first folder after Extract ??
قصدك آول مل بعد الفك ؟
|

try this one
Quote:
Originally Posted by mahmoudnasser
ههههههههه طيب اتكلم عربي وقولي ^^
call me arabic ( buff )
|
this a english german forum so i can't reply to in arabic only if i reply to you in english first
طيب بعد ما تقراء الكلام الفوق لو داير ما مهم انا قلت ليك دا ملف فيه ثلاث ملفات تانية انت ما عليك الا انك تستخرج الثالت ملفات وتفتح التاني وتنسخ الملفات الفيه وتختها في ملفات السيرفر او اختصار للبحث نزل دا 
لو دا ساعدك اضغط شكرا
if this help you click "Thank" button
|
|
|
 |
Similar Threads
|
[Script]Automatic Buff System Version 2
10/31/2011 - Rappelz - 8 Replies
< Erased >
|
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.
|
HI ALLL INEED HELP INEED DB ??????
10/04/2007 - Conquer Online 2 - 9 Replies
PLZ TALK WHIT ME
[email protected]
HOW IGET DB who most monster dropp db
|
All times are GMT +1. The time now is 19:38.
|
|