how do i give all users hv, atm i got a few friends working with me making sure we can find and track down every bug possible, however im trying to give everyone hv for 7 or 14 days how would i do so?
$select = mssql_query("SELECT id FROM dbo.Character")or die("Cannot select id from dbo.Character. Error: ".mssql_error());
while($row=mssql_select_aray($select)){
//insert item...
}
if you don't know what php is you shouldn't be running a server.
btw just so you know you dont have to know php to run a good server, i know php but when i ran my ragnarok server i didnt, an my ragnarok server had over 1000 users online daily and was a top server so.. just to let you know that
how do i give all users hv, atm i got a few friends working with me making sure we can find and track down every bug possible, however im trying to give everyone hv for 7 or 14 days how would i do so?
are u asking for a login buff system if so thats lua i can do one for u just tell me what buffs u need . there was one posted for gm buffs as well.
buffs is one thing but actually giveing a pass to hv isnt possable as present
Quote:
Originally Posted by RoflcopterGoesSoiSoiSoi
php is the best language to work with mssql. it's fast, flexible and efficient to work with.
Actually Wisp, i'd be interested in seeing what you have there, I've had a look at the posted on_login LUA, and it looks like it *should* work, however, it doesnt give me a **** buff of any type when i login.
Not bothered to look into it yet, as it's backburner'd while I'm looking into HV access.
-- ¼ö·ÃÀÚ ¼¶¿¡ ÀÖ´Â ¿ÀÅäµéÀº º»Åä·Î ³¯·Á ¹ö¸®ÀÚ
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
make this in to 92aaf4ae4ee42eb41693728da93f301a.lua then drag in to rappelz compress before u add it to resource>scripts server side and client side.
and to make it easier to grasp why for some of you its not working?
Wisp, following your steps exactly, this isnt working for me.
Using AoR client, and jw's base pack.
Also, far as I see it, the:
Code:
if get_value( "job" ) == 1 then
part is not relevant, that appears to simply check yoru dbo.Character table to see if you've not been assigned a job, ie, perfectly fresh player. If so, it runs the new player scripts which seem to setup your start on TI and run the fancy animation when you first login.
Prehaps you meant to put:
Code:
if get_value( "permission" ) == 1 then
which indeed checks to see if its a GM enabled character or not.
*Edit
Also Wisp, take a look at
my post here, regarding a nice temporary fix to access HV.
Minor Complications 03/12/2011 - CO2 Private Server - 5 Replies Error 1: Not all code paths return a value
public bool SetProficiency(Proficiency prof)
Error 2: Proficiency is used like a type
public Dictionary<ushort, Proficiency> Proficiency = new Dictionary<ushort, Proficiency >(50);
Error 3: Could not be found (Possibly due to Error 1)
Client.SetProficiency(new Proficiency(ushort.Parse(args), ushort.Parse(args), 0));
I know they're retarded problems but i'm trying to learn, thanks.
A few minor problems 05/06/2010 - Dekaron Private Server - 0 Replies Ok I have my server up and running and starting to look really good but I have a few minor issues to work out and I am posing the questions to the one comunity I know can answer them...:)
1 - I changed some NPC locations and added some npc's to loa mostly for convienience. Now the NPC's show up and work correctly however their marker on the map still shows their old location or no location at all. What i mean is the little boxes that if you hover over them they show the name of the npc....
some minor problems 02/25/2010 - EO PServer Hosting - 1 Replies Eudemons AccountServer has stopped..... the acount server doesent want to conneced now the mysql is up and running but the account server dont want to link with it i was wondering if someone can tell me a way to get it running.
minor bugs in p-server really annoying 06/29/2009 - Conquer Online 2 - 0 Replies i followed playboy94's p-server guide
http://www.elitepvpers.com/forum/co2-pserver-discu ssions-questions/201216-guide-powersource-setup-ma de-easy.html
easy enuff ok so theres a problem when i log on its in like super high res and like sky on the right side of the screen (video card i know)
had this prob in rl co fixed it by hitting regular instead of high def
this one uses CIDloader.exe
umm ok how do i open conquer in low res
i've looked through cfg files and ini.s cant find anything...
Need some minor help 12/29/2007 - Archlord - 5 Replies Could anyone of U inform me of the Server Ip's?
I think each server has it's own Ip...
Can anyone post em here?
Thx allot ;)
Maybe I can get the dupe hack to work...