Thread: [508] Perfect Mini Games [TBR]

Page 1 of 5 123 ... LastLast
Results 1 to 10 of 43
  1. #1 [508] Perfect Mini Games [TBR] 
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    31
    Posts
    1,212
    Thanks given
    141
    Thanks received
    55
    Discord
    View profile
    Rep Power
    455
    Hello Rune Server Whats up lol

    Okay if you saw the name you may wonder, WTF i TBR

    TBR = To Be Releasd



    Quote Originally Posted by Nathan View Post
    I agree that they can't do it all on their own, but releasing full mini-games is just to much

    they have resources to learn, java books, java tuts on the internet, we tell them all the time that they do it wrong

    but still they are to ignorant to learn

    I had the same thoughts like you some time ago, but I changed

    OKay Nathan and others I am not going to release full mini games, only a base for them.




    Yes I am going to release all of my projects with no antileech.

    My list of projects to make perfect:


    • Perfect Barrows - Base released not letting full to this commuity after the insadent
    • Hangman
    • Castle Wars
    • Clan Wars
    • Gambling(Custom)
    • More to come...




    ATM WORKING ON:

    Castle Wars



    Things I have progressed with so far

    • Tables for items - 100%
    • Flags - 100%
    • Perfect portals - 90%
    • Interfaces - 90%
    • Timers in the waiting room - 70%
    • Combat - 50%
    • Doors - 30%
    • Catapults - 0%
    • Dungeon - 0% (not in the base release)


    There are some feature i am working on that i forgot to add in to this but I am covering the full game don't worry




    Released Mini Games:

    Barrows --> [Only registered and activated users can see links. ]





    Reason for posting this project:

    I am sick and tiered of seeing the same old serverrs, all PK and PvP "Oh ya pwned y0u n3wb!" honestly I am sick of it, some of us don't want to pk 24/7 and other want more and fun thgns to do with the servers, idk about you guys, but I am sick to death of all PvP sources, why do we need like 40 of them when they are all the same, none are better then the last. so I am making some mini game to hav in servers to make more enjoyment, and fun, hopefully somepeople will take these and others may learn from them and make their own custom like I did with mbling.




    WTF is Gamblingżżżżż
    Gambling is a mini game I had form my first 508 server it was a hit in mine, and people loved it.
    How to play:

    Yo stak your money on your luck for items.
    Just click th Low, Med, or High gambling and you will have your money taken and your prize given, and yes there is a chance to get nothing at all.

    What does it look like:

    I used the interface ID 491 it is the one from Barb assult

    more informationa bout this game when I make it lol.


    Support my project like it was your own child, you best give child support so support me

    Code:
    [IMG]http://i40.tinypic.com/2edmkwn.jpg[/IMG
    Just add the last ]

    Thouhts/suggestions = post

    Hate = GTFO
    PI * 13.37 = 42
    There are 10 kinds of people; those who know Binary and those who don't
    Why programmers confuse Christmas and Halloween; Because 31 OCT = 25 DEC.
    Reply With Quote  
     

  2. #2  
    Registered Member Carl owns's Avatar
    Join Date
    Apr 2007
    Posts
    229
    Thanks given
    0
    Thanks received
    4
    Rep Power
    12
    Kewl, nice idea. Good luck with the mini-games
    Reply With Quote  
     

  3. #3  
    The Emperor of the Sands

    Azir's Avatar
    Join Date
    Nov 2008
    Posts
    2,468
    Thanks given
    8
    Thanks received
    487
    Rep Power
    117
    awsome mike u working on it aww not first post
    Reply With Quote  
     

  4. #4  
    Registered Member
    Santaher0's Avatar
    Join Date
    Sep 2008
    Posts
    2,033
    Thanks given
    324
    Thanks received
    49
    Rep Power
    1282
    good luck glabay i had sort of gambling aswell in my 317
    - Support my project [Only registered and activated users can see links. ]

    - Santaher0's [Only registered and activated users can see links. ]

    - Santaher0's [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    31
    Posts
    1,212
    Thanks given
    141
    Thanks received
    55
    Discord
    View profile
    Rep Power
    455
    Thanks for comments guy I am workign at barrows right now, if anyne has anythign tey want to contribute to helping feel free
    PI * 13.37 = 42
    There are 10 kinds of people; those who know Binary and those who don't
    Why programmers confuse Christmas and Halloween; Because 31 OCT = 25 DEC.
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Aug 2008
    Posts
    1,151
    Thanks given
    21
    Thanks received
    86
    Rep Power
    558
    Mts. GL.

    нacкυя

    Reply With Quote  
     

  7. #7  
    Registered Member
    Santaher0's Avatar
    Join Date
    Sep 2008
    Posts
    2,033
    Thanks given
    324
    Thanks received
    49
    Rep Power
    1282
    i could help not that i'm good lol could you tell me what the usage off arrows above head is?cause i got the frames the one pali released but never knew how to use it
    - Support my project [Only registered and activated users can see links. ]

    - Santaher0's [Only registered and activated users can see links. ]

    - Santaher0's [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #8  
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    31
    Posts
    1,212
    Thanks given
    141
    Thanks received
    55
    Discord
    View profile
    Rep Power
    455
    you maen his thing?

    Code:
       public void setHintIcon(Player p, int targetType, int targetId, int arrowId, int playerModel) {
            if (p == null || p.stream == null || p.disconnected[0]) {
                return;
            }
            p.stream.createFrame(227);
            int offset = p.stream.outOffset;
            p.stream.writeByte(targetType);
            p.stream.writeByte(arrowId);
            if (targetType == 1 || targetType == 10) {
                p.stream.writeWord(targetId);
                p.stream.outOffset += 3;
            }
            p.stream.writeWord(playerModel);
            for (int i = (p.stream.outOffset - offset); i < 9; i++) {
                p.stream.writeByte(0);
            }
        }
    PI * 13.37 = 42
    There are 10 kinds of people; those who know Binary and those who don't
    Why programmers confuse Christmas and Halloween; Because 31 OCT = 25 DEC.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Santaher0's Avatar
    Join Date
    Sep 2008
    Posts
    2,033
    Thanks given
    324
    Thanks received
    49
    Rep Power
    1282
    yep tell me how
    - Support my project [Only registered and activated users can see links. ]

    - Santaher0's [Only registered and activated users can see links. ]

    - Santaher0's [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #10  
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    31
    Posts
    1,212
    Thanks given
    141
    Thanks received
    55
    Discord
    View profile
    Rep Power
    455
    I believe its this i am not sure tho I have to tst it out


    (pali server)

    p.frames.setHintIcon(p, 0, p2.plpayerId, 1,0); // hint to player

    p.frames.setHintIcon(p, 0, n.npcId, 1,0); // hint to NPC


    not sure tho I am guessing




    Going to log on and get some Pictures now lol
    PI * 13.37 = 42
    There are 10 kinds of people; those who know Binary and those who don't
    Why programmers confuse Christmas and Halloween; Because 31 OCT = 25 DEC.
    Reply With Quote  
     

Page 1 of 5 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •