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

[Help] Old Rooms browser - Plus EMU

$
0
0
Hello ragezone , I'm a Brazilian and I need your help . Does anyone have a release Plus emulator with the old rooms browser? I need a lot. I await the answer xD

[Help] Cms for emu plus

$
0
0
I 'm looking for emu plus cms

I can spend a link ?

Java Error loading JVM.dll

$
0
0


I have no idea how to fix it trust me ive been googling it but its not very clear on to whats exactly wrong.. Never had this problem before.

[Help] Remove Encryption

$
0
0
I wanna ask how i can remove abby encryption and change .aby back to .mrs. I was try many time but alway get error with interface

[Help] Xbudx

$
0
0
I do not understand this text and what to do in this text Is Assistant

0.2
- Adding options to turn functionality on or off in config
- Adding LevelUp level to the config

0.1
- Finished base Addon

[Help] 100vs100 guildvsguild real pet system

$
0
0
-100vs100
-real pet system
-guildvsguild.
-Otp LA
-SD WIS

[Help] anyone know what my problem?

[Development] Random attachment system

$
0
0
Hello,

I decided to add a feature that it's in current 0.60 which is the random attachment system for guns, this includes optics and magazines.

The attachment system is coded in C++ and it happens when an item is spawned on the server at the very beginning of server start up.

Features

- AK101 can spawn with PSO-1 scope and/or magazine
- AKM can spawn with drum mag or 30 round magazine, or PSO-1 scope

(Will add more guns later)

Pictures





Tutorial

Go to gameStateExp.cpp and add at the very top

PHP Code:

#include <string> 

And then find

PHP Code:

EntitySpawnLootObjectWRClassHierarchypClass, const charsNameWRLoot_PointpProxyVector3Par vPosOverride 

In that function, locate

PHP Code:

    if( pClass )
    {
        
// default attachments
        
AutoArray<RString*>& at pClass->GetAttachments();
        if( 
at.Size() > )
        {
            for( 
int atSize 0atSize at.Size(); atSize++ )
                
SpawnLootObjectInInventory(veh,at[atSize]->Data());
        };

        
// default cargo
        
AutoArray<RString*>& ct pClass->GetCargo();
        if( 
ct.Size() > )
        {
            for( 
int ctSize 0ctSize ct.Size(); ctSize++ )
                
SpawnLootObjectInCargo(veh,ct[ctSize]->Data());
        };

    }; 

And then add this line of code at the end of the second last }; so it looks like this:

PHP Code:

    if( pClass )
    {
        
// default attachments
        
AutoArray<RString*>& at pClass->GetAttachments();
        if( 
at.Size() > )
        {
            for( 
int atSize 0atSize at.Size(); atSize++ )
                
SpawnLootObjectInInventory(veh,at[atSize]->Data());
        };

        
// default cargo
        
AutoArray<RString*>& ct pClass->GetCargo();
        if( 
ct.Size() > )
        {
            for( 
int ctSize 0ctSize ct.Size(); ctSize++ )
                
SpawnLootObjectInCargo(veh,ct[ctSize]->Data());
        };

        
GiveRandomAttachmentsveh );
    }; 

And then add this function BEFORE the SpawnLootObject function

PHP Code:

void GiveRandomAttachments(Entityveh)
{
    
InventoryItem *item dyn_cast<InventoryItem>(veh);
    
RptF("Random attachment system init" );
    
std::string item_nameitem->GetName() ); // Quackster:: char* pointer to string

    
if ( item_name == "AKM" )
    {
        
chargun_magazines[] = { "M_akm_30Rnd""M_akm_30Rnd","M_akm_30Rnd","M_akm_drum","M_akm_drum","","","",""};
        
chargun_optics[] = {"Attachment_Optic_PSO1","Attachment_Optic_PSO1","","",""};

        
SpawnLootObjectInInventory(vehgun_magazinesrand() % sizeof(gun_magazines)/sizeof(gun_magazines[0]) ] ); // Random magazines for gun
        
