Forum Discussion
o0netquik0o
4 years agoRising Ace
Hi all! i find a unpleasant issue with InfoSticker script (last version) and new server patch 21.3 (and all other scripts that adds items in base list navigation bar).
The game added a reorder function for base list navigation bar and Infosticker add it self just there. Now the issue is that when user drag and specifically 'drop' a base button to reorder on the base list an error comes up because InfoSticker items don't have a getBaseId function. Now... fixing this problem is a pain in the neck. the 'drop' event is hard coded in the class costructor of webfrontend.gui.bars.BaseNavigationBar so no way (for now) for me to "patch" it. I can detect the new server patch and disable "draggable" base button to stop the errors. I have not deep digged yet in the code but the best solution ( to test) would be that beloved developers change the class costructor addlistener function to a more secure function. As for code
The game added a reorder function for base list navigation bar and Infosticker add it self just there. Now the issue is that when user drag and specifically 'drop' a base button to reorder on the base list an error comes up because InfoSticker items don't have a getBaseId function. Now... fixing this problem is a pain in the neck. the 'drop' event is hard coded in the class costructor of webfrontend.gui.bars.BaseNavigationBar so no way (for now) for me to "patch" it. I can detect the new server patch and disable "draggable" base button to stop the errors. I have not deep digged yet in the code but the best solution ( to test) would be that beloved developers change the class costructor addlistener function to a more secure function. As for code
bp.push(br.getBaseId());should become something like
"function"===typeof br.getBaseId&&bp.push(br.getBaseId());. Not sure btw that this will solve all problems. @EE_Elephterion
About Tiberium Alliances Technical Issues
Having problems running the game or a script? Get help with Command and Conquer: Tiberium Alliances with the community!1,628 PostsLatest Activity: 4 days ago
Recent Discussions
- 4 days ago
- 6 days ago
- 20 days ago
- 26 days ago