Abyss

01/23/2013 01:15 xmomosukix#1
Looking for someone who might know how to get the Abyss to work on a private server. For example, no returning out, no teleporting, no feathering, lvl99 wrath. the typical stuff.

nvm figured out a way around it lol
01/24/2013 20:54 haxti#2
Code:
function NPC_hell_contact()

	dlg_title("@90991001")
	
	-- °ü·Ã ¾È³»
	if get_value("auto_user") == 1 then
		dlg_text("@90991002")
	else
		dlg_text("@90991003")
	end
	
	if get_value("auto_user") == 0 then

 		dlg_menu( "@90010127", 'RunTeleport_Auto_TO_City( 6625 , 6980 )' )
		dlg_menu( "@90010128", 'RunTeleport_Auto_TO_City( 116799 , 58205 )' )
		dlg_menu( "@90010129", 'RunTeleport_Auto_TO_City( 153506 , 77175 )' )
		dlg_menu( "@90010248", 'RunTeleport_Auto_TO_City( 172543 , 51847 )' )		
	end
	
	dlg_menu( "@90010002", '' )
 
	dlg_show()
 
end
Use your goddamn mind.
01/24/2013 21:14 ismokedrow#3
Can you give mind? I can not find I have searched much on google? Thanks men.