1. They need the same client you have. They need your SFrame and Start.bat
2. Resource is in the server files you downloaded to create your server. You will need to learn lua or exploit someone that knows lua to help you. You can use Notepad ++ to edit it.
Also, I still have my own problem:
Quote:
Originally Posted by Dyson49
How do we change the name of an NPC?
How do we put a Gold cost on this:
Code:
function NPC_GuideTown_Gaia_init()
cprint( "!°¡ÀÌ¾Æ °¡ÀÌµå °¡µ¿" )
set_npc_name( "@90400800" )
end
function NPC_GuideTown_Gaia_contact()
-- ´ÙÀ̾ó·Î±× Ãâ·Â
dlg_title( "Lucky" )
dlg_text( "Hi! I'm Lucky or as my title insits Guide Sage! I've been programmed by X and Y. You may use me as you wish" )
dlg_menu( "Teleporters", 'Warp()' )
dlg_menu( "Buffs", 'Buff()' )
dlg_menu( "Exit", '' )
dlg_show()
end
function Warp()
dlg_title( "Teleporter" )
dlg_text( "Welcome to this teleporting system!" )
dlg_menu( "Temple of Ancients", 'Warp_TOA()' )
dlg_menu( "Secret Temple of Ancients", 'Warp_STOA()' )
dlg_menu( "Temple of Losts Souls", 'Warp_TOLS()' )
dlg_menu( "Secret Temple of Lost Souls", 'Warp_STOLS()' )
dlg_menu( "Temple of Exiles", 'Warp_TOE()' )
dlg_menu( "Secret Temple of Exiles", 'Warp_STOE()' )
dlg_menu( "Exit Teleporting System", '' )
end
end
dlg_show()
end
function Warp_TOA()
warp(201400, 167649)
end
function Warp_STOA()
warp(169141, 22684)
end
function Warp_TOLS()
warp(201400, 151566)
end
function Warp_STOLS()
warp(152017, 22509)
end
function Warp_TOE()
warp(201400, 151566)
end
function Warp_STOE()
warp(136888, 22494)
end
function Buff()
dlg_title( "Teleporter" )
dlg_text( "Welcome to this buffing system!" )
dlg_menu( "Buffs", 'Buffs()' )
dlg_menu( "Creature Buffs", 'CBuffs()' )
dlg_menu( "Exit Buff System", '' )
end
function Buffs()
add_state( 1051, 150, 900000 )
end
function CBuffs()
add_cstate( 1051, 100, 900000 )
2. Resource is in the server files you downloaded to create your server. You will need to learn lua or exploit someone that knows lua to help you. You can use Notepad ++ to edit it.
okay but which Files? can you take snapshot and show me please ... thanks
I think all.web was refering to the resource files of the client that private servers always update for their players.
As far as what the players need to play your server.
1. Client that matches yours is a good start
2. A start.bat or a launcher.bat that directs their client to your hamachi IP auth server.
Further along if you make changes to the game they are usually made by resourcing.
You make changes to the server tables and save those changes as client resource file.
You update your user clients by keeping their resource folder updated.
The following topic may assist you more...
@Dyson49
You change the name of an NPC by editing the name of the NPC in the string resource, find it by checking the NPC entry in dbo.npcresource there is a column for the string for their name.
Then you need to save the changes as the db_string(ascii).rdb and hash the name and place it in the client resource folder.
See the same resourcing topic for more information.
I have made a PHP telnet --> gamserver tool ..... until now I only made auto-notice and manual noticing pages ... it can be used from your phone , computer ... ETC .. and it helped me alot
I need some (NEW!! functions , ideas) that I can use to benefit from that pages .... rather than old-school functions that we've seen in dozens of gm-tools .
and yes ... you can execute every single command in-game without being in game ....
Does not make sense English client with error message in German, but I had a German sframe once and everything was in English except for critical, guard, dodge messages.
And yes if you could I would like the English SFrame and Splash Loading is weird I think it turned German at some point if I could have the English one of that too please.
[Helping Topic] 24/7 Helping Services! 08/27/2008 - EO PServer Hosting - 31 Replies stucked on anything while setuping your server?
post your problem here and you will get answer as fast as possible better than spamming with posts :cool:
first of all try reading Ahmedpotop's Pserver All thing guide.
if your couldn't solve it out post your problem down here
""That includes PHP rankings pages / registrations pages / Status pages""