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

server not work, localhost page blank

$
0
0
When trying to create a Habbo utilizing this video "https://www.youtube.com/watch?v=ZVC5uP9-Zi0 ([NEW] How to Make Habbo Retro R63B [Tutorial] [DEC 2017] [Plus Emu])" , my localhost page left blank.

Mysql and Apache are connected by XAMPP.Idk where I went wrong. :/

I followed all the steps of the video faithfully, always putting connection IP in 127.0.0.1.What do I do?


Prints:
https://imgur.com/a/QKwtxi6





- - - Updated - - -

folder htdocs is correctly

https://prnt.sc/ks5cv4

[rel] all habbo features & spromos

$
0
0
Wassup,

This release is meant for the advanced catalogue editors, who take advantage of everything Habbo does. This contains everything I could find through massive fansite roam.


release contains:
304 features
262 spromos already in .GIF-format.






Download:
features + promos

This shit took me tens of hours, you can appreciate by leaving a like or nice reply. Have fun :love:

[REL] Arcturus fixed achievements [ARC]

$
0
0
This contains all achievements Arcturus supports and function correctly. All crackables and crafting achievements you can configure from items. Enough said, this did took a while once again, hope you enjoy. :love:


Images
https://imgur.com/a/cq0dxaW

Download
achievements




NOTE! I do not provide any badge images within the release. Please download latest badge pack from somewhere else.

- - - Updated - - -

album1584

Here are badge images If you can't find them.

GS without function names

$
0
0
Hello,

When I load my gs file, the function names do not appear. There are only sub. So I can't search for a particular function.

Does anyone know how to solve this problem ?







Thank you.

[Help] 4*Class code and lancer

$
0
0
Hello,you can help me with codes ? thankyou

exemple:'0'>Dark Wizard</span>
\'1'>Soul Master</span>
\'2'>Grand Master</span>
\'16'>Dark Knight</span>
\'17'>Blade Knight</span>
\'18'>Blade Master</span>
\'32'>Fairy Elf</span>
----------------------------------------
i need this codes below
GrowLancer =
MiracleLancer =
Need too 4ClassCodes:MU Online | Medieval Fantasy MMORPG
Soul Wizard =
Dragon Knight=
Noble Elf=
Dimension Summoner=
Magic Knight=
Empire Lord=
Fist Blazer=
Shining Lancer=

[Help] Installing website on webhost

$
0
0
hello who can help me to instal on webhosting dmn cms or mvcore ...

Thunderbolt in Game Server

$
0
0
Hi, i am are developing a server for a game and this game have a file central in flash (.swf). I have a server for the game developed in c# and the packets, handlers all.. But in the swf have a class in actionscript 3 called Thunderbolt, this can write info in a console for actionscript.

https://github.com/sectore/ThunderBoltAS3Console
https://github.com/sectore/ThunderBoltAS3
the autor is Jens Krause.
Image:

"##What the hell is ThunderBolt AS3 Console? ThunderBolt AS3 Console is a logging tool based on Adobe AIR for using ThunderBolt AS3 to debug ActionScript 3 projects (Flash, Flex or AIR), but without the need of Firefox and Firebug."

The game has the Thunderbolt.as inside and it is ALL programmed, the only thing that I think I have to do is connect this in something, I do not know, besides this several variables were encrypted but I did a decryptor for the files obtaining the following variables in order (I do not know if they are originals of thunderbolt or game):


Image for decipher:

Code:

info
warn
error
log
group
groupEnd
3.3
Jens Krause [www.websector.de]
 ::
+++ Welcome to ThunderBolt AS8 | VERSION:
 | AUTHOR:
 | Happy logging +++
Memory Snapshot:
ActiveX
PlugIn
 && (typeof console.
 == \'function\' || typeof console.
]
Object
Array
Array
writeonly
STOP LOGGING: More than
 nested objects or properties.
console.
console.group
console.groupEnd
console.
group type has not defined
Boolean
void
int
uint
Number
String
undefined
null
time
galli
\j
AbstractTarget
 [
packageName
 // className
 // methodName
 // fileName
// lineNumber


What happens is that by inspecting how thunderbolt worked, the following appeared:

Thunderbolt.call (string);

And when analyzing the CALL part of the thunderbolt class I found the following:

ExternalInterface.call ("console", "String");

I took this and passed it to a command type using only the SWF do not modify the c # server
When activating the command, what happened was that the STRING variable was sent to the Browser Console and I was impressed to see this.
What the SWF does with Thunderbolt (originally) is to send certain information to this application developed by Jens Krause and what I want is to intervene to obtain what is sent and thus develop the server more easily


At this time it was when I activated the command within the game and this was sent correctly: ExternalInterface.call ("console.log", "test for externalinterface")



https://pastebin.com/q7dTS9FV
This is a Thunderbolt class of the swf.


I do not know if you have to make a connection or edit the way you print to access that data ... because I have no idea of ​​thunderbolt and I have not investigated very well .. Thank you very much, just that, I wanted to know how access the information by editing that class...
Thanks!

How to take any pets form any server any 1 can do a video :) :)


