kuperis Posted March 21, 2013 Posted March 21, 2013 i was searching for L2j Raid boss Php script for website with respawn and death time some1 can share it? please?
0 Ovenuç® Posted March 22, 2013 Posted March 22, 2013 Learn that this is not google. really now you think you are bad guy or what? just explain me please..
0 Stewie Posted March 22, 2013 Posted March 22, 2013 really now you think you are bad guy or what? just explain me please.. In case you did not notice half of posts in [Request] Dev Help [L2J] En would be useless if there was something like google...
0 kuperis Posted March 22, 2013 Author Posted March 22, 2013 OMG I Talking about website Script to see live raid boss status, i was looking in google found nothing.. so i asking help here can't understand people in this days :/
0 Stewie Posted March 22, 2013 Posted March 22, 2013 http://www.l2worldwar.net/raidboss/# something like this?
0 kuperis Posted March 22, 2013 Author Posted March 22, 2013 http://www.l2worldwar.net/raidboss/# something like this? Actually it can be but does it show live data? becouse i made by my self and its works but problem is status showing not live, i kill its show still alive but after restart server it show dead. :)
0 dpbBryan Posted March 25, 2013 Posted March 25, 2013 Actually it can be but does it show live data? becouse i made by my self and its works but problem is status showing not live, i kill its show still alive but after restart server it show dead. :) That's because you need to first understand how persistant data is handled on your database versus your gameserver. Gameserver data from the database is only updated during certain times: when a player disconnects for example. You won't get active data from your database. You'll have to either update the database on player death (I wouldn't recommend this) or perhaps come up with another solution. Maybe you could have instead have a json file which is written when certain things happen to the player (for example, on his death updating the file) and have the webserver read information from this file.
Question
kuperis
i was searching for L2j Raid boss Php script for website with respawn and death time some1 can share it? please?
7 answers to this question
Recommended Posts