Quote:
Originally Posted by sambaba
Ok since Im still awake, im gonna post a little bit about it.
-First, look into the file GameServer >> Slk >> Script >> NpcScript.slk
-Secondly, choose the event you wanna modify. For example, I'm choosing Dragon Island. The detail is at C534 if you open by Excel. And you would also see the path of the real script of it. For Dragon Island, it is called Ectype-ShenLong-Npc-2011.s
-Thirdly, look into the file using notepad++. At this point, you should be able to read some of the basic programming code. Lines 37-39 are for the realm. At line 60 "if $team_count < 3", you can change it to < 1 and it should be fine for solo mode.
Every event is a little bit different but the logic would be similar.
@ShijieGames: GM or dev of ShijieGames can try this modification to see whether it is feasible for solo mode in your server. I don't know whether GoF is different than Titan Update but I believe they should be similar codes.
|
<< Menoz
We did it ages ago, we just didn't implement it until now because we wanted players to work together through out Beta phases. It's already live on the server right now, tho..
You're starting out ok, but there's plenty more you can do as well.
Here's an example.
Code:
$hardLevel = GetPlayerInfo( -1, "level" )
if $hardLevel >= 115
$monster_level = 200
else
$monster_level = $evo_tl / $evo_co
endif
Have your players rage over the instances completely ripping them apart! :handsdown: