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

[Request] Risk Your Life

$
0
0
Anyone can give me download link for ryl1 full client (original client from my) latest version, i have been looking for that client for making my own private server. Anyone please help me. All download link on release page broken so if anyone still have that clien please share to me.

looking for an old school CCT

$
0
0
hi all,


i am looking for hh_furni_xx_photo_film.cct i have been googling around for a while and haven't found it sadly :(

someone willing to help me out?

Java Hitting next too fast closes NPC

$
0
0
One of my testers were just going through the dialog on an NPC and was hitting next when it closed randomly; however, if he slowed down and waited for the text to complete then it was able to continue fine.

Does anyone happen to know the root cause of this so I can debug it? For me on my client it doesn't have that particular issue.

how to update java 6 to 7 in my source

$
0
0
Hi, any help me how i update the Java6 to Java7 in my source?

i want to update JDK6 to JDK7 in my source, i'll use a RoboSRC [MetroMS].
Any guide or any tell me how i update the jdk from my source?.

Maybe with Java7 solved some problems with the NPC.

i'm talking with @ExPro and he have some problems like me..
like this: http://forum.ragezone.com/f566/npc-times-1102828/

[Release] UNIQUE Home system - RevCMS Habbo theme

$
0
0
NOTICE:
Want something for your retro coded? I'll code it for you for FREE ( Though you will not be the only one getting it, I'll upload it on ragezone when I'm done with it. )



Hi! Thought I could release my home system that I created aswell.
Don't know if a home system that looks like mine have been released before but when I created this I couldn't find any. Sadly this isn't object-oriented, I could re-code it but I can't be bothered.

I know that the design on the "Add pictures/background" box isn't good looking but I hate designing stuff, live with it or change it yourself.

Important note:
It's been over a year ago since I created this home system, I can't remember if I ever finished the room and the group functions though I'm 90% sure that I did.

Functions:
* Drag and drop system for all the items.
* VIP (users that got higher rank than 3) can use premium background, images and widgets.
* Ability to change the background of your home-page
* Uses PDO with prepared statements (No SQL injections)
* Safe against XSS (Im pretty sure that I added htmlentities everywhere that I needed to)

Widgets:
* Recent visitors
* Guestbook
* Profile
* Groups
* Rooms
* Badges

Pictures:







Tutorial:
1. Backup your "home.php" file.
2. Extract everything EXCEPT "rev_phoenix.sql" to "\app\tpl\skins\Habbo".
3. Go to "\app\tpl\skins\Habbo\config" and edit the config.php file. (If you followed my instructions on my minimail release you can skip this step.)
4. Import "rev_phoenix.sql" to your database.
5. DONE

How to add/change images and background:
Go to "\app\tpl\skins\Habbo\images\home".
Backgrounds that all the users can use goes into the folder named "Background".
Backgrounds that only premium users can use goes into the folder named "premiumBackgrounds".
Images that all the users can use goes into the folder named "Stickers".
Images that only premium users can use goes into the folder named "premiumStickers".

IMPORTANT!!!!
Do NOT change the folder names, do NOT delete any files outside the folders I named above.

Download:
home.rar :: Free File Hosting - File Dropper: File Host for Mp3, Videos, Music, Documents.

Repair items

$
0
0
I started a little research about how items can be repaired and I share my results. I know for some this is not something new, and I think the result of reinventing the wheel is because not all wants to share, their reasons are their own.
Aaaanyways, in Dayz items durability is given as damage % for item:

Code:

0 - 0.3 - pristine
0.31 - 0.6 - worn
0.61 - 0.9 - damaged
0.9 - 0.99 - badly damaged
1 - ruined, 100% damaged

Items that can be repaired have a property that defines it could be repaired with what:
Code:

itemSize[] = {2, 2};
                repairableWith = 2;                // < -- repairable with "repairKitType"

on boots for example :
Code:

repairableWith="RepairLeatherSewingKit"; //this means maybe that you can define a new class for repair (as string)
and items that are assumed as "repairKitType", have also a property:
Code:

Tool_WeaponCleaningKit        ->        repairKitType = 1;
Tool_SewingKit                ->        repairKitType = 2;
Tool_LeatherSewingKit        ->        repairKitType = "RepairLeatherSewingKit";

