![]() |
Attack Messages
You know how when you make an attack. A qoute appears and says:
Username1 has attacks dealing 70 points of damage Username2 tried to dodge but didn't Well I want to know, what would I have to change to make those statements read in the opposite direction? So the newest message would be at the top instead of the bottom of the list? This might be good for future releases as well or something. |
You can do this with a file mod.
[sql]SELECT battleaction, battleactionid, username FROM " . TABLE_PREFIX . "rpg_battle_posts WHERE battlenumber='$battlenumber' ORDER BY battleactionid ASC"[/sql] to [sql]SELECT battleaction, battleactionid, username FROM " . TABLE_PREFIX . "rpg_battle_posts WHERE battlenumber='$battlenumber' ORDER BY battleactionid DESC"[/sql] in battlefight.php Ill add the changing of this "on-the-fly" to my todo-list. |
Thanks for the help ^^.
|
All times are GMT. The time now is 11:08 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|