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

TravianGo T4.4 Graph New Server


[Help] Restart Level After Reset

$
0
0
Hi guys, how can I choose the level after reset character? I wanna put level 300 after reset. Help me pls :)

[HELP] LootBox

Porblem item.enc

$
0
0
way no see details? is protected?

Games that would do better on the smartphone market then they did on a PC

$
0
0
Here I'll begin.

Psychonauts (was available for ps2 and PC, current whereabouts are unknown)

Does anyone remember psychonauts? Probably not. Psychonauts is one of the most underrated games in the history of gaming. It is so underrated that the creators went bankrupt after not selling enough copies to cover the cost of making it.

But wait ... Does this actually mean that the game or gameplay is bad? Not at all. Trust me because I have finished it.

It has a true unique story that you'll probably never see again in any game. On top of that it has great graphics for such an old game also it has side puzzles and a beautiful and original soundtrack.

Will add more info when I get on my PC. Currently on Tapatalk.

Long story short, I would love to play this game on a phone or tablet. It would guarantee countless hours of fun, and it kinda matches the games currently available on the play store.

So what game do you think would do better in the mobile market then they did on PS or PC ?

[Help] fix ranking blood castle mu 1.02n.

$
0
0
I need to hire some coder for fix gs 1.02n for have ranking of blood castle.

my skype = kumfeem

[Help] Solved -plz delete-Odbc

$
0
0
FIXED. PLZ CLOSE THIS

Hi guys,

its me again :D.
Today I tried to install the Server things onto a VServer, but the ODBC cant connect to the sql Server.

These are my steps:
I start the odbc Service and click on the System- DNS tab. On the next step I click on "add" and chose the "sql" option. Then I enter a name ("kal_db") and try to select a Server, but the Server list is empty and if I enter "(local)" manually, I get a "cannot connect..." error at the next step.

Any ideas what is wrong?

-Barry

PS: The server is running and I already restored the kal databases

[Release] [Mercury Emulator] Fixes & Edits [Topic] [Post Your Bugs and Fixes]

$
0
0
Hello, Anyone, this topic will server to post bugs and fixes from Mercury Emulator v2.3 And this topics is NOT for Help and Dudes

This Main Thread will Be Updated Every Day With the Majoritall Fixes

Quote:

Fix Nº 1
CitizenShip Panel on Mercury Emulator

Spoiler:

First Add on Outgoing.cs This Xit:
PHP Code:

internal static int SerializeCitizenshipPanel 476;//trylix 

[B] In GameClientMessageHandler After:
PHP Code:

Session.GetHabbo().InitMessenger(); 

[B] Add That[/PHP]
PHP Code:

this.GetResponse().Init(Outgoing.SerializeCitizenshipPanel);
this.GetResponse().AppendString("citizenship");
this.GetResponse().AppendInt32(1);
this.GetResponse().AppendInt32(4);
this.SendResponse(); 

Third: Debug and Go to be Happy


Bug Nº 1 With Fix
Critical Exception After Login
Spoiler:

First: Open UserDataFactory And Remove That:
PHP Code:

queryreactor.addParameter("ipaddress"ip); 

Second: Debug.

Bug Nº 2 With Fix
Navigator_publics
Spoiler:

To Add an Room In Publics Make That:
PHP Code:

INSERT INTO `navigator_publics` (`id`, `ordernum`, `bannertype`, `caption`, `description`, `image`, `image_type`, `room_id`, `category_id`, `category_parent_id`, `enabled`, `recommended`, `typeofdata`, `tag`) VALUES ('1''1''0''THE CAPTION''THE DESCRIPTION''/officialrooms_au/fireservices_02.png''internal''YOUR ROOM ID FROM ROOMS''0''0''1''1''2'''); 

Second: Go too Room and Say :makepublic
Third: :refresh_navigator , :update_navigator
Done

Updated on 18/09/2014

BUGS NOT FIXED:
Quote:

1-
Spoiler:

PHP Code:

Error en thread Room cycle task for room 16
System.InvalidOperationExceptionCollection was modifiedenumeration operation may not execute.
   