Mount The Crow

$
0
0
Hello everyone, I would like to share my new idea, my new creation, the raven, I animated him from 0, I created all his animations and I'm still working on his details, see the video and whoever wants to get in touch, thank you.
<span style="color: rgb(33, 33, 33); font-family: arial, sans-serif; font-size: 16px;">
Hello everyone, I would like to share my new idea, my new creation, the raven, I animated him from 0, I created all his animations and I'm still working on his details, see the video and whoever wants to get in touch, thank you.

[Remake] Select Server S2 for Season 4 - Kapocha

Find the perfect, well-featured server version

$
0
0
:ott1:Look for the perfect AION 4.9 or 4.8, 50 version. The function and explosion rate are perfect. . The best is the private server used! Have good characteristics.:)::):

System error caused login fail

$
0
0
DB:{call user_verify('test','81DC9BDB52D04DC2003','192.168.100.91',0,0,'','pFrEK','12',?)}DB:42000, NativeError:8144, [Microsoft][SQL Server Native Client 10.0][SQL Server]Procedure or function user_verify has too many arguments specified.CAgentUserCheck result -1

i need help please thanks :D

[help] account creation

$
0
0
does anybody have a query to manually create an account other than these 3 queries that i already have...

Code:

USE [Account]
exec dbo.cabal_tool_registerAccount 'ID' ,'PASS'
GO

Code:

USE [Account]
exec dbo.cabal_tool_registerAccount 'id' ,'psw', 'email'
GO

Code:

set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go

ALTER  FUNCTION [dbo].[fn_md5]    @<i><b><a href="http://forum.ragezone.com/members/2000209952.html" target="_blank">Data</a></b></i> varchar(255))
RETURNS CHAR(32)  AS 
BEGIN
        return SUBSTRING(master.dbo.fn_varbintohexstr(HashBytes('MD5',    @<i><b><a href="http://forum.ragezone.com/members/2000209952.html" target="_blank">Data</a></b></i>)), 3, 32)
END


Exec dbo.cabal_tool_registeraccount 'XXX' , 'XXX'




https://youtu.be/86MY95C1Q_E



got some error's everytime i execute them, maybe i missed something or i just can't see it infront of my eyes...

thank you god bless!

How to add

$
0
0
Hello Guys
How to add new bagitem to custom drop monster files igcn s6

HostBarrel Private Server Hosting - Exclusive AI Players feature

$
0
0
Hi Guys,

I hope that you are having a great day.

We are currently developing this feature on our hercules core to support AI Players. This will auto-populate players on the current server with the following behaviours.

- AI Vendors
- AI Players (roaming around on any maps, farming, ai players on gh and etc).
- AI Players on PVP
- AI Players boss hunting

This feature is intended for a single player project or for a server owner who has few population. We will provide screenshots from time to time on this thread for updates.

Thank you all!

Beta Testers wanted - Legend PT

$
0
0
Hi Guys

Im looking for beta testers for Legend PT

Main focus is to get it full up to date with Items and Maps and monsters

So far all armors 0-125 works, even with newest Abyss Armor from kPT, which is not released yet in ePT

If you want to be part of this and test game and reports bug give me a PM and i create a account for you

You will need to have a Git Hub account and Git Hub installed, duo to sync of files changing and fixes


help how to make my weapon become like this

i need help with the source from afterlife mmo

[Help] MapleStory V142 - cant connect to the game [msg]

$
0
0
MapleStory V142 Problem ->

Picture :

Screenshot by Lightshot

text error :
We are unable to connect to the login server due to a server check, a firewall block or other network issues.
Please check the MapleStory homepage for ongoing server checks as well as your firewall settings.

Contect :
Discord: xTalius#2378

Help masters how 2 disable entering sacredgatehole w/out taking the onslaught quiz

$
0
0
Help masters how 2 disable entering sacredgatehole w/out taking the onslaught quiz.
Viewing all 31628 articles
Browse latest View live


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