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!

[v83] LOCALHOST - TUBI - NO CAP DAMAGE - NO CAP[Matk,def,mdef]

Kaotic Owner
Loyal Member
Joined
Oct 12, 2005
Messages
1,282
Reaction score
70
[v83] LOCALHOST -MANY FEATURES - NO PRAM ERRORS!!!

Used localhost from MapleRoyals to rebuild this. Works 100% on windows 10
CREDITS: 100% ALL MAPLEROYALS!!!
i only edited in features.

Features:
DROPPABLE NX
ATK/MATK/MAGIC = 999999
DEF/MDEF = 99999
UNLOCKED DAMAGE CAP - EVEN THE HIDDEN DOUBLE VALUE IS LOCKED ALSO :)
SUPER TUBI
WINDOW MODE
WORKS ON WINDOWS 10 100% NO PARM ERRORS!!!!!
REMOVED MAPLEROYALS WORDING

UPDATED V2!

REQUIRES Frame work 4.6.1


i know im gonna get hate for doing this but with this client out im hoping itll bring in some new devs that could help finish v83 clone server.
 
Last edited:
Newbie Spellweaver
Joined
Jun 22, 2016
Messages
76
Reaction score
8
Comment removed.
 
Last edited:
Kaotic Owner
Loyal Member
Joined
Oct 12, 2005
Messages
1,282
Reaction score
70
sadly tho im not able to break the hp cap i triggered part of it but it quickly vanished

localhost was fixed, i broke recharging stars LOL. everything should work now
 
Last edited:
Newbie Spellweaver
Joined
Apr 22, 2017
Messages
11
Reaction score
4
Since all v83 clean localhost download links are expired here are re-uploads of the original.

Clean Custom Localhost (Ultimate Localhost by Databus):

Code:
 https://mega.nz/#!XwV2Bb4Z!mjwZtcDraYVL1Tz2RWY6xXnGxtwuUP6IGH-qEQmkWis

Hacked Localhost (No Breath + UA):

Code:
https://mega.nz/#!ik0miDrI!Up5Urf9On2suCK20TyC7Xvlm1qZnagTTuqPMM6CebzY


Credits to Eric for the re-uploads.
 
Newbie Spellweaver
Joined
Jun 22, 2016
Messages
76
Reaction score
8
Comment removed.
 
Last edited:
Newbie Spellweaver
Joined
Jul 21, 2017
Messages
17
Reaction score
0
Link is broken and also does this client have the fixed "n's" that are displayed when opening Quest NPC's?
 
Newbie Spellweaver
Joined
Jul 21, 2017
Messages
17
Reaction score
0
This LocalHost would be better with Droppable NX xD but still good job
 
Newbie Spellweaver
Joined
Jun 22, 2016
Messages
76
Reaction score
8
Comment removed.
 
Last edited:
Kaotic Owner
Loyal Member
Joined
Oct 12, 2005
Messages
1,282
Reaction score
70
i only released cuz everyone is sick of the parm errors. would be super nice they released a basic localhost for us to use. i hate having to rip things

only thing i wish i could do is fix the dam 30k hp limit
 
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
i only released cuz everyone is sick of the parm errors. would be super nice they released a basic localhost for us to use. i hate having to rip things

only thing i wish i could do is fix the dam 30k hp limit

you do realize what data type hp/mp is, right? it's a signed int16 (short) and max is 32767. in addition you have HyperBody extension which can raise the MaxHP to an int32, but your physical HP can never reach full in that bar. unless you were to modify and handle every part of the client that utilizes this short and make it support an int (also changing all Encode2/Decode2 to Encode4/Decode4 where needed) and your packets server-end, you cannot "fix" this 30k hp limit.
 
Kaotic Owner
Loyal Member
Joined
Oct 12, 2005
Messages
1,282
Reaction score
70
dam didnt relize it was capped that hard lol

eric u down to teach me how work with the unpacked client and repack it i wanna make a real localhost for ragezone for ppl to use thats not all ripped and shyt
 
Last edited:
Back
Top