SpawnLootObjectInInventory(vehgun_opticsrand() % sizeof(gun_optics)/sizeof(gun_optics[0]) ] ); // Random optics for gun
    


    if ( 
item_name == "AK101" )
    {
        
chargun_magazines[] = { "M_ak101_30Rnd""M_ak101_30Rnd","","","",""};
        
chargun_optics[] = {"Attachment_Optic_PSO1","Attachment_Optic_PSO1","","",""};

        
SpawnLootObjectInInventory(vehgun_magazinesrand() % sizeof(gun_magazines)/sizeof(gun_magazines[0]) ] ); // Random magazines for gun
        
SpawnLootObjectInInventory(vehgun_opticsrand() % sizeof(gun_optics)/sizeof(gun_optics[0]) ] ); // Random optics for gun
    
}


And then go to WorldSpawn.cpp and add this before SpawnLootObject object so it looks like this

PHP Code:

/**/void GiveRandomAttachmentsEntityveh );
/**/EntitySpawnLootObjectWRClassHierarchypClass, const charsNameWRLoot_PointpProxyVector3Par vPosOverride ); 

Bugs

- Magazines are not visible on gun until you pick it up

Help me Undeclared Identifier

[Help] to someone have a site like IJJI for Gunz Server 2008?

$
0
0
to someone Have The original site design IJJI before it closed and suitable to version 2008 to speak with me the details Thanks ^ ^
*and quest
*and i need Voice Pac (Laugh cry Excellent Fantstik Unbolivable).
Thanks Guys ^ ^

Icoming packets Plus emu

$
0
0
I need all the icoming packets IDs if possible
 specially:
SetJukeboxSongMusicDataMessageComposer
SetJukeboxPlayListMessageComposer
SetJukeboxNowPlayingMessageComposer
LoadJukeboxUserMusicItemsMessageComposer

[Help] How to balance character in a midium server

$
0
0
any one can help me how to balance all character in season 6 episode 3
can give me example how to do it manually .. thanks in advance

[Request] .pk3

$
0
0
Hey guys , Is there any tool to edit config.pk3? or no way to edit ,uncrypt it?

REQ - MonstersGame - BrowserGame

Req - Naruto/Pokemon/FairyTail/SwordArtOnline BrowserGame

$
0
0
Hey guys im looking for full functional source of Naruto, Pokemon, Fairy Tail and Dword Art Online, all for play with browser.

PD: i searched into this forums for this games and 99% of sources links are down or have a lot of bugs.

RE:Release KrystalLite v175 missing dist

Req - Preconfigured H5 Server

$
0
0
Hey guys, now im looking for a Free compiled pro configured H5 Server with follow npcs

-Npc Buffer
-Npc GK Global
-Npc Gm Shop
-Npc Services:
--------Enchant Skill
--------Enchant Items
--------Dyes
--------Nobless
--------SubClass
--------Agument

--------OPTIONAL:
-------------------Change Gender
-------------------Change Name
-------------------Change Color Name
-------------------Others what you want.

PD: While more npc have the server will be better.
:thumbup1:

[Help] Client has green bar at top

$
0
0
I'm using google chrome and also R63B with Plus Emu with 20160101 SWFs.

I've noticed that part of the client is green, anyway to fix this? It's kind of hard to see, but it's there.


Mu main.exe/ Fatal Application Exit

$
0
0
Archivos de la UEM s8 EP3

Por Que Sucede, Comienza Hoy
desconectar Todos Los Usuarios y ProduCen RETRASO de

texto.


[CÓDIGO] *** Por Favor enviar stack_20160924_2150log al Servidor de Administración! ***
[/ CODE] fotos Sube




[Help] What tool is being used to edit new items *.bmd?

$
0
0
As pentium tools is no longer used, anyone knows of any program or method to edit them? Basically make them s6 compatible.
Viewing all 33624 articles
Browse latest View live