Still not sure about what repair items is repairKitType = 0; that some items have repairableWith = 0;

The only item that don't have property "repairKitType" is duct tape, and because from starting is assumed it can repair all items except some blacklisted, defined in modules_dayz/scripts/fnc_isItemDuctTapeCompatible.sqf

Also there is also defined how much it can repair:
Code:

ductTapeRepairDamage = 0.5; // Damage tolerance. No repairing below this amount. <-- means if ductTapeRepairDamage = 0, then duct tape will repair to pristine, if _item setDamage 0.0 in function player_mendItem.
The other items, maximum level that it can repair is defined in server_data/scripts/players/player_mendItem.sqf :
Code:

switch true do
{
        case (_damageItem >= 1):
        {
                [_owner,format["%1 is ruined and cannot be mended with %2",displayName _item,displayName _kit],'colorAction'] call fnc_playerMessage;
        };
        case (_damageItem > 0.3):
        {
                [_owner,format["I have mended %1.",displayName _item],'colorAction'] call fnc_playerMessage;
                _item setDamage 0.31;                // <-- setDamage 0.0; = repair to pristine
                _kit setDamage (_damageKit + 0.1);        //<-- (_damageKit + 0.1) if commented, kit will not suffer degradation
        };
        case (_damageItem <= 0.3):
        {
                [_owner,format["%1 is pristine and it doesn't need to be mended.",displayName _item],'colorAction'] call fnc_playerMessage;
        };
};

I think custom repair items can be defined as repairKitType = "SomeCustomRepairKit" and items that can be repaired with must have property repairableWith="SomeCustomRepairKit";

Course: Game Design Course Bundle (Mini)

[AD] Elemental Classic - Season6 |100x | Pontuative | Opening 22/05

$
0
0
Information:

Hello,
PlayMU starts again an old project, all remade.
Elemental Classic was active into 2014 and was our different way of MuOnline services.

Unfortunally, we did many things wrong, and Server was not 100%.
We lost players, time, and Server down.
We worked on that.

Now, we have many new things.
I would like to show you our new project, into this Server.
It is not a 'Classic - Medium' Server, its more than that, you never saw something like that before.


Whats the point in a HARD Server?
Durability, HUNT, Strategy, and we have all of these things.
Whats the point on an EASY Server?
PvP, War, Pk, KS, Jogability, and we have all of these things.

Please, check informations above.
Check all our tutorials, they are not 100% translate, but it will be.
Our website will be into 5 Languages: POR - ENG - ESP - POLISH - TAGALOG (Philippines)

Join the Elemental Classic.
Join the Play MU!



Server Especifications:

Version: Season 6.4 (+Season11)
Experience: 100x
Skill Tree: OFFLINE
DROP: 50%
Resets: 50 / 500
Points: Pontuative
Web: [PlayMU] Mu Elemental - Classic
*Translated to: POR / ENG / SPN / POLISH / TAGALOG



Server Informations:

- Excellent Items until 3 options.
- Excellent Weapons ultil 4 options.
- Kalima MAP with a Custom HUNT System, valorized.
- CashShop and WebShop with no big over powered things, check it inside.

- New xRings and New xPendants (New Box).
- New Elemental Custom Jewels, with more Jewels.
- New Elemental SET System, with Darkness Package (Ring+Weapon).

- New Special Event: Auction!
- All Ancients since Season2 until Season11 released.
- Custom Quest System with 35 Darkness' Quests and 3 Archangel's Quests.
- Divulgation Plugin, where you receive points when people register, get level, donate.

- Special DarkAngel SET System, from Season11.
- Special BloodAngel SET/Weapon System, from Season10.
- Special Absolute Archangel Weapo System, from Season11.

- Rankings with prizes for TOP Daily/Weekly/Monthly.
*Blood Castle, Devil Square, Chaos Castle, Invasions, HUNT, PvP, Resets, etc
- Special Lord Machine (Castle Siege) prizes. (Gold Fenrir / Extra Goblin Points)
- Ranking of Patents, with 53 differents Patentes, with prizes every Patent you get evolved.



Server Features:

