if u don't know how to dump client / download link for spr "from 9.5 client"
u can use it for all client version i think
Yes, you can. The structure never changed, but some of those entries got changed.
Preferably use a .spr from the same epic, or at least take one from a higher epic, else you'll be missing a **** ton of icons.
I feel rather dumb, overlooked the scripts because the names didn't match lol... they are indeed included in Glandu's release.
On a side note I am also trying to adapt the script i used to change taming rates of standard monsters to do the same for soul monsters. Problem is I am having trouble linking it up how the normal monsters do.
Script below, ive commented out most of it as I was testing with just 1 set of the monsters or trying to anyways lol. Trying to avoid just changing them all to 100%.
--Update MonsterResource set taming_percentage = 0
--t1 pets
--Update MonsterResource set taming_percentage = 1.00 where taming_id in(select id from SummonResource where rate = 0)
--t2 pets
--Update MonsterResource set taming_percentage = 0.85 where taming_id in(select id from SummonResource where rate = 1)
--t3 pets
--Update MonsterResource set taming_percentage = 0.75 where taming_id in(select id from SummonResource where rate = 2)
--t4 pets
--Update MonsterResource set taming_percentage = 0.65 where taming_id in(select id from SummonResource where rate = 3)
--t5 pets
--Update MonsterResource set taming_percentage = 0.45 where taming_id in(select id from SummonResource where rate = 4)
--t6 pets
--Update MonsterResource set taming_percentage = 0.25 where taming_id in(select id from SummonResource where rate = 5)
--DEATH TYRANT--
--Update MonsterResource set taming_percentage = 0.25 where taming_id = 4101
--Update MonsterResource set taming_percentage = 1.00 where taming_id in(select id from SummonResource where card_id = 540200) -- Basic rank
--Update MonsterResource set taming_percentage = 0.65 where taming_id in(select id from SummonResource where card_id = 540201) -- Rare rank
Update MonsterResource set taming_percentage = 0.45 where taming_id in(select id from SummonResource where card_id = 540202) -- Special rank
--Update MonsterResource set taming_percentage = 0.25 where taming_id in(select id from SummonResource where card_id = 540203) -- Unique rank
--Update MonsterResource set taming_percentage = 0.15 where taming_id in(select id from SummonResource where card_id = 540204) -- Exotic rank
select m.id,m.taming_percentage,s.rate from MonsterResource m join SummonResource s on m.taming_id = s.id
order by s.rate
Thumbnails are so small and hard for me to read even with glasses but if herlock stops loading check the arcadia database name compared to what you have in the gameserver.opt file
[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""