Jump to content
MakeWebGames

Roh

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by Roh

  1. Ah sorry everyone. I Turned my PM on now. Hit me up via personal message if anyone is still interested. otherwise i'll try responding to each of you via PM.
  2. My request is to add additional stats into the game engine which core stats are; Strength,agility,guard,labour,IQ, etc...   The changes/modifications I would like are; Strength(physical attacking stat)* Agility (physical accuracy/evasive stat)* Vitality(A physical defensive stat) Ki (collective stat pool based on physical stats) Intelligence(energy/mental/magic attacking stat) Guile(energy/mental/magic accuracy/evasive stat) spirit(energy/mental/magic defensive stat) Magic (collective stat pool based on mental stats) and 2 different action pools (like brave) which are generated off of the corresponding physical and mental stats.   This modification is rather lengthy as I know it requires changes to many core aspects of the game such as the registry and such. SO the request is simply to add the new stats, I will deal with the changes to battle calculation and gyms later on. I am willing to pay quite well for this one modification. Current budget is set at $200. But it is negotiable. Thank you
  3. I would like to request a modification that adds additional stats to the game itself. Hit me back if you are interested, If needed I will happily pay.
  4. Trying to re- energize this conversation: What pages should I post? I will post them in their entirety. IF this task is too much to do on my own given my relativity low mysql/php scripting skills I will say , if i havn't before. I am willing to pay to have this modification done. My health is beginning to decline again and I would like to finish before the summer is through. Thank you for your patience.
  5. I'm going to call it a night and mull this over. maybe set all the pages to default and try adding just one stat at a time.
  6. statnames=array is present with additional names. Still receiving error... perhaps somewhere in 'loggedin' or 'index' ?
  7. So somewhere within db SQL there is an > symbol floating around ? If so I havn't seen it. I'm still having trouble identifying where the error itself is originating from... Thanks for the patience, i'll go back and look over each file carefully.
  8. here is what i have in for loggedin.php  
  9. Both errors are recieved via loggedin.    
  10. Changed the amount of values in .register and came up with this error while creating another user for testing purposes.   and after subsequently received another error while testing under a different user ;   So what could cause the error to change when the only variable is the user ?
  11. would adding a value to vitality in the userstats table correct this ?
  12. here is what i have edited thus far; db userstats table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Register ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ loggedin I am still receiving the same error...; Perhaps i'm starting to large or I am missing something else. maybeI I should reset everything to default and try adding in one statistic at a time. Anythoughts ?
  13. I will attempt this on my own and get back to you. I hope this to be the first in my learning experience regarding what I'd like to do. Thank you
  14. So i've decided to revisit this project with a fresh outlook. So aside from just requesting a an overly complicated modification that asks to remove/add stats and recode the entire engine i'll start with another. How does one simply add additional "new" stats? Lets say.... Vitality. I appreciate any time taken out to answer this
  15. I am now willing to pay, to have ingame and pooled stats added/edited on the current engine. Please Email me for further information, [email protected] I realize this is a rather drastic modification of the engine and am willing to discuss a price point which matches the work involved.
  16. here is what i have edited into the files so far, perhaps a key concept has blown right overmy head haha. userstats table   index.php loggedin.php
  17. Perhaps i'm not looking in the right file, but none of what i've seen thus far is, in the sql.file index/loggedin/globals/global_func have anything resembling vitality.us > is there a particular file in which you set what vit(or any ingame stat) is greater or less then. Thank you for bearing with me thus far, I appreciate it.
  18. Changed/added the stat information on, Index, loggedin,staff_users,gym etc. Alot more seems involved, with Globals, Globals_func,and attack Could someone run me through the jist of information that would need to be changed or altered for the game to recognize the stats I'd like the engine to run off of. Strength,Agility,Vitality,Intelligence(IQ),Spirit,Guile. Or really to be more exact, the files that i need to add the new users stats too (if there are more) and the page which calculates The header stats, like Brave, Hp, Will etc.... as I would like to change/alter these. As it stands I receive the following error (which i assume is normal) .QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND us.userid != 1 AND u.user_level != 0' at line 1 Query was SELECT count(*) FROM userstats us LEFT JOIN users u ON us.userid=u.userid WHERE us.vitality > AND us.userid != 1 AND u.user_level != 0
  19. Thanks, i'll try that and get back to you guys with updates.
  20. Hello, I am working with a few friends on a project, in which we decided to the MCcodes engine meet alot of the needs of the project. I'll be curt though. The current ingame stats are Strength,agility,guard,labour,and IQ. And the pooled stats Exp, brave, hp ...etc before directly asking for a mod; I was wondering if any member of the board could direct me to the files or what process is necessary for adding additional stats. The project we are working on calls for the following battle stats; Strength(physical attacking stat),Agility, (physical accuracy stat),Vitality,(A physical defensive stat) Intelligence(energy/mental/magic attacking stat), Guile(energy/mental/magic accuracy stat), spirit(energy/mental/magic defensive stat). and 2 diffrent action pools (like brave) which are generated off of the corresponding physical and mental stats. Any information on how to add/or convert to more stats will be appreciated. Thank you very much for your time
×
×
  • Create New...