Quote:
Originally Posted by ThunderNikk
I cant remember exactly but there is a function written by Revolution that auto warps the players to the cities. Mine is edited so I am having a hard time finding it you might have to have a look at your lua files.
You can find them in your game bin folder in the resource folder and script folder.
luas that you need to pay special attention to are on_login.lua, on_first_login.lua, ETC_script_functions.lua
Maybe someone might be able to chime in.
Look for the following lines in your .opt file
S game.disable_pk_on:0
N game.PKServer:1
N game.HardcoreServer:0
N game.PKPenaltyLevel:10
F game.pvp_damage_rate_for_player:0.01
F game.pvp_damage_rate_for_summon:0.035
F game.killed_drop:0.03
F game.killed_exp_percentage:1.0
F game.kill_immoral_percentage:1.0
I game.crime_state:1
I game.crime_party:1
Set them for how you want.
Done forget to re encrypt the file into an .eop when finished.
|
Thank you, I followed what you said, yes there are files that change the behaviour of the quests, I did some digging into the files, I'll give you what I found so you can help someone else.
first file : the "fu..king final sloution!.rar" ==> Game_bin\Resource\Script\on_player_level_up.lua" . This files inserts rewards for leveling up. you can edit to remove edited rewards, and uncomment the official rewards for leveling.
second file : "fu..king final sloution!.rar" ==> Game_bin\Resource\Script\on_first_login.lua" . This files is responsible to warp the player to the a town according to the race of the character. And display a pop up windows. open that file and comment out these lines :
--else
--open_popup("game.newbiehelp_deva_url", 0,1)
--else
--open_popup("game.newbiehelp_asura_url", 0,1)
--else
--open_popup("game.newbiehelp_gaia_url", 0,1)
--warp(152747,77097)
--Server_Gift() --Generals Gifts
--first_login_gift() --Armory Gift
This folder Game_bin\Resource\Script\Revo\Function\ : contains the functions that are used on lua file in the script folder... You can change the functions inside as you wish to get you unique server properties.
then save, and restart the server.
ALL THANKS the REVOLUTION TEAM I don't know how they did all of that, I'm amazed.
_________________________________________
with all that been said, I have another issue, it's about setting up my server config files !
Description :
In the server configuration files ".opt" I have changed the IP address from local to public, and it worked, I played online with my friend.
Problem :
I have to change the New Public IP address everyday and provide it to him so he can log in into the game. So I created a website and put the website
URL in the config files instead of IP address, but
it seems like this didn't work.
So what can I do ?
________________________________________
Shacontrol - THE SIGMA MUSLIM