[Release]MapleTip v55 - For Titan

Results 1 to 11 of 11
  1. #1
    Best Commu NA Cure is offline
    MemberRank
    Sep 2007 Join Date
    That way .. →Location
    1,247Posts

    [Release]MapleTip v55 - For Titan

    Just a quick release.. Everyone seems to be so amazed with these MapleTips, so.. Yea.

    FAQ:
    ---
    Q: Will I Continue Masterbate Repack? (Yea Im Jordan, I changed my Name)
    A: Im considering it

    Q: Why not dev Java/Odin?
    A: Why not shove a cup up your ass then it breaks and you bleed for 3 mins

    Q: How do you use this?
    A: Read Instructions

    Q: Whats this for?
    A: Titan
    ---
    ---

    Setup:
    ---
    1) Open MapleStoryServer.cpp

    2) Add the void below under "#include "MasterServer.h"
    Code:
    void autoMapleTIP (void * );
    3) Under
    Code:
        Acceptor::Acceptor(8888+MasterServer::getChannelID(), selector, new PlayerFactory());
    Add

    Code:
        int tipInterval = 60; // MasterbateTip interval in seconds
        _beginthread( MapleTIP, 0, (void*)tipInterval);

    4) Goto the bottom and Add This:
    Code:
    void autoMapleTip( void *arg ) {
        while(true) {
            int random = (rand()% 5) + 1;
                if(random == 1){
                    PlayersPacket::showMassage("[MapleTip]Jump using ALT unless you changed your settings LOL!", 10);
                }
                if(random == 2){
                    PlayersPacket::showMassage("[MapleTip]GMs will always ask you for your PW. ", 10);
                }
                if(random == 3){
                    PlayersPacket::showMassage("[MapleTip]Captain Bucky O'Hare. ", 10);
                }
                if(random == 4){
                    PlayersPacket::showMassage("[MapleTip]Made by Cure/Jordan.. W.e you wanna call me. ", 10);
                            }
                if(random == 5){
                    PlayersPacket::showMassage("[MapleTip]Nipple. ", 10);
                }
            Sleep(((INT_PTR)arg)*1000);
        }
    }
    --

    Done.

    Change whats in Blue to how many seconds you want your TIP to popup.
    Change whats in Red to how your MapleTip Messages.
    Change whats in Purple to the Max ammount of Tips.

    Enjoy..


  2. #2
    wackyracer#1337 wackyracer is offline
    MemberRank
    Jun 2008 Join Date
    1,524Posts

    Re: [Release]MapleTip v55 - For Titan

    Sexy release. Since I prefer dev'ing for TitanMS rather than OdinMS, I am so using this. <3.

  3. #3
    Best Commu NA Cure is offline
    MemberRank
    Sep 2007 Join Date
    That way .. →Location
    1,247Posts

    Re: [Release]MapleTip v55 - For Titan

    Orly?..

    I seem to be the only one ever releasing stuff for Titan.

  4. #4
    Account Upgraded | Title Enabled! AzuS is offline
    MemberRank
    Jul 2008 Join Date
    871Posts

    Re: [Release]MapleTip v55 - For Titan

    Lol, I like your Questions and answer xD

    Why not OdiN? xD!!

  5. #5
    Alpha Member Moogra is offline
    MemberRank
    Jul 2008 Join Date
    1,804Posts

    Re: [Release]MapleTip v55 - For Titan

    Hm not yellow tips right?

  6. #6
    Best Commu NA Cure is offline
    MemberRank
    Sep 2007 Join Date
    That way .. →Location
    1,247Posts

    Re: [Release]MapleTip v55 - For Titan

    Quote Originally Posted by Moogra View Post
    Hm not yellow tips right?
    They should be yellow.


  7. #7
    I'm Back green45 is offline
    MemberRank
    May 2007 Join Date
    EnglandLocation
    662Posts

    Re: [Release]MapleTip v55 - For Titan

    Um Your not the only one but we just don't release on ragezone every thing we do. It's on a svn. But it's good to see you carrying it on.

  8. #8

    Re: [Release]MapleTip v55 - For Titan

    Woow cool !
    thank you!

  9. #9
    Infraction Baɴɴed holthelper is offline
    MemberRank
    Apr 2008 Join Date
    1,765Posts

    Re: [Release]MapleTip v55 - For Titan

    i thought in Titan you still had to put packets? im not sure for i dont dev for it.

    although i do remember hearing Titan is more stable then Odin

  10. #10
    Novice Arhk is offline
    MemberRank
    Jul 2008 Join Date
    4Posts

    Re: [Release]MapleTip v55 - For Titan

    Odin - up on my comp (Vista sux)
    ~ Believe me I've done everything (fixing the enviromental variables did a help so that the server file would pop up but it's just a pretty little blue cmd since it doesn't actually let anyone connect).
    ~ I code C++ Titan just makes more sense when you consider that....

  11. #11
    Proficient Member xAuthorityx is offline
    MemberRank
    Feb 2009 Join Date
    Health Sciences AuthorityLocation
    157Posts

    Re: [Release]MapleTip v55 - For Titan

    wow? more and more maple tip out



Advertisement