Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Source v83 TiredStory

Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
I'm moving on in life so I don't code much anymore so here's TiredStory's Source. It has v104 GMS v140 KMS Chair,Hair,Items and Eyes. This is MapleBlade based source.



Source Files


WZ Files



Updates
6/0/12
Flash Jump Fix

5/12/12
Cash Shop has been fixed

4/29/12
Rings are now fixed. You do not have to cc or relog for rings to work anymore.
4/24/12
!playeritem
!playerequip/use/setup/etc/cash

4/22/12
Pets have been fixed


4/21/12
Ports have been set to 8484,7575
Damage Hack autoban has been added.

4/20/12
Cash Shop has been enabled
@joinevent has been fixed
Features:
PvP
100% Working Rings
All Dupes Patched
IP log
Chatlog
Packet Editing Skills Patched



1=Donor 2=JrGM 3=GM 4=SGM 5=Developer 6=Admin

Custom Chair Ids
03010078 - Chewing Panda Chair
03010079 - Fuzzy Kitty Chair
03010081 - Red Bunny
03010082 - Blue Bunny
03010083 - Fan Bunny
03010084 - Horn Bunny
03010043 - Autumn Tea Ceremony Seat
03010038 - Transparent Chair
03010029 - Blue Hoop
03010030 - Black Hoop
03010031 - Red Hoop
03010032 - Yellow Hoop
03010033 - Green Hoop
03010204 - Full Metal Alchemist Chair
03011006 - Bench
03011518 - Naruto & Sakura Chair
03012001 - Stump Chair
03012009 - Snow Globe
03012099 - Black Dragon
03013002 - butt on Fire Chair (Seal)
03013006 - Bubbly Chair
03013337 - Couple Kiss Chair
03013999 - Bellsprout Chaur
03014000 - Some Anime Samurai
03014001 - Some Anime ( Guy pointing finger )
03014002 - Sasuke
03014003 - Some Anime Dude
03014004 - Zelda
03014005 - Kiba (Yugioh)
03014006 - Some Boy
03014007 - Edward Elric
03014008 - Some Anime Dude
03014009 - Some Anime Dude
03014010 - Sakura
03014011 - Some Anime Dude
03014012 - Ichigo
03016400 - Gin Ichimaru
03016401 - Byakuya
03016402 - Renji
03016403 - Rukia
03016404 - Toshiro
03016405 - Momo
03016406 - Grimmjow
03016407 - Ichigo
03016408 - Yachiru
03016409 - Rukia (School Girl)
03016410 - Uryu (Quincy)
03016411 - Orihime Inoue (School Girl)
03016412 - Rangiku
03016413 - Ulqiourra
03016414 - Aizen
03016415 - Yasutora (Chad)
03016416 - Kon (Scarlion)
03016417 - Unohana (4th Squad Captain
03016418 - Lily (Stuff Animal)
03016419 - Yamada
03016420 - Yuzu (Ichigo's Little Sister)
03016421 - Noba
03016422 - Kurodo
03016423 - Noob F3
03016424 - Dark Charizard
03016425 - Diamond Dragon Chair
03016426 - Topaz Dragon Chair
03016427 - Jade Dragon Chair
03016428 - Ruby Dragon Chair
03016429 - Unknown
03016430 - Dog chair
03016433 - Red with Black Striped Dragon Chair
03016434 - Ichigo Hollow Form
03016435 - Piplup
03016436 - Dark Blue Lugia (Pokemon)
03016437 - Pikachu
03016438 - Reborn (Anime)
03016439 - Unknown (Maybe a leaf pokemon)
03016440 - Snorlax
03016441 - Turtle Looking Thing.(Leaf pokemon)
03016442 - Typhlosion (Pokemon)
03016444 - Sora (Kingdom Hearts) (Need haste to pick up)
03017950 - Bench with bunch of Maplers
03018000 - Star Chair
03018001 - Pedo Bear Chair
03018002 - Domo Chair
03018003 - Book of Doom Chair
03018004 - Nyan Cat
03018005 - Mapler Drool Chair
03018006 - Forever Alone Face Chair
03018007 - Cygnus Chair
03019100 - Dark Moon Chair

Player Commands:
@str/int/luk/dex
@clearinv
@cleardrops
@expfix
@emo
@chalktalk
@reportafk
@back
@autojob
@goafk
@joinevent
@gm
@go
@checkme
@rank
@dispose
@spinel
@fmnpc
@unbuff
@job
@rebirth
@random
@afk
@pot
@game
@tired
@hideout/sethideout
@buy/sell
@spystats
@checkstats
@jq
@buff
@automeso
@pvp
@pvpoff
@healplayer/reviveplayer
@nx
@partyfix
@online/connected
@save

Donor Commands:
!search
!buffme
!autorebirth
!itemvac
!dnotice
JrGM Commands:
!ap
!cleardrops
!chattype
!dc
!whereami
!smegaoff
!unjail
!smegaon
!id
!djob
!reloadallmaps
!killall
!saveall
!level
!notice
!me
!whosthere
!cheaters
!reconnect
!reconnectchan
!closeallmerchants
!online
!givevotepoints
!ban
!map
!charinfo
!warphere
!warp
!spawn
!say
!warpmap
Developer Commands:
!gc
!pnpc
!shutdownworld
!proitem
!proitem2
!playernpc
!setname
!pmob
!npc
!saveall
!zakum
Admin Commands:
!gc
!pinkbean
!gmperson
!fakechar
!watch
!donorpoints
!tiredpoints
!afk
!jqpoints
!eventpoints
!setgmlevel

Flash Jump Fix
PHP:
    public static MaplePacket getAuthSuccessRequestPin(MapleClient c, String account) {
            MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
            mplew.writeShort(SendPacketOpcode.LOGIN_STATUS.getValue());
            mplew.writeInt(0);
            mplew.writeShort(0);
            mplew.writeInt(0);
            mplew.write((byte) 0); //gender (0x0a == gender select, 0x0b == pin select)
            //mplew.write((byte) (c.gmLevel() > 0 ? 1 : 0)); //admin byte
            // 00 -- GM Byte
            mplew.write(c.gmLevel() > 0 ? 1 : 0);
            mplew.write((byte) 0);
            mplew.write(0xDC);
            // 08 00 5A 65 63 63 6F 31 30 31 -- account
            mplew.writeMapleAsciiString(account);
            //    01 -- UNK
            mplew.write((byte) 1);
            // 00 -- isBanned
            mplew.write((byte) 0); //isquietbanned
            mplew.writeLong(0);
            // 00 AA B0 9B 96 B8 C7 01 -- Create Time
            mplew.writeLong(0); //creation time
            // 18 00 00 00 Unk Int
            mplew.writeInt(18);
            mplew.write(1);
            mplew.write(1);//2 for pic disabled
          //  System.out.println("SENT: " + mplew.getPacket());
            return mplew.getPacket();
        }
 
Last edited:
Junior Spellweaver
Joined
Sep 23, 2011
Messages
164
Reaction score
33
Aww that sucks what are you going to do about the server?
 
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2010
Messages
649
Reaction score
140
That didn't take long. Good luck with "moving on", no reason to release it though if the high point is wz edits you could just post those in the wz section.
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
I'll leave it online but i'm not gonna do much work on it. My friends come on and chat only so yeah.

That didn't take long. Good luck with "moving on", no reason to release it though if the high point is wz edits you could just post those in the wz section.

Its not just wz edits. I worked quite hard on the source :(
 
Can't kilean the zilean
Loyal Member
Joined
Oct 20, 2010
Messages
1,182
Reaction score
515
i'll have a look for lulz, but good luck with life.
 
Can't kilean the zilean
Loyal Member
Joined
Oct 20, 2010
Messages
1,182
Reaction score
515
its got Pvp (Y)
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
It only has the explorer skills in PvP. I was too lazy to add the rest.
 
Junior Spellweaver
Joined
Apr 29, 2011
Messages
126
Reaction score
2
Req. list of bug/feature in this source

can't create char because don't have "pvpkills" column
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
That is not a bug. Cash shop is disabled for players because I havnt had the time to add checks to stop the ez editors. Without the checks, wz editors can crash your whole server easily just by going to maps most players go too. There's a cash shop NPC in @tired. When I feel like doing the checks, ill upload you updated source. If you don't care about what I said, go to net channel handler and find entercashshop or something like that. Change the gm1 whatever to isAlive()
 
Newbie Spellweaver
Joined
May 4, 2010
Messages
25
Reaction score
0
That is not a bug. Cash shop is disabled for players because I havnt had the time to add checks to stop the ez editors. Without the checks, wz editors can crash your whole server easily just by going to maps most players go too. There's a cash shop NPC in @tired. When I feel like doing the checks, ill upload you updated source. If you don't care about what I said, go to net channel handler and find entercashshop or something like that. Change the gm1 whatever to isAlive()
Alright thx i'll wait. Btw you mean the Lazy guy sells cash items? Because i can't click it.

How to fix cash shop effect? When i bought and use them only i can see but not other players is it client sided?
 
Newbie Spellweaver
Joined
Feb 21, 2012
Messages
83
Reaction score
0
What auto ban din you add into the source ?

and If i enable the cash shop . Got any bug if i enable it ?
 
Junior Spellweaver
Joined
Apr 29, 2011
Messages
126
Reaction score
2
NPC Lazy in TiredRoom not working.
can't buy pet in cs
 
Last edited:
Newbie Spellweaver
Joined
Feb 21, 2012
Messages
83
Reaction score
0
@TiredGuy
What auto ban do you add it ?
 
Back
Top