Jump to content

Cryptic

Moderators
  • Posts

    209
  • Joined

  • Last visited

  • Days Won

    27

Posts posted by Cryptic

  1. These minigames are for the beach event. They give out these Magical Pieces that give EXP/AP and even items if you combine them to tier 5. Instead of doing these annoying minigames, I have the packet structures (or created mods in instances where it makes more sense to do so) on how to tell the server you won the game without having to actually play it.

    The following two games use the same OP: 0x661A

    Smack-A-Rat

    String: Smack-A-Rat
    Byte: 1 // game type?
    UInt: 75000 // total score
    UInt: 20 // max combo

    Stacky Cake

    String: Stacky Cake
    Byte: 2 // game type?
    Byte: 10 // how many cakes you stacked

    Dance Game

    This a little more tricky, and I'm working on a separate mod for it. It'll be done soon once I get some more testing in (hopefully).

    Edit: I couldn't figure out the packets to this, so no mod. However if you manually do a few successfully you'll still get a magic piece.

    Memory Match

    I've already got a mod for it here.

    Natural Dye (gives a regular or metal dye ampoule of any color - no event reward)

    I've also got a mod for this one as well here. However it can only be used once a day now (the first time this event came around it could be used an unlimited amount of times).

    Puzzle Game (does not give a reward)

    This one is super simple and super useless. Just send the OP 0xAB8A after opening the game.

    • Like 1
  2. block world (gm skill) - the skill basically places a block where ever you place it. if you click on an already spawned block, it will remove the block prop (logged from g20)

    stop right there! (event skill) - it stuns everything. must have the event hammer to use this skill (logged from g20)

    using exploding toilet paper - basically a B-bomb. used without mobs first, then used on mobs (logged from g20)

    using a pet whistle - from the coffee event

    playing tennis bingo - from the new bingo event. oddly enough using the bingo card item doesn't send any packets, so it's client sided (seriously why is it not just an event button instead of another item >_>)

    • Like 2
  3. Welcome! This is a great place to learn how a game server works, and just learning more about C#.

    On 10/27/2016 at 7:36 PM, Lavenblade said:

    I do not personally play very many games and I have a hard time finding any that I actually like

    Same.

    • Like 1
  4. So, like I did for the SAO event, I'll be posting logs and other stuff for the f/sn event here. The dropbox folder link below contains everything I have logged (mainly logs and the two NPCs).

    Dropbox Link

    What I Have

    • Both NPCs (not really complete)
    • All Skill Logs
    • Opening Some Shopping Bags

    What I Don't Have

    Dice Event Logs
    Servant Event Logs
    • Item Logs (like the command gloves)
    • Summon Scrolls (though I do have some)

    I'd also like to mention Xero coded the Fake Spiral Sword skill and can be found here. I encourage anyone that has any additional data to post it below.

    Don't forget, the event ends on this Wednesday, the 17th.

    • Like 4
  5. 2 hours ago, Talow said:

    Also for G2, a few things come to mind. Elves and Giants no longer do their custom quests in Iria for beast modes, they take part in G2 just like humans do now.

    This was added not too long ago. There were quite a few things that were changed, compiling a list would be helpful. Though, I think you can find most of the info on the wiki patch notes.

×
×
  • Create New...