at System.Collections.Generic.HashSet`1.Enumerator.MoveNext()
   at Mercury.HabboHotel.Rooms.RoomManager.UnloadRoom(Room Room) in c:\Users\Administrator\Desktop\Mercury v2\HabboHotel\Rooms\RoomManager.cs:line 629
   at Mercury.HabboHotel.Rooms.Room.ProcessRoom() in c:\Users\Administrator\Desktop\Mercury v2\HabboHotel\Rooms\Room.cs:line 771 


-
-
-
-
-
-
PARTIAL FIXES
Quote:

-
-
-
-
-
-

#1 - MERCURY EMULATOR IS NOT OWNED BY ME THE CREDITS OF MERCURY IS TO FINN
#2 - DO NOT ASK QUESTION HERE , ASK QUESTION O HELP SECTOR

[Release] Blue Scourge Avatar 2014

[Help] Max Plus

$
0
0
I need to edit my max plussing (+) in my server maximum is +18 any idea or hints...?

[Help] Change News on Character Selection

$
0
0
Can't find where I can change this, "zTeam - Season 8 Episode 2"

[Help] 1vs1 ;)

$
0
0
i have added 1vs1 by r3vo but if anyone registered and he off server crash how fix :@

[Help] How to make new teleport spot for "Reverse Return Scroll"

$
0
0
Hey Guys.....


does someone know how i can add new teleport spot for Reverse Return Scroll ?

hints would be nice also ...

thanks

regards

[HELP] Check Monster Map

$
0
0
Hello guys,
I need to create a function That Is Constantly verifying if there is a monster on the map, if = 1 it Creates more monsters.
Can anyone help me?


PHP Code:

function spawnWorker(eimplayer) {
     var 
iter em.getInstances().iterator();
     var 
shouldScheduleThis true;
         var 
eim iter.next();
         if (
eim.getMonsterCount() == 1) {
       while (
iter.hasNext()) {
           var 
pIter eim.getPlayers().iterator();
       var 
tehMap eim.getMapInstance(910010000)
       var 
mob1 net.sf.odinms.server.life.MapleLifeFactory.getMonster(9300064);
        
tehMap.spawnMonsterOnGroundBelow(mob1, new java.awt.Point(562, -597));
            
// Monstro 2
            
var mob2 net.sf.odinms.server.life.MapleLifeFactory.getMonster(9300064);
        
tehMap.spawnMonsterOnGroundBelow(mob2, new java.awt.Point(177, -836));
            
// Monstro 3
            
var mob3 net.sf.odinms.server.life.MapleLifeFactory.getMonster(9300062);
        
tehMap.spawnMonsterOnGroundBelow(mob3, new java.awt.Point(494, -755));
            
// Monstro 4
            
var mob4 net.sf.odinms.server.life.MapleLifeFactory.getMonster(9300063);
        
tehMap.spawnMonsterOnGroundBelow(mob4, new java.awt.Point(-947, -387));
            
// Monstro 5
            
var mob5 net.sf.odinms.server.life.MapleLifeFactory.getMonster(9300063);
        
tehMap.spawnMonsterOnGroundBelow(mob5, new java.awt.Point(587, -263));
            
// Monstro 6
            
var mob6 net.sf.odinms.server.life.MapleLifeFactory.getMonster(9300081);
        
tehMap.spawnMonsterOnGroundBelow(mob6, new java.awt.Point(-958, -242));
            
// Monstro 7
            
var mob7 net.sf.odinms.server.life.MapleLifeFactory.getMonster(9300081);
        
tehMap.spawnMonsterOnGroundBelow(mob7, new java.awt.Point(-653, -836));
             
// Monstro 8
            
var mob8 net.sf.odinms.server.life.MapleLifeFactory.getMonster(9300082);
        
tehMap.spawnMonsterOnGroundBelow(mob8, new java.awt.Point(609, -442));
            
// Monstro 9
            
var mob9 net.sf.odinms.server.life.MapleLifeFactory.getMonster(9300082);
        
tehMap.spawnMonsterOnGroundBelow(mob9, new java.awt.Point(-888, -655));
            
// Monstro 10
            
var mob10 net.sf.odinms.server.life.MapleLifeFactory.getMonster(9300083);
        
tehMap.spawnMonsterOnGroundBelow(mob10, new java.awt.Point(-901, -558));
        
shouldScheduleThis true;
     
//}
     
if (shouldScheduleThis)
     
em.schedule("spawnWorker"100);
 }
 }
 } 

Recalling that the function and for an event.
I tried using the above code, however it creates millions of monsters, I want it create only when 1 monster on the map.
Help?

Mercury Emulator V2.3 Adding commands help!

$
0
0
Hello , So on this emulator i recognized a couple regular R63B commands aren't there. Example: (:massenable,:hal (link ha),:sayall and :shoutall) Does anybody has codes for these commands ? please comment

Mercury emulator: Public rooms

$
0
0
Hi,

Whenever i access the tab "Public rooms" it just keeps loading. And the fix for this emulator is different as for Plus, (Change typeofdata to the number 2).


Anyone that can helps out?


-Donny:junglejane:

Items mask and desc making (soft)

$
0
0
So, to add some new items to server was need to add Items in item_templates.xml and there was a little problem :P: not all info of item is in client patch.
Was need to add item mask and item desc :scared: so i found that info and wish to share with simple software that i was made to be easy to calculate that "mask" and "desc"

so maybe this will help someone :blushing:

download link

no virus detection even after exe compressor ( link from virustotal )

and some little info and help about software
Item mask - just set check box(item options) and then press "Get mask" :P:
Item desc - you need to get item <id>765743</id> (only digits) from your client client_strings_item.xml (can be found in unpacked Data.pak (in my RU client - Games\Aion_4game\l10n\RUS\Data\Data.pak) and then enter that 765743 in software Item ID -> press button Get desc -> enjoy :P:

warning from me - don't try to copy in to Item ID some shit - only digits :blushing: or you will get software crash, yep i know about it, but now is 01:00 Am and i not wish to write code to protect soft from idiots :P:

Info to make software was found in client and server source, web, some forum
coded and tested by my own, so who will need - download and enjoy :P:
about unkown (yep i know about mistake) maybe in few days will finish that software to final version and fix it.
Software.png
Attached Images

I buy at $ 50 a login system v148.

$
0
0
I can make a private server v148 on localhost.
but I want to play with a lot of people.
Can you tell me?

[Help] Random crashes

$
0
0
Hi guys,
I got an other problem.

I am using the pawners repack and installed the server things on a VServer.

I managed to connect and so on, but if I use commands like /duel or other chat commands (including gm commands), the mainserver crashes sometimes (its rather random) and I have no clue why that would happen.
Just so you know what I mean by crash: I get an windows error message with "Mainsvr.exe has stopped working..." and everyone gets dced, since the Server is down.

Before that crash happens, one of the kal servers tells me sth like this: "sqlexecdirect() delayed" happend.

Anyone knows whats wrong?

Thanks
-Barry

Edit: I searched for "crashes" and none of the things listed up was helping
Edit2: I am using the exact same repack on my home pc and there it works without crashs
Edit3: I am using sql 2012

[AD] MU Front [Season 2 ▌ P.v.P ▌250x - 40% ▌14.09.2014 OPENING ▌Castle Siegue]

$
0
0


The server the users who are on, all speak Spanish, but our GM's know English, not perfectly but are handled. We would like to invite all the English-speaking users to play and grow with us, greetings.

Video of the server replacing the images




The servant does not have articles full options!

Server Info

Website: www.mufront.com
Forum: In progress
Contact: rawboy@mufront.com


Game Play Info

MUFront Season 2 Medium - Newly opened 12 hours ago!
Experience & Drop: 250x / 40%
User Capacity: 5000 (that's why the login of connected this drained)
Reset: Level 400 / Clears Points / distributed 400 Points / limit of 70
Grand Reset: Every 70 Reset / limit of 10
Prize GR: 3,000 points / 1 Item exe+Luck+2 Options / 500 PcPoint
Spots: All maps (8 Mob) / sand from level 300 (6 Mob)
BlessBug: Offline
PvP Balanced
Mission System
Party Bonus & Happy Hour
Castle continues (date to be confirmed)
Customer with AntiCheat
AutoClick enabled (which is located in downloads)
system for allocating points for commands (without re-connect)
Viewing all 30079 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>