how make limit guild and union without filter

06/10/2020 19:21 M@hmoud#1
how make limit guild and union without filter
06/10/2020 21:33 Otakanikaru#2
Search says this:
[Only registered and activated users can see links. Click Here To Register...]
06/10/2020 22:20 mudik#3
Quote:
Originally Posted by Artuuro_lv View Post
Search says this:
[Only registered and activated users can see links. Click Here To Register...]
It’s will make bugs later...
06/10/2020 23:00 Otakanikaru#4
Quote:
Originally Posted by mudik View Post
It’s will make bugs later...
So you fix the query and find out what makes the bug, the main idea behind it is there. Another way is assembly, which I doubt you wanna do.
06/11/2020 11:32 sarkoplata#5
gameserver addr for guild limit: 0xADE8DC (4 bytes each, back to back for levels 1~5)

search for the same pattern in the shardmanager to find it
06/11/2020 12:49 M@hmoud#6
Quote:
Originally Posted by Artuuro_lv View Post
Search says this:
[Only registered and activated users can see links. Click Here To Register...]
query not work bro give me error

Quote:
Originally Posted by sarkoplata View Post
gameserver addr for guild limit: 0xADE8DC (4 bytes each, back to back for levels 1~5)

search for the same pattern in the shardmanager to find it
ths code give me in gameserver
SLDT WORD PTR DS:[EAX]
what i do now
where can i found guild lvl 1 and 2 to lvl 5
06/11/2020 15:12 sarkoplata#7
edit from dump section: [Only registered and activated users can see links. Click Here To Register...]
06/12/2020 04:51 Tazdingo7#8
Quote:
Originally Posted by sarkoplata View Post
gameserver addr for guild limit: 0xADE8DC (4 bytes each, back to back for levels 1~5)

search for the same pattern in the shardmanager to find it
Thanks! It works great :)

Do you know the addr for union limit too ?
06/12/2020 09:57 andrzej326#9
its good to do it in the game server for no errors
06/12/2020 12:45 sarkoplata#10
Quote:
Originally Posted by Tazdingo7 View Post
Thanks! It works great :)

Do you know the addr for union limit too ?
In fact I do, but cannot share it since a friend gave it to me.
I'll give you a hint though, look for:
Code:
cmp al, 8
06/12/2020 13:35 M@hmoud#11
Quote:
Originally Posted by sarkoplata View Post
edit from dump section: [Only registered and activated users can see links. Click Here To Register...]
this code in my gameserver need guild limit 25 how

[Only registered and activated users can see links. Click Here To Register...]
07/25/2023 09:15 XZ015#12
error :
DBJOB_InsertAlliance: GUILD[27231,27267]

guild master can't be union with other guild and see this error on shardmanger
any help ?