Quote:
Originally posted by Darkwaltz4
lol, i know all about rediting items...but still, there are just the sheer amount of them...
^_^ im into coding lately, so maybe i can do some addons? both the shields and pp would be cool....
also, i know of a way to incorpoate the certain 'monster arena' people have asked about (you pay to fight a monster) would just need a new table for monster stats, and a new php page, which would run the monster and your battle stats thorugh the battle/battleupdate files
|
Yeah, I was just not too enthusiastic with having different monster types, each with different classes of weapons and stats, each with an AI routine (which could be as simple or cmplex as you want), and each with an image. Not to mention the issue of monster drops, and loot. Just too much work and testing for me.
Quote:
Originally posted by Darkwaltz4
one last thought:
like the battle arena can be 'turned off' how about the itemshop?
|
Just take the battle check code from the top of the battle.php files and add it to the top of itemshop.php (making sure to query the database) and every time you turn off the battle, you also turn off the itemshop. Or, you could make a new option for the itemshop and query the database for it in itemshop.php (making sure to display an error message if it is indeed turned off, of course).
Quote:
Originally posted by Darkwaltz4
also, when you edit items, it doesnt update useritem info, like if you changed settings for an item, it rarely takes effect on the alreday-owned item
so in light of that, how about a 'repair user inventory' script?
|
This version is supposed to fix that error (after updating the items once). Let me know if this is not the case.
Quote:
Originally posted by Darkwaltz4
okay...more suggestions
move the bank interest update function to global.php......ive had far too many complaints on 'my gils been in there for a week and i havent gotten any interest!!!' (and they have to visit the bank at least once a day to get it...)
|
I am against modifying global.php for any reason, even if it is only to query the database once every 24 hours only for users who visit that often. However, I may be looking into fixing the itemshop script so that you don't have to visit the bank to get interest.
Quote:
Originally posted by Darkwaltz4
status effects? no? lol
ill find more, trust meh
ive also edited your hack so that hp is not based on posts per day, and mp/pp are not based on how long u been registered.....it helps put everyone on the same level (i randed it a little, so its not exact)
|
Make sure that you edited the update user stats code in rpgadmin.php to reflect the changes you made in member.php. The update stats code in rpgadmin.php should be in a function near the top.
Quote:
Originally posted by Darkwaltz4
and weve added to the battle page to play randomly chosen midis of ff battle themes ^_^ seems to go over well with my members-
|
Maybe you could release that as an add-on? I know some people would probably like it