Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all 27783 articles
Browse latest View live

Question for those have allright source(private servers)

$
0
0
I got question for those people how have allright server.


In that source work fine private servers ?, and somebody have solution how add, thanks

[Release]BlueDN.com ASP Website

[Help] Original Common

$
0
0
Hi.

Does anyone have original season2 kor protocol commonserver fully translated to english?

I have noticed that it's almost impossible to find commonserver which is 100% translated to English or without any changes.

I would appreciate if someone could help.

Connectserver offline

$
0
0
Hello i have a problem with Mu Online TT season6 ep3 Connectserver. I had it configured correctly but connect server is offline. At this point i dont know what to do. About ports i dont know if i have to forward them if im not using router. OBDC is set up in registry. All databases is working correctly. All places where I have to put my IP adress is correct.

My specs - Windows 7 ultimate 32bit : Internet is with dynamic Ip and its speed is 100mb/sec
here is screenshot -
http://prntscr.com/39gcjs

[Help] MU Servies

$
0
0
http://www.mu-hosting.com/

Mu servies VPS + Season 6.3 99% No Bugs
VPS :
3 CPU
8 RAM
300 Connection MPBS
Hard Disk 100 GB
Traffic Unlimited
Gold Serv

Tools
Domain Per 1 year
Install Windows server 2008
Support 24 Hr Online
Anti DDOS + Anti hack
Web Mu Core




[help] Iweb for Jade Dynasty 3 v1378 Regenesis

$
0
0
hi RZ...
anyone who have an Iweb for Jade Dynasty 3 v1378 Regenesis ?
Thanks before :thumbup1:

CoreToolRS3 need Plugin

RevCMS - Client popup

$
0
0
Well,

Im using an RevCMS theme, but it doesnt give me a popup but a blank tab:
Code:

<li><a href="/client" target="_blank">Enter {hotelName}</a></li>
How can i make it that it shows a popup?

[Help] AccountDB Conect falied

[HELP] AllRight Source - Add "DEV" tag and Chat Box

$
0
0
Hi all,

Can someone help me for add DEV tag behind the name in Allright Source ? And in a Chat Box "eg : <DEV> SkyOne : TEST"

Thanks :)

[Help] PlusEMU - Hotel View Text, Changing It?

$
0
0
Hey RZ,

I was wondering if someone could tell me how to change the text/images on the hotel view for PlusEMU.

For example, these



Thanks,

[Help] Server files V663.?????

$
0
0
i have a Client of this version, but i can't find the server files. :(
someone have the server files of this version! please send it to me!
sorry my bad english

[Help] WARP_TO_MAP v148.3

$
0
0
Code:

public static byte[] getCharInfo(MapleCharacter chr) {
        MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();

        mplew.writeShort(SendPacketOpcode.WARP_TO_MAP.getValue());
        mplew.writeShort(2);
        mplew.writeLong(1L);
        mplew.writeLong(2L);
        mplew.writeLong(chr.getClient().getChannel() - 1);
        mplew.write(0);
        mplew.write(1);
        mplew.writeInt(0);
        mplew.write(1);
        mplew.writeShort(0);
        chr.CRand().connectData(mplew);
        PacketHelper.addCharacterInfo(mplew, chr);
       
        mplew.writeZeroBytes(5);
        mplew.writeLong(PacketHelper.getTime(System.currentTimeMillis()));
        mplew.writeInt(100);
        mplew.writeShort(0);
        mplew.write(1);

        return mplew.getPacket();
    }


Code:

public static void addCharacterInfo(MaplePacketLittleEndianWriter mplew, MapleCharacter chr) {
        long mask = 0xFF_FF_FF_FF_FF_FF_FF_FFL; // v148+ FF FF FF FF FF FF FF FF
        mplew.writeLong(mask);
        mplew.write(0);
        for (int i = 0; i < 3; i++) {
            mplew.writeInt(0);
        }
        mplew.writeShort(0);
        mplew.writeInt(0);
        mplew.write(0);

        if ((mask & 1) != 0) {
            addCharStats(mplew, chr);
            mplew.write(chr.getBuddylist().getCapacity());
            mplew.write(chr.getBlessOfFairyOrigin() != null);
            if (chr.getBlessOfFairyOrigin() != null) {
                mplew.writeMapleAsciiString(chr.getBlessOfFairyOrigin());
            }
            mplew.write(chr.getBlessOfEmpressOrigin() != null);
            if (chr.getBlessOfEmpressOrigin() != null) {
                mplew.writeMapleAsciiString(chr.getBlessOfEmpressOrigin());
            }
            MapleQuestStatus ultExplorer = chr.getQuestNoAdd(MapleQuest.getInstance(GameConstants.ULT_EXPLORER));
            mplew.write((ultExplorer != null) && (ultExplorer.getCustomData() != null));
            if ((ultExplorer != null) && (ultExplorer.getCustomData() != null)) {
                mplew.writeMapleAsciiString(ultExplorer.getCustomData());
            }
        }
        if ((mask & 2) != 0) {
            addMoneyInfo(mplew, chr);
        }
        if ((mask & 8) != 0) {
            addInventoryInfo(mplew, chr);
        }
        if ((mask & 0x100) != 0) {
            addSkillInfo(mplew, chr);
        }
        if ((mask & 0x8000) != 0) {
            addCoolDownInfo(mplew, chr);
        }
        if ((mask & 0x200) != 0) {
            addStartedQuestInfo(mplew, chr);
        }
        if ((mask & 0x4000) != 0) {
            addCompletedQuestInfo(mplew, chr);
        }
        if ((mask & 0x400) != 0) {
            addUnk400Info(mplew, chr);
        }
        if ((mask & 0x800) != 0) {
            addRingInfo(mplew, chr);
        }
        if ((mask & 0x1000) != 0) {
            addRocksInfo(mplew, chr);
        }
        if ((mask & 0x20000) != 0) {
            mplew.writeInt(0);
        }
        if ((mask & 0x10000) != 0) {
            addMonsterBookInfo(mplew, chr);
        }
     
        mplew.writeZeroBytes(58);
       
        if (GameConstants.isBeastTamer(chr.getJob())) {
            addBeastTamerInfo(mplew, chr);
        } else {
        if ((mask & 0x40000) != 0) {
            chr.QuestInfoPacket(mplew);
            }
        }
        mplew.writeShort(0);//new143
        if ((mask & 0x200000) != 0) {
            if ((chr.getJob() >= 3300) && (chr.getJob() <= 3312)) {
                addJaguarInfo(mplew, chr);
            }
        }
        if (GameConstants.isZero(chr.getJob())) {
            addZeroInfo(mplew, chr);
        }
       
        mplew.writeShort(0);
        mplew.writeShort(0);

        if ((mask & 0x10000000) != 0) {
            addStealSkills(mplew, chr);
        }
        if ((mask & 0x80000000) != 0) {
            addAbilityInfo(mplew, chr);
        }
        mplew.writeInt(0); //new v134
        mplew.write(0);
        mplew.writeLong(0);//new v148
       
        addHonorInfo(mplew, chr);
       
        if (GameConstants.isAngelicBuster(chr.getJob())) {
        mplew.writeInt(1);
        mplew.writeInt(21173); //face
        mplew.writeInt(37141); //hair
        mplew.writeInt(1051291); // dressup suit cant unequip
        mplew.writeInt(0);
        mplew.writeInt(0);
        mplew.write(0);
        } else {
            mplew.writeLong(1);
            mplew.writeZeroBytes(17);
        }
       
        mplew.writeLong(getTime(-2));
        addEvolutionInfo(mplew, chr); // Int
        mplew.writeInt(0);

        addFarmInfo(mplew, chr.getClient(), 0);
       
        mplew.writeInt(-1); // v148
        mplew.writeLong(0);
        mplew.write(0);
       
        mplew.writeLong(getTime(-2));
        mplew.writeInt(0);
        mplew.write(0);
       
       
       
        mplew.writeShort(1);
        mplew.writeInt(1);
        mplew.writeLong(0);
       
        mplew.writeLong(getTime(-2));
        mplew.writeInt(0);
        mplew.writeLong(0);
        mplew.write(0);
       
        if ((mask & 0x2000) != 0) {
            addCoreAura(mplew, chr); // 85 Total Bytes
        }
        mplew.writeShort(0);
        mplew.writeInt(chr.getClient().getAccID()); // Char Account mID
        mplew.writeInt(chr.getId()); // Char mID
        mplew.writeLong(4);
        addRedLeafInfo(mplew, chr);
    }


while I can get to in game just fine with a new character

but once you have too many items in your equipment tab seems to cause you to have error 38, once you cc or relog..

[Help] Plus Emulator Bold text.

$
0
0
Does anyone know how to make text bold via commands.

EXAMPLE:
Code:

room.SendMessage(new ChatComposer(roomuser.VirtualId, "Testing", 0, roomuser.LastBubble, -1));
This makes the outcome (in client) normal text. But I want to know what needs to be changed to make it bold.

Generator SQL Plus Emulator

$
0
0
Does anyone here have any SQL generator?
or you can do is teach how furnidata? XML
Thank you, sorry my english mla,'m Brasilieiro

Server running, but can't change realms / Logout to char screen..

$
0
0
Hello,
I have been slowing working on a BOI Server and everything is up and running. I've been playing off an on for a little over a month while making changes to the game here and there.

However, I noticed now that I have 8 realms up and running, that when I am playing on the server, I am not able to switch realms or log out to the character screen.

I would assume that this has to doing with my client? I'm running BOI OW server with the official ow client.

Has anyone ever has trouble with changing realms or logging out to the char screen?

Thanks,
Chris

WarZ.bak

$
0
0
Hey,

I am trying to restore database with SQL and I cannot locate my WarZ.bak file anywhere! It says it comes with my source but I still cannot find it.

[Request] Need help with VPS - FRee

$
0
0
Basically, My dad is a complete twat when it comes to spending money on games, so I was wondering if someone could direct me to a free VPS hosting website which allowed habbo? Not 3jelly or 5jelly please, i've had enough of them. - Thanx

Contact:

Skype - Kieronyoung2
Email - xKieron@outlook.com

How to make a mob spawn others in another position

$
0
0
I'm working in a GPQ script and now i got a problem in 4th stage when you have to kill the monster on the top and then it spawn some mobs in the ground bellow, so you can kill and get the drops. How can I make the monster spawn others in the ground bellow when he dies?
This is the monster:
http://www.mapletip.com/maplestory-m...rgoyle/9300025

Naked Church Shitter at a Suicide Girls Show

Viewing all 27783 articles
Browse latest View live