Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 10:38

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

Advertisement



[HELP]How to awaken weapons with the Command?

Discussion on [HELP]How to awaken weapons with the Command? within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2014
Posts: 12
Received Thanks: 0
[HELP]How to awaken weapons with the Command?

How to awaken weapons with the Command? Thx.
sergo.metreveli99 is offline  
Old 12/28/2014, 17:41   #2
 
elite*gold: 0
Join Date: Aug 2014
Posts: 12
Received Thanks: 0
Is there anyone?????
sergo.metreveli99 is offline  
Old 12/28/2014, 17:48   #3
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,461
Why not just use the awakening scroll?

Is there a reason we need to search for the command syntax for you when there is an item that does this?
ThunderNikk is offline  
Old 12/29/2014, 08:26   #4
 
elite*gold: 0
Join Date: Aug 2014
Posts: 12
Received Thanks: 0
Quote:
Originally Posted by thndr View Post
Why not just use the awakening scroll?

when there is an item that does this?
What item does this?
sergo.metreveli99 is offline  
Old 12/29/2014, 18:34   #5
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,461
The awakening stone. You get them from dismantling tier 2 or higher pet cards.

There is also an item number in the database so you can put them in an NPC or insert them with a chat command.

There is a scroll so you can reset bad awakenings and try again.

If you want the item numbers you need to wait until I get home with my server.

EDIT: Here are your two item entries...

Code:
705001	10705001	20705001	0	0	0	-1	0	0	0	0	1	0	0	0	1	1	1	15	1	1	1	1	0	0	0	0	0.00	0.1	100	0	0	0	0	5	0	1090519104	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	drop_cube	0	icon_item_wakestone	
705002	10705002	20705002	0	0	0	-1	0	0	0	0	1	0	0	0	1	1	1	15	1	1	1	1	0	0	0	0	0.00	1	10	0	0	0	0	9	0	1090560065	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	drop_cube	0	icon_item_scroll_wakeseal
ThunderNikk is offline  
Old 01/03/2015, 01:12   #6
 
elite*gold: 0
Join Date: Feb 2012
Posts: 286
Received Thanks: 30
insert_awaken(get_wear_item_handle(1),5,5)
Maks19973 is offline  
Thanks
1 User
Old 01/24/2019, 12:52   #7
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,461
You would need to post more of the script if you want people to try and help you with where it is wrong.
ThunderNikk is offline  
Thanks
1 User
Old 02/02/2019, 14:31   #8
 
elite*gold: 0
Join Date: May 2016
Posts: 24
Received Thanks: 8
function chihab_it1em_love_menu()

dlg_title( "@90100301" )
dlg_text_without_quest_menu( "@90100302" )
dlg_menu( "@80010173", "Quest_Link_119_1()" )
else
dlg_text( "@90100302" )
local i, handle, lv, text, text2, command, enhance, f, price
for i = 0, 7 do
handle = get_wear_item_handle( i )
if handle ~= 0 then
lv = get_item_level( handle )
enhance = get_item_enhance( handle )
if lv == 0 then
set_item_level( handle , 1 )
end
price = get_item_price( handle )
if get_item_code( handle ) >= 3100020 and get_item_code( handle ) <= 3100026 then
elseif get_item_code( handle ) >= 3100027 and get_item_code( handle ) <= 3100031 then
end
if enhance ~= 0 then
text = sconv("@90010010", "#@enhance_level@#",tostring(enhance) ,"#@item_name@#", "@" .. tostring( get_item_name_id( get_item_code( handle ) ) ) , "#@item_Lv@#",tostring(lv))

else
text = sconv("@90010011", "#@item_name@#", "@" .. tostring( get_item_name_id( get_item_code( handle ) ) ), "#@item_Lv@#",tostring(lv))

end
if price > 20 then
command = 'blo1zasa( ' .. handle .. ' )'
dlg_menu( text, command )
end

end

end
if get_env("game.cash_usable_server") == 0 then
else
end
dlg_menu( "@90010002", '' )
dlg_show()

end

function blo1zasa( handle )
handle = get_wear_item_handle( i )
item_code = get_item_code( handle )
insert_awaken(handle,5,5)
local value_1 = get_item_random_option( handle, 1 )
local value_2 = get_item_random_option( handle, 2 )
if value_1 ~= 0 and value_1 ~= -1 then
if value_1[1] == 96 and value_1[2] == 512 then
value_1[3] = value_1[3]*2
set_item_random_option( handle, 1, value_1[1], value_1[2], value_1[3] )
end
if value_2[1] == 96 and value_2[2] == 1024 then
value_2[3] = value_2[3]*2
set_item_random_option( handle, 2, value_2[1], value_2[2], value_2[3] )
end
end
text = sconv("Awk Sec", "#@item_name@#", "@" .. tostring( get_item_name_id( get_item_code( handle ) ) ))
cprint( text )
chihab_item_love_menu()
end
chihab007 is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
CS Remove Awaken Stat bug
07/14/2014 - Flyff Private Server - 0 Replies
Anyone have a FIX for that? http://www.elitepvpers.com/forum/flyff-hacks-bots -cheats-exploits-macros/3282180-flyff-stat-bugg.ht ml
[Show Off]Neues awaken
01/20/2012 - Flyff Private Server - 10 Replies
Ich würde mal gerne wissen ob sich das lohnt zuende zu machen ich hab es so eingestellt das jeder paramerweckt wird, also es fehlt noch der umbau das er mint randomoption.inc arbeitet. aber bevor ich das mache will ich erstmal wissen ob sich das lohnt Flyff new awaking - YouTube Also es ist eine art wie /awa nur als fenster und mit filtern die filter die ich dort habe sind nur zum testen, man kann sie belibieg ändern und einfach neue einbauen. Was meint ihr dazu?
[NEW][EP4.5]Shaiya Awaken
07/29/2011 - Shaiya PServer Advertising - 28 Replies
Please remember that the drops are subject to change. Shaiya Awaken is a EP4.5 Server with custom drops, a custom item mall, and much more. There's no Nos, and a max enchant level at , come and show your true pvp side. All of the pvp zones are open and have drop listed accordingly. Come to Shaiya Awaken and awaken the warrior inside you. Exp rate: High Dedicated Host Max Level 60 UM Unlocked at HM Level 1 Duping Fixed
Awaken mit Paket Editor 3.0.0
04/16/2011 - Flyff - 5 Replies
Hi, hab mal ne frage. Kann man bei PE 3.0.0 einstellen, dass er beim erwecken aufhört, sobald ich das gewünschte awake bekommen habe? Ich mein ist ja alles schön und gut das ich mit "lichtgeschwindigkeit" erwecken kann, aber nicht anhalten kann sobald ich was gutes habe. Auf dem server wo ich gerade spiele brauche ich zb 3xmp erwake und es gibt nur +350mp +400mp +450mp und +500mp und keine negativen erwakes falls das helfen sollte. Würde mich über nutzvolle antworten freuen, mfg...
Hi, i need Command to spawns 10-11 Deegre Weapons
07/31/2010 - SRO Private Server - 1 Replies
I Need this 10-11 Degre command to spawn items plzz, fast reply ! :handsdown:



All times are GMT +2. The time now is 10:38.


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.