Register for your free account! | Forgot your password?

You last visited: Today at 18:07

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

Advertisement



Orb seller

Discussion on Orb seller within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2012
Posts: 410
Received Thanks: 33
Orb seller

how to make a NPC sell items for orb's or edit the orb seller shop to sell what we want it to ? tyvm in advance
mlejnek2 is offline  
Old 12/09/2012, 00:36   #2
 
c1ph3r's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,606
Received Thanks: 1,210
lua-scripting?!?!? I do not understand the real problem could you pls descripe the issue a little bit more

because the creature orb seller is in the .lua scripts...
c1ph3r is offline  
Old 12/09/2012, 01:57   #3
 
elite*gold: 0
Join Date: Jan 2012
Posts: 410
Received Thanks: 33
i have the 7.4 and 8.1 files i dont see the orb seller we are trying to add thing's to the orb seller to buy with the orbs
mlejnek2 is offline  
Old 12/09/2012, 12:43   #4
 
mongreldogg's Avatar
 
elite*gold: 30
Join Date: Mar 2012
Posts: 634
Received Thanks: 297
try to search it in 7.1 GS or elder scripts folders. i found it once there
mongreldogg is offline  
Old 12/09/2012, 21:24   #5
 
elite*gold: 0
Join Date: Jan 2012
Posts: 410
Received Thanks: 33
still havent seen any files with the Ord trader so if anyone has it pls send me tyvm ive been through all the posted server files here
mlejnek2 is offline  
Old 12/09/2012, 21:46   #6
 
elite*gold: 0
Join Date: Nov 2012
Posts: 10
Received Thanks: 1
Quote:
Originally Posted by mlejnek2 View Post
still havent seen any files with the Ord trader so if anyone has it pls send me tyvm ive been through all the posted server files here
I think you can found it on Infinite Files 7.3 !
Superbuu. is offline  
Old 12/22/2012, 02:54   #7
 
elite*gold: 0
Join Date: Jan 2012
Posts: 410
Received Thanks: 33
Ord trade

Ok so can anyone send me the Lua needed for the ord trader plz and ty ive looking in every repack and cant seem to find it anywere unless its in with other NPC lua.
mlejnek2 is offline  
Old 12/22/2012, 06:49   #8
 
gavsta's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1,141
Received Thanks: 634
An example of how to make the Orb trader.


Code:
function NPC_US_2010_medal_trade_start()

			dlg_title( "Orb Trader" )
			dlg_text( "Hello, I am here take to your orbs.." )
			dlg_menu( "Bronze Orbs", "bronze_orb()" )	
		
			dlg_menu( "@90010002", "" )	
			dlg_show()
			
		return
		
end


function bronze_orb() 
dlg_title( "Bronze" )
dlg_text("Hello I am here to give you cool things for bronze Orbs.")

dlg_menu("Somecoolthings", "br_cool()")

dlg_menu("Goodbye","")
dlg_show()


return
end


function br_cool()
dlg_title("Cool Stuff")
dlg_text( "Some cool stuff I have here")
dlg_menu("A carrot 2 Bronze Orbs","br_cool_1()")
dlg_menu("A Pear. 2 Bronze Orbs","br_cool_2()")

dlg_menu("Goodbye","")
dlg_show()
return
end




function br_cool_1()
	local borb_count = find_item( 2011307 )

		if borb_count >= 2 then
		delete_item (get_item_handle(2011307), 2 )
		insert_item(540019, 1)
		insert_item(540019, 1, 0, 0, 0)
		insert_item(710003, 1)
		cprint("<#FFC125> You Traded 2 Bronze Orbs for something cool")
		return
		else
		dlg_text( "You need more Bronze Orbs" )
		dlg_menu( "@90010002", "" )

	end
end
gavsta is offline  
Reply


Similar Threads Similar Threads
[ Minecraft-seller.tk ] Werde auch du zum SELLER Schnapp Preise bis 80% RABBAT | Nr.1
10/15/2011 - Minecraft Trading - 66 Replies
ACHTUNG ACHTUNG! ICH CARDE MINECRAFT KEYS UND BESCHEIßE LEUTE DESWEGEN WURDE ICH INFIZIERT UND GEFICKT :( http://files.sharenator.com/Problem_Officer_RE_Me anwhile_in_Lybia-s250x251-148691.jpg Vom Hobby her bin ich ein Styler xD 28. Dezember 1995



All times are GMT +2. The time now is 18:07.


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.