i have a private server im working on (rapplez 8.1) and i can not seem to get the in game hot keys to save (every time i log in i have to reset them and place what skills i the key spot i want them)
i have tryed to change the n.game.cash.server:0 to n.game.cash.server:1 and all it fixes the hot keys but takes out the HV npcs in every town and half the npcs in HV.
can any one help me fix it where both are fixed lol
hv not works ? Look at script etc_scripts_function.. add this..
function is_premium()
local hv_ticket = find_item(910023)
if hv_ticket >= 1 then
sv("premium",1)
else
end
all fixxed..^^
i have added S log.working:0 to my game server (it fixes the lag)
and mine is "N game...." not -T game.cash_usable_server:0 but i have changed it to the "0" and hv works untill i change the "1-0" the hv goes away
can any of you point me in right direction? im useing LUAedit 2010, and i changed the script to look like what Xljezu said to change it to and i still have no HV NPC
Since there is no reason for not giving out HV on PServers, this is the easiest way doing it:
Code:
function is_premium()
return true
end
^This part is just for the HV-NPC's. If you don't have a pass, they wont offer their service, and since the original is_premium() is kinda bugged, this is the easiest fix.
Btw, do you mean the normal HV-NPC's or the special ones from KTS (which are selling deco, etc..)?
Just the normal Ones in each town that is supposed to send u to HV they are Just gone(there are no HV npcs in the game) lol and they only disappeared when i changed my game.server opt to fix the hot keys, and i changed the script like you said and still no HV guys
warp out go in to telecaster and move your self to a town you can find the map cords in lua or in the db or just check one of the old gm tools i dont currently have the lists at present there all on a backup drive also make sure you have T game.use_auto_trap:0
in gs opt.
you could also add this to npc_hell.lua *quoting an old code by raskim*
Code:
function NPC_hell_contact()
dlg_title("@90991001")
-- °ü·Ã ¾È³»
if get_value("auto_user") == 1 then
dlg_text("@90991002")
dlg_menu("Take me out Here","free_abyss()")
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
function free_abyss()
sv("auto_account",0)
remove_state(5997,30)
sv("auto_user",0)
save()
end
Skill bar/hot keys not saving 03/17/2013 - Rappelz Private Server - 6 Replies I'm going to feel pretty embarrassed if this is just something dumb on my part. I can't seem to get the skill bars to save any skills, nor the hot keys (e.g. S to open skills) to save on character selection or quit. It doesn't matter if I apply/confirm hot keys before quitting, they still won't save. Is there a way to fix this? Worse yet, is this a known issue?
Edit: 7.4 US client, fully updated as of 8/14/12, PH sFrame
Saving items 12/19/2011 - Dragonica - 0 Replies Hello, I searched the forum but I did not find any help for this problem.
I can play my server managed to go where I want EXCEPT that every time I put things on me or in my inventory, once disconnected objects are lost.
Thank you.
saving 06/05/2010 - CO2 Private Server - 10 Replies When im changing the status of a player ex. normal to PM.
Then they only got it untill they logoff.
But how can I save it?
I tried alot things now, anyone got a clue for it?
I tried put save in Character save etc.
But didnt work.
Is for Tanels source.
help saving 06/24/2009 - EO PServer Hosting - 4 Replies for some reason when i set my compose rate high just to mess around everytime i logg off it drops alot of the stars i just got off ... any1 know what if its a save problem or what is it?
Saving with CE/UCE 02/04/2008 - Kal Online - 1 Replies Hey guys.
Revo 8.3 and rootkit is fine for International Servers.
Question: Could i change the cooldown values (eg splashy, ice magic etc...) and then save it so that i just open that file with engine.exe as my target in uCE and it will work?
I dont think it'll work because the values for cooldowns always change, so i gotta change all the skills manually, as well as the speed up.
just need a simple answer here and thanks in advance