Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

noobi

Members
  • Posts

    191
  • Joined

  • Last visited

Posts posted by noobi

  1. Or maybe they are already here but are keeping it a secret ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/wink.png)
  2. Np.

    I don't know it then, maybe if you delete the event.preventDefault and the timer in the code..

    ```

    function Timer(){

    SwitchImage($outer_container.data("nextImage"));

    var $this=$("#outer_container a[href='"+$outer_container.data("nextImage")+"']");

    GetNextPrevImages($this);

    GetImageTitle($this);

    setInterval(Timer, 3000);

    };

    ```
  3. What if you put this:

    ```

    function Timer(){

    event.preventDefault();

    SwitchImage($outer_container.data("nextImage"));

    var $this=$("#outer_container a[href='"+$outer_container.data("nextImage")+"']");

    GetNextPrevImages($this);

    GetImageTitle($this);

    };

    ```
    After:

    ```

    $prevImageBtn.click(function(event){

    event.preventDefault();

    SwitchImage($outer_container.data("prevImage"));

    var $this=$("#outer_container a[href='"+$outer_container.data("prevImage")+"']");

    GetNextPrevImages($this);

    GetImageTitle($this);

    });

    ```

    And then this:

    ```

    $(document).ready(function(){

    Timer();

    setInterval(Timer, 3000);

    });

    ```
    At the bottom of the file?
  4. It covers the whole screen?

    Anyway, changed alot of things since the last time ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/wink.png)

    (Made a (test) intro for some kind of trailer/movie idk.

    [https://www.youtube….be_gdata_player](https://www.youtube.com/watch?v=SniAynWKaK8&feature=youtube_gdata_player))

    Alright, i want to put the buildings in some kind of box with an image of the building itself.

    My question is, what do you guys think of this:

    [![](http://www.freemmorpgmaker.com/files/imagehost/pics/b23abff93ad6ea227bc4f6bc387c5402.png)](http://www.freemmorpgmaker.com/files/imagehost/#b23abff93ad6ea227bc4f6bc387c5402.png)

    Should they stay green or do they need to change from color, are they good there or not?
  5. I don't know if it works, just tried something lol

    Add:

    ```

    var TimerVar = setInterval(function(){ Timer() },10000);

    function Timer(){

    event.preventDefault();

    SwitchImage($outer_container.data("nextImage"));

    var $this=$("#outer_container a[href='"+$outer_container.data("nextImage")+"']");

    GetNextPrevImages($this);

    GetImageTitle($this);

    };

    ```

    After:

    ```

    $prevImageBtn.click(function(event){

    event.preventDefault();

    SwitchImage($outer_container.data("prevImage"));

    var $this=$("#outer_container a[href='"+$outer_container.data("prevImage")+"']");

    GetNextPrevImages($this);

    GetImageTitle($this);

    });

    ```

    ```
    var TimerVar = setInterval(function(){ Timer() },10000);
    ```
    You can change the 10000 to your own number of miliseconds. It's now on 10 seconds for it to go to the next image.

    Hope it works
  6. > Waarom zou je wifi uberhaupt aanlaten. ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png)

    Misschien omdat ik geen 3G wil betalen? xD

    Maar als je geen internet abbo. hebt kan je ook geen internet? Dus er moet niks gebeurd zijn :/
  7. > Hij zegt ook dat hij wifi uit had gezet omdat hij een SMS verwachte.
    >
    > Beter lezen. ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png)

    :/, hoezo? Je kan wifi gewoon aanlaten als je een sms verwacht dus wat ik zei was gewoon goed, en als hij wakker werd, waarom had hij zijn mobiel dan niet op de oplader als wifi 'zogenaamd' stroom verbruikt… ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png)
  8. ![](http://www.freemmorpgmaker.com/files/imagehost/pics/f4e6be0456d0ac8169dc926275a4504f.png)

    So, we changed the name to Solestium and got a domain name ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/wink.png).

    + Added Setting and Mail icon.

    + Added mail/notification system.

    + Added defensive pact agreement.

    - Be an ally with another player.

    -[background=rgb(248, 248, 248)] If someone attacks a player in the defensive pact agreement, the other player in the agreement will also be involved in the war.[/background]

    [background=rgb(248, 248, 248)]- No costs for trade.[/background]

    [background=rgb(248, 248, 248)]- More coming.[/background]

    + Added spaceships and soldiers.

    + You can now build an outpost/laboratory in a astroid.

    + You can change the planets name.

    + You can now upgrade your buildings to get more recources from it.

    + Beter chat system.

    + Updated security.

    - Working on planet defenses.

    - Working on war system.

    Beta is coming soon, just need to finfish some things to make it fun.
  9. ![](http://www.freemmorpgmaker.com/files/imagehost/pics/82cd120623dadc8c08c12f19060aaec6.png)

    + New logo

    + New Menu

    + Added interface options

    - Change background image/color

    + Added a second solar-system

    + New JS Popup layout

    + Chat updated

    + Added new planets and surfaces

    + Added new buildings

    + New resources

    - Added food resource

    - Added iron resource

    - Added uranium resource

    + Added Troop system (Still WIP)

    + Started working on the spaceship system

    + Started working on the Attack planets system

    + Restyled HTML Inputs

    + Updated HeadQuarters page
  10. > Lol, you still haven't fixed the security hole I pointed out with Botsta in my post above. I can inject Javascript and do a XSS attack, steal your session cookie and gain admin access like I did before.

    Nope, gonna fix that ASAP

    > The empty space to the left of "Limits" is very bothersome. Either keep it on one line, or figure out some sort of icon.

    I've redone the logo:

    >! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/dec9d74a93e287b7cd8b81fb82a5c81a.png)

    Or

    >! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/911ea7d4deb2ae452bb10eff2b123e9d.PNG)
  11. After a long time of nothingness i decided to do a total redesign:

    [![](http://www.freemmorpgmaker.com/files/imagehost/pics/cb593e6951b23e03b194391fa54e5be9.png)](http://www.freemmorpgmaker.com/files/imagehost/#cb593e6951b23e03b194391fa54e5be9.png)

    What ya all think?
  12. [![](http://www.freemmorpgmaker.com/files/imagehost/pics/c04c3cf8a0fb845d7a6ee34a42b6e7fa.jpg)](http://www.freemmorpgmaker.com/files/imagehost/#c04c3cf8a0fb845d7a6ee34a42b6e7fa.jpg)
  13. **Update 2.2:**

    - Added server time

    - Added current level of the building

    - Chat is back, placed it under the game

    - System information is now correct

    - Added more planets to the systems

    - Added astroids to the systems

    - You can colonize/mine astroids for more resources

    - Added different planets

    - You now need energy to build buildings/structures

    - You get energy from buildings

    - Added border around the hover text

    - Working on the level up system

    - Working on the military system
  14. Okay, so i changed the header's background to a black/dark grey one and i think it looks alot better now ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)

    What do you all think?

    Edit:

    I'm going to change the menu too
  15. ![](http://www.freemmorpgmaker.com/files/imagehost/pics/df238406feeb3281a3c97c2d564d3155.png)

    Solestium is a browser based strategy game.

    It takes place in space, you need to colonize planets, mine ore, collect energy (Windmills, fabrics, etc), train soldiers, etc. to conquer the system/galaxy.
    You can choose between two sides. Eco's and the industrials.
    Eco's can build nature friendly buildings and industrials can build fabrics, oil drills, etc.

    It's still W.I.P.

    **Stat:**

    >! User login/register: Y
    /H
    >! Images: H
    >! Colonize planets: Y
    >! Fleet (Party): N
    >! Chat: Y
    >! System info: H
    >! Buildings: H
    >! Update resources: Y
    (Per hour)
    Map/Galaxy: Y
    (Just need to place some planets)
    Building/Planet/Sun info: H
    >! Level up: H
    >! Upgrade/Building list/queue: Y
    >! Build system: Y
    >! Destruct buildings: Y
    >! Soldiers/spaceships: N
    /Just started
    More coming soon

    [solestium.com](http://solestium.com/solestium2/)
    [solestium.eu](http://solestium.eu/solestium2/)
    **(Note: Server is currently on my own pc.)**

    **Images:**

    >! ![](http://gamelimits.net/arkerbs/images/1.png)
    >! ![](http://gamelimits.net/arkerbs/images/2.png)
    ![](http://www.freemmorpgmaker.com/files/imagehost/pics/cf99aa400481744b61d7a75f065ae45d.png)

    **Update 2.2:**

    >! - Added server time
    - Added current level of the building
    - Chat is back, placed it under the game
    - System information is now correct
    - Added more planets to the system
    - Added astroids to the systems
    - You can colonize/mine astroids for more resources
    - Added different planets
    - You now need energy to build buildings/structures
    - You get energy from buildings
    - Added border around the hover text
    - Working on the level up system
    - Working on the military system

    Looking for a pixel artist to make buildings for the game.
  16. Beta is online soon, i just need a name for the game ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png)
×
×
  • Create New...