- Socket Slots: 5
- Sphere Level: 5
- WebShop: YES
- Cash Shop: YES
- Arena: OPENED
- SET Lucky: OFFLINE
- Excellent Options: 3/4
- Ancients Harmony: YES
- Socket Version: Season9
- Ancients Version: Season9
- Wings 2.5: Active, via Chaos Machine
- Archangels: Active, via Quest System + Chaos Machine
- Absolute Archangels: Active, via Quest System + Chaos Machine
- BloodAngel Season10: Active, via Chaos Machine + Special System
- DarkAngel Season11: Active, via Chaos Machine + Double Special System



Server Customs:

- Reconnect System: Link
- Auto Party & BOT: Link
- AutoADD & Buttons: Link
- Automatic PvP System: Link
- Jewels/OFFSTORE System: Link
- Attack/Offline Level System: Link
- Special Coin from HUNT/Rankings: Link


Server Exclusives:

- Server Spots: Link
- Shops, NPCs & Custom NPC: Link
- Resets Special Table: Link
- Shopping 1 - (WebShop): Link
- Shopping 2 - (CashShop): Link

- New Jewels of Elemental: Link
- New Elemental SET System: Link
- New Ancients of All Seasons Released: Link
- New Darkness Weapon, Quest System: Link
- New Special Boxes & New xPends/xRings: Link


Server Inovation:

- New Auction System: Link
- New Special Quests System: Link
- Chaos Mix Rates Server/Client: Link

- DarkAngel SET System, original from Season11: Link
- BloodAngel SET/Weapons System, original from Season10: Link
- Absolute Archangel Weapons System, original from Season11: Link


GamePlay:

- DROP LIST: Link
- Events Manager: Link
- Invasion Manager: Link
- New Special HUNT, Kalima: Link

- 380 System: Link
- Harmony System: Link
- Socket System: Link
- Castle Siege: Link


ScreenShots:




























Machine:

Dual Intel Xeon 5620
2.4GHz x 8
250GB Enterprise
24GB DDR3 ECC
10TB
1GBPS


BETA Details:

BETA is Active.
You can connect right now and test everything before opening.
We are in BETA since last week, and we have an oficial topic in our Forum for discussion.

Check Details of Server: Click here
Check BETA Topic: Click here
*You must register on Forum


Opening Details:

Opening will be at 22/05/2016 at 18:00 (GMT-3).
14:00 we will open the Game without monsters, so you will be able to test if everything is ok.
Join us tomorrow for this big adventure, for this big server, for this new customization of MuOnline.

Game Web: [PlayMU] Mu Elemental - Classic
Forum Link: [PlayMU] Forum
Landing Page: PlayMU - MMORPG Servers


Support Details:

You can contact me via.

Email: brunomartinsxx@hotmail.com
WhatsApp: +5521988630961
Skype: rip0ty

Gurubasher | Free for all blizzlike WOTLK PVP (no factions)

$
0
0


Gurubasher is a FFA crossfaction WOTLK progressive server.


Why Free For All? Why crossfaction?
Usually, FFA servers are "fun" servers with lots of ridiculous modifications, but Gurubasher is not one of them. It's very blizzlike, especially the end-game content. So the FFA is there to improve the social aspect of WOW and offer more possibilities (to socialize for example), more world PVP etc...
Usually, crossfaction is a temporary feature and therefore, it's not fully implemented but on Gurubasher, it is permanent. Crossfaction is needed for a full FFA experience (being able to chat, group, trade etc). More informations about this on the *temporary* website.


Players can vote for the features of their choice
Despite the unique take on WOTLK that we are decided to follow, we decided to give players the opportunity to voice their opinions for some important features and for several smaller features. For this, we have set up two surveys which you can fill on our website (Starting level, experience rate, etc).


When does it open? What is the ETA?
We first have to build a small community around the project so there is no ETA yet. There is still work to do anyway but we might open before summer. Subscribe to our newsletter to stay informed!




More informations available on the website.

http://www.gurubasher.ga/

[Discussion] can someone explain me how to do that please?

$
0
0
Hello there.
i downloaded some gunz maps (mrs files) and i want design them with my own textures.
can someone explain me how to put the maps that i downloaded in GTK Radiant ?

Example: how i can put skillmap v1 in GTK radiant?


Benjaminbg

Help me about V19 Files

$
0
0
Hi ..
i just want to ask what files i need to download
to make flyff v19 private server

