2 Things, avatars and yellow title problems.
Heyy,,
I have 2 problems:
1) I changed all SaleTags from 32 to 0 to add the avatars which worked the first time but had to do it again. And now it doesn't work.. I checked the stockperiod thing and refshoptab. all service 1 etc everything is as it should be I think.. any other things I can look at?
2) I made 2 custom yellow titles, they were working but after I logged in one day they weren't anymore.
Code Textuisystem:
Code:
//2? ? ?? 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_1 ??? 0 0 0 0 0 Captain Captain 0 0 0 0 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_2 ???? 0 0 0 0 0 General General 0 0 0 0 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_3 ???? 0 0 0 0 0 Senior General Senior General 0 0 0 0 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_4 ???? 0 0 0 0 0 Chief General Chief General 0 0 0 0 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_5 ???? 0 0 0 0 0 Vice General Lord Vice General Lord 0 0 0 0 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_6 ???? 0 0 0 0 0 General Lord General Lord 0 0 0 0 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_7 ???? 0 0 0 0 0 Administrator Administrator 0 0 0 0 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_8 ???? 0 0 0 0 0 GM Assistant GM Assistant 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_1 ??? 0 0 0 0 0 Knight Knight 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_2 ??? 0 0 0 0 0 Baronet Baronet 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_3 ?? 0 0 0 0 0 Baron Baron 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_4 ??? 0 0 0 0 0 Count Count 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_5 ??? 0 0 0 0 0 Marquis Marquis 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_6 ?? 0 0 0 0 0 Duke Duke 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_7 ?? 0 0 0 0 0 Administrator Administrator 0 0 0 0 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_8 ?? 0 0 0 0 0 GM Assistant GM Assistant 0 0 0 0 0 0
Hwanleveldata:
Code:
0 xxx xxx
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_1 UIO_SECOND_HWAN_EU_NAME_LEVEL_1
2 UIO_SECOND_HWAN_CH_NAME_LEVEL_2 UIO_SECOND_HWAN_EU_NAME_LEVEL_2
3 UIO_SECOND_HWAN_CH_NAME_LEVEL_3 UIO_SECOND_HWAN_EU_NAME_LEVEL_3
4 UIO_SECOND_HWAN_CH_NAME_LEVEL_4 UIO_SECOND_HWAN_EU_NAME_LEVEL_4
5 UIO_SECOND_HWAN_CH_NAME_LEVEL_5 UIO_SECOND_HWAN_EU_NAME_LEVEL_5
6 UIO_SECOND_HWAN_CH_NAME_LEVEL_6 UIO_SECOND_HWAN_EU_NAME_LEVEL_6
7 UIO_SECOND_HWAN_CH_NAME_LEVEL_7 UIO_SECOND_HWAN_EU_NAME_LEVEL_7
8 UIO_SECOND_HWAN_CH_NAME_LEVEL_8 UIO_SECOND_HWAN_CH_NAME_LEVEL_8
3) People crash when they level up from level 121 to 122. I already checked leveldata.
Suggestions?
Re: 2 Things, avatars and yellow title problems.
Third problem needs to be fixed urgently, someone?
Re: 2 Things, avatars and yellow title problems.
About yellow title: did u add new lines to dbo._HWANLevel (DB side), fix textuisystem like this :
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_7 ?? 0 0 0 0 0 Administrator Administrator 0 0 0 0 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_8 ?? 0 0 0 0 0 GM Assistant GM Assistant 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_7 ?? 0 0 0 0 0 Administrator Administrator 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_8 ?? 0 0 0 0 0 GM Assistant GM Assistant 0 0 0 0 0 0
Now it should work for both, china and euro
Third problem: be sure that u changed Max lvl everywhere, in gameserver and sro_client.exe too
Re: 2 Things, avatars and yellow title problems.
Quote:
Originally Posted by
Zenox
About yellow title: did u add new lines to dbo._HWANLevel (DB side), fix textuisystem like this :
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_7 ?? 0 0 0 0 0 Administrator Administrator 0 0 0 0 0 0
1 UIO_SECOND_HWAN_CH_NAME_LEVEL_8 ?? 0 0 0 0 0 GM Assistant GM Assistant 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_7 ?? 0 0 0 0 0 Administrator Administrator 0 0 0 0 0 0
1 UIO_SECOND_HWAN_EU_NAME_LEVEL_8 ?? 0 0 0 0 0 GM Assistant GM Assistant 0 0 0 0 0 0
Now it should work for both, china and euro
Third problem: be sure that u changed Max lvl everywhere, in gameserver and sro_client.exe too
Ill try about the titles.
about levels, I could find the address in the gameserver but I wasnt able in sro_client.exe
Can you tell me the address?th
thanks for reply
Re: 2 Things, avatars and yellow title problems.
EDIT: Titles are still not working and yes db side is fine
Re: 2 Things, avatars and yellow title problems.