Need Javascript programmer

Discussion in 'Programming' started by SimThePhpCoder, Jul 12, 2009.

  1. #1
    I found source code to a javascript map editor that I need a few modifications to.

    source: www.tacticalrpgengine.com/ninja.zip

    Live Demo:
    www.tacticalrpgengine.com


    I need a Load Feature.
    I need a new Save Feature that saves data to mySQL database.
    I need a way to load tiles from directory to replace current tiles.

    I only need 3 things filled in that mapdata table. the rest I can do by myself I believe.

    tile = tilename, not with tilepath
    x = xcord of tile
    y = ycord of tile

    Heres my mySQL table for maps.

    CREATE TABLE `mapdata` (
    `id` int(11) NOT NULL auto_increment,
    `game_id` int(12) NOT NULL default '0',
    `map_id` int(6) NOT NULL default '0',
    `tile` VARCHAR(100) NOT NULL default '0',
    `x` int(6) NOT NULL default '0',
    `y` int(6) NOT NULL default '0',
    `charid` int(6) NOT NULL default '0',
    `enemyid` int(6) NOT NULL default '0',
    `iswalkable` varchar(1) NOT NULL default 'n',
    PRIMARY KEY (`id`)
    ) ENGINE=MyISAM AUTO_INCREMENT=1 ;


    Please look at the source before you give me a quote to make sure you can do it.


    aim; ninja sim
    msn;
     
    SimThePhpCoder, Jul 12, 2009 IP
  2. softech02

    softech02 Banned

    Messages:
    920
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    70
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Sim...I think you are on codingforum as well. I have send you a mail.
     
    softech02, Jul 13, 2009 IP
  3. SimThePhpCoder

    SimThePhpCoder Well-Known Member

    Messages:
    949
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    I am apart of codingforums. =) what email you send it to is not my email.
     
    SimThePhpCoder, Jul 15, 2009 IP