thanks for helping


Sent from my iPad using Tapatalk

How to setup v19 flyff server tut plss...

$
0
0
hello anyone has guide or tutorials how to setup
v19 flyff

and what files need to download to create fresh v19 servers


Sent from my iPad using Tapatalk

[AD] GoHeroMU 97D Stable Old version. EXP: 400x, Drop: 80%

$
0
0
Server Name: GoHero MU
Server Version: 97d
Experience: 1000x
Item Drop: 80%
Monster HP: 100%
Bless Bug: Off
Points Per Level: 5/7
Max Stats: 32767
Maximum Level: 350
Reset Level: 350
Max Resets: 999
Blood Castle Events
Bonus Webshop Credits: Online
Minimum Level For Creating Guild: 140
PK Clear Cost: 10,000,000 x Number Kills
Clear Inventory: No
Clear Skills: No
Clear Stats: No

:Website: GoHeroMu


BOK IN SHOP LORENCIA +1 +2

Opportunities for success:
Jewel Of Soul success: 100%
Jewel Of Soul success + Luck: 100%
Jewel Of Life success: 100%
1LevelWingsSuccessRate = 95%
2LevelWingsSuccessRate = 95%
Item +10 success: 100%
Item +11 success: 100%

DROP EVENTS EVERYDAY FIRST MONTH!!!
NEW SPOTS IN LORENCIA, NORIA, DAVIAS, LOSTTOWER, EXILE AND STADIUM.
EVENTS EVERYDAY!!!
COME ON FOR HAVE SOME FUN!

enjoY!

GoHeroMU TEAM

Website goheromu.no-ip.org

PHOTOS FROM SERVER SOON....

FIRST 50 PLAYERS GET AN EXCELENT SET!!! - LIMITED TIME OFFER
:thumbup1::thumbup1::thumbup1::thumbup1::thumbup1::thumbup1::thumbup1::thumbup1::thumbup1::thumbup1::thumbup1:

Screen(05_21-23_51)-0000.jpgScreen(05_21-23_52)-0003.jpgScreen(05_21-23_51)-0001.jpgScreen(05_21-23_53)-0004.jpgScreen(05_21-23_51)-0002.jpg


Checking for new updater (try 2,3,4)

$
0
0
I'm having this problem with the launch of my warz . Two days ago I had set up a server using Hamachi quietly , using the source http://forum.ragezone.com/f790/relea...3-bin-1100820/ however qaundo tried to make available to the public without using hamachi had this problem. I searched my ip on google and replaces and All Game Solutions (using port 1433 : 177.195.13.125:1433 ) comforme had read in Some Topics Here in ragezone then compiled normally , then when I open the launcher , even in localhost , I received a message " Checking for new updater ( try2 ) " I tried also on other computers connected to other networks , but I had the same problem . If anyone can help me please reply to this topic .

There is my r3dlog:
Spoiler:


--- Log started at Sat May 21 17:56:50 2016

000000.087| Checking for D3D11
000000.106| Input Devices enabled: Mouse, Keyboard
000000.152| VMEM As seen through DDRaw: 1007
000000.152| VMEM As seen through WMI: 0
000000.183| We have 2345 MB texture memory
000000.183| r3dFont: Creating Verdana 10pt
000000.184| r3dFont: Finished creating Verdana 10pt
000000.184| r3dFont: Creating System 12pt
000000.184| r3dFont: Finished creating System 12pt
000000.184| r3dFont: Creating System 10pt
000000.184| r3dFont: Finished creating System 10pt
000000.184| r3dFont: Creating System 8pt
000000.184| r3dFont: Finished creating System 8pt
000000.184| r3dFont: Creating System 11pt
000000.184| r3dFont: Finished creating System 11pt
000000.305| Starting updater, v:0.0.0, cmd:
000000.305| Checking for new updater
000030.302| !resp ChilkatLog:


SynchronousRequest:


DllDate: Dec 12 2012


UnlockPrefix: ARKTOSHttp


Username: WARZSERVER-PC:WarzServer


Architecture: Little Endian; 32-bit


Language: Visual C++ 9.0


VerboseLogging: 0


domain: 177.195.13.125


port: 443


ssl: 1


OriginallySetFromUrl: https://177.195.13.125:1433/wz/updater/wzupd.xml


RequestData:


HttpVersion: 1.1


Verb: GET


Path: /wz/updater/wzupd.xml


Charset: windows-1252


SendCharset: 0


MimeHeader:


--RequestData


ReadTimeout: 60


ConnectTimeout: 30


httpConnect:


hostname: 177.195.13.125


port: 443


ssl: 1


Need to establish connection to the HTTP server...


ConnectTimeoutMs_1: 30000


calling ConnectSocket2


IPV6 enabled connect with NO heartbeat.


This is an IPV4 numeric address...


AddrInfoList:


AddrInfo:


ai_flags: 4


ai_family: 2


ai_socktype: 1


ai_protocol: 0


ai_addrlen: 16


ai_canonname: (NULL)


--AddrInfo


--AddrInfoList


Connect using IPV4.


ipAddress1: 177.195.13.125


timeout waiting for connect to complete


numSec: 7


numMicroSec: 940000


Connect function failed..


SocketError: WSAEWOULDBLOCK The socket would block.


For more information see this Chilkat Blog post: Socket Error: WSAEWOULDBLOCK | Chilkat Tech Notes


Failed to connect.


--httpConnect


connectTime1: Elapsed time: 30015 millisec


totalTime: Elapsed time: 30015 millisec


Failed.


--SynchronousRequest


--ChilkatLog




000036.603| Requested to stop, 0 files in queue
000036.603| CUpdater::Stop()



My source don't have Launcheer.cfg, and Ip's inside the game.ini.

There is my wzupd.xml:

Spoiler:

<p>
<u url="http://177.195.13.125:1433/wz/updater/WarZlauncher.exe_0.0.0.exe" crc="3146305793" ver="0.0.0" size="5845504"/>
</p>


Please Help.

The War Z is back! | Reputation system|Keys| Anticheat|Full alpha|Lootable GC|HWID

$
0
0



THE WAR Z is back!





Some time has passed, Our emulator The War Z was going onto the start with a good server and a great developer team. But we made mistakes.. big mistakes trusted people that shouldent be trusted and that leaded us to our shutdown. But now we are BACK and we will not go away any time soon. You can read more about the past of this emulator here
The WarZ on the start again&#33; - Announcements - Invision Power Board

Now we are back fresh with better ideas and more skill then ever before and we want to give you what you all wait for..


FEATURES


  • You can now find GC
  • Physx are not causing any creashes
  • Ambient Sounds
  • The good'ol loot
  • HWID Bans
  • Reputation system with Old ranks



And much more that will await you in our new project. We put alot of efford into this emulator and took our time to complete it and not release it undone, now the time has come that we thing it should become public to the world again! Under all these alpha emulators poping up right now we are the best because we did not just setup the alpha source and released it we took our time and right now we are working onto this since 2 months and are very proud to finally release this and share it with everybody!


Looking for a alpha emulator but every emulator is full of cheaters ? We are cheater FREE
We have put alot of time into thinking how to trick cheaters and hackers, prouldy i can assure you that you wont get cheated away!!


MEDIA










[Help] Add item rocket launcher

[v83] Enable stacking of skill stats + potion buff

$
0
0
I've noticed that the skill Energy Charge dispels all other potion buffs that adds the same category buff as the skill. Is there a way I could make both the potion and skill stack? It only happens for Energy Charge somehow.

[Help] Retaliation 2 HELP NEEDED AS SOON AS POSSIBLE!!

$
0
0
So i have problem with registering users. I am using Retaliation 2 (Roleplay CMS).

I wanted to delete the Dash-thing when registering and so far it worked. Now i get this:

Column not found: 1054 Unknown column 'Olllllllliver' in 'where clause'



Please help me :blushing:

Thank you for your time! :kiss:

Pay you to build gunz server and website $$$

$
0
0
Hi,

Does anyone know anyone who is experienced with GunZ servers? I'm looking for someone experienced to build a GunZ server & website. Money waiting.

Thanks,
Andy.

[Request] To Habbo Retro Pack v18

$
0
0
Hi I wonder if anyone I can spend a Pack To Create A Habbo Retro V18 and emulator / server work properly Please I would appreciate Much
Viewing all 25383 articles
Browse latest View live


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