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

Buying a source\repack.

$
0
0
Is there anybody out there who quited he's server or anything idk, and selling he's source?
v140+ if not v117.2 developed made everything perfect not dc problems or packets like dupe and stuff...
merchant work perfectly, pq's works all jobs
i would buy it... PM me.. or leave a comment below.
no worry releases wont get.

and before purchase: he suppose to get the server on, to see whats inside.

and sorry i dont know where to post this thread... if its ok here?

Simple selection NPC script not functioning

$
0
0
I took the script off Shawns NPC scripting guide, and added selection 2, as well as the 'Nice' var.
When I choose the last option, nothing happens(exists out of NPC).
Would appreciate help :)

PHP Code:

var yes "Good Job! You have enough Golden Maple Leafs!";
var 
no "I'm sorry, you don't have enough Golden Maple Leafs.";
var 
Nice "Nice man";
var 
status;

function 
start() {
    
status = -1;
    
action(100);
}

function 
action(modetypeselection) {
    if (
mode == 1) {
        
status++;
    }else{
        
status--;
    }
    if (
status == 0) {
        
cm.sendSimple("#L0# I have 10 Golden Maple Leafs #l \r\n#L1# I have 20 Golden Maple Leafs #l \r\n#L2# I have 1 golden leaf #l");
    }else if (
status == 1) {
        if (
selection == 0) {
            if (
cm.haveItem(400031310)) {
                
cm.sendOk(yes); 
                
cm.dispose();
            }else{
                
cm.sendOk("no");
                
cm.getItem(4000313,1);                    
                
cm.dispose();
            }
        } else if (
selection == 1) {
            if (
cm.haveItem(400031320)) {
                
cm.sendOk(yes);
                
cm.dispose();
            }else{
                
cm.sendOk(no);
                
cm.dispose();
            } if (
selection == 2) {
            if(
cm.haveItem(40003131)) {
            
cm.sendOk(Nice);
            
cm.dispose();
            } else {
          
cm.sendOk("Dam you're out man");
          
cm.dispose();
        }
    }  
 }
}


"The server you have selected is down, therefore you cannot access it(8)"

$
0
0
Hello everyone. I downloaded the Aion lightning 4.0 1-click by Dwarfpicker and followed the tutorial, however it's not working. When I enter the game and get passed the log in menu, the server status is "down" and when I click on it I get the error message "The server you have selected is down, therefore you cannot access it(8)". So I assume that means by gameserver is not starting properly, but I dont know why. I've been searching for hours but can't seem to find anything on it, the ones who do ask questions about it never seem to get answered. The error message in my gameserver is:

===============================[ GameServerLog ]===============================
20:06:17.366 INFO [main]: - AL Game Server started in 101 seconds.
==============================[ Starting Network ]==============================

20:06:17.398 INFO [main]: - Server listening on all available IPs on Port 7777 f
or Game Connections
20:06:17.406 ERROR[main]: - NioServer Initialization Error: java.net.BindExcepti
on: Address already in use: bind
java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method) ~[na:1.7.0_40]
at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.7.0_40]
at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.7.0_40]
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) ~[na:1.7.0_40
]
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_40]
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_40]
at com.aionemu.commons.network.NioServer.connect(NioServer.java:123) ~[a
l-commons-1.3.jar:na]
at com.aionemu.gameserver.GameServer.startServers(GameServer.java:332) [
AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:292) [AL-Game.
jar:na]
20:06:17.408 ERROR[main]: - Critical Error - Thread: main terminated abnormaly:
java.lang.Error: NioServer Initialization Error!
java.lang.Error: NioServer Initialization Error!
at com.aionemu.commons.network.NioServer.connect(NioServer.java:135) ~[a
l-commons-1.3.jar:na]
at com.aionemu.gameserver.GameServer.startServers(GameServer.java:332) ~
[AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:292) ~[AL-Game
.jar:na]
____________________________________________________________________________


I would immensely appreciate some help from someone, as I am quite new to all this. Thanks in advance

Mercury Hotel View Disconnection

$
0
0
I am getting disconnected on the hotel view after it all loads.... I can't seem to find out. I tried everything any suggestions? Theres no errors logged btw..

[Help] [HELP] Muserver 97d+ auto stop

$
0
0
Hello can someone tell me why my gameserver.exe is auto stop ? or CS.exe stop i don't know just if i connect i dont see SERVER .. i restart restart and after some hours again .. but i dont see any errors at files

[Request] WeaponItem.Dat

$
0
0
Anyone can give me WeaponItem.Dat thanks :mellow:

[Request] Searching Developer for Project!

$
0
0
Hello Ragezone Community,


we are searching Developer for our AION Emulator project. Our project is now working on AION since patch 2.7 and we need
some new blood for our team.


Our currently supported AION Version is the latest AION Northamerica patch. We got almost all done but we need more people
to finish things faster and beware our quality we got since patch 2.7.


Some details from our project:


Currently stable Version: 4.6 (4.5.0.24+ northamerica)
Currently in-development Version: 4.7 Invasion Update


Working features:

  • All features until 4.6 working perfect (it's normal but i want to write it :) )
  • Plume fully integrated
  • Tempering System fully integrated (also Plume effects)
  • Selectable Chests fully integrated
  • Hall of fame fully integrated
  • All class skills working perfectly
  • All new items working perfectly
  • All instances are almost done
  • And much more :)



Our team have much experience in the structure of AION and knowledgment in the java language. Under that case we need of course
also experienced people. If you think you maybe are able to work together with us, these are the possible applications
we are searching for.


Java Developer:
If you think you are a pro on java coding you are our person! If you know what you are doing and how you can write
an aion related system you are the right person. Also knowledgment in aion packet structure would be good for your
application.


Datapack Developer:
If you have experience in xml/xsd coding and if you know how to integrate new files you are the right person for this
job! Also knowledgment in integrating the xml to the server would be good for your application.


Sniffer:
A Sniffer can be every person. The only thing you need is an level 60-65 character on an aion northamerica server.
All other things will be provided from us.




For all! We only will accept serious people with proofs of their skills. We dont want any fake persons in our project.
So if you think one of these jobs can be yours, write simply a pm to me with your application.


Best Regards
UnknownMan1

[HELP] online rewards

$
0
0
hello people.

i have a question, how to enable the "online rewards" on jd3 ?

thx

[Release] Files B3F quests

Need help!!!!

$
0
0
Hey guys, wondering if anyone can help me with how to set the starting gear, and change the upgrade success ratio.

Thank You guys. :D

[Help] Bug Nightvision black screen DoomMMO codexpro source

$
0
0
When press N open nightvision

appear is blacksreen can see nothing.

anyone help ?

[Release] Dead Dark Raven spirit

[Release] ShockEMU V1 (RP)

$
0
0
Hey,
Decided to release RetroRP's stuff.
Shock EMU V1, has Gun manager, Cars, Nice CMS, Police bots, RP Commands, Good timers, Cached, Stable, Robbing, Giving money with 30 minute delay, decided to remove Missions, Minigames, and Node as I don't think you deserve that but here you go..
Not that much stuff added but enjoy!!

Download Link: http://retrorp.net/Retrorp.rar
Live View: http://retrorp.net

Sorry, but didn't had tested this out so no screenshots for the moment..

Credits:
Jake Cooper - Adding a few bits n bobs
Jake Retros (Kieran Alt w.e) - ShockEMU/Server
I don't give myself credits because I have nothing to do with this emulator, just releasing this source. Enjoy! Like + Rate!!

Berry Dragon Nest

$
0
0


Berry Dragon Nest is now officially launched and we have more than 500 players online daily!
Come and join us at http://www.berrydn.com


FaceBook Page
https://www.facebook.com/BerryDragNest


FaceBook Group
https://www.facebook.com/groups/1477949249157114/


Server Information :

  • 50x Exp Rate, 30x Drop Rate
  • Level 80 Cap
  • Brand new enhancement system, will not let you drop your weapon grade!
  • Black Dragon normal and hardcore mode available
  • Level 80 Chaotic Dragon Nest available in the server
  • Level 80 legendary equipment & heraldry available
  • Latest update, sober champion weapons and costumes (According to CDN)
  • Space pirate 3 set item available too!

Request Deicide Online(Athena Online)(LaqiaOnline)

$
0
0
These Three different names are all the same game.


www.legendoflaqia.com
is laqia online its the chinese version of this game.

Would someone be able to make a emulator for this game ? if not its gonna die and i know alot of people that would like to keep playing this game.

[Help] need

$
0
0
how to work with server side cabal?


how can i connect to my server....?


any one can teach me how to work on it..

[AD] MU Tarkan [Season 2 ▌ P.v.P ▌40x - 40% ▌ ▌Castle Siegue ON]

$
0
0
YA ESTAMOS ONLINE , TE ESPERAMOS ADENTRO.
MU TARKAN SEASON II / 40 EXP , DROP 40%
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
Web: http://mutarkan.no-ip.biz/
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
► Caracteristicas Servidor:
Version : Season II
Experiencia : 40x
Drop : 40%
Monster HP : 30%
Bless BUG : OFF
Spot's : Adecuado a la experencia
Nivel de Creacion de Guild : 250
Puntos por lvl : 5 / 7
Shop: Adecuado a la experencia.
Elf solfier buff : lvl maximo 220
Stats Máximo 32.767
Comandos: /str /agi /vit /ene
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
► Caracteristica Reset:
Nivel : 400
Resetea STAT's : SI
Puntos Por Reset: 400
Limite de Resets : NO
Resetea alguna otra cosa : NO
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
► Eventos Disponibles:
Blood Castle
Devil Square
Chaos Castle
Happy Hour
Crywolf
Castle Siege
Invasion de Dragones Dorados
Kanturu
Ataque de Kundun

Looking for Co-Owner "ShockCMS R63b" (experienced)

$
0
0
I'm looking for a technician someone who is good with ShockCMS
Mercury EMU and more, I'm spending a lot of money to get this hotel going
there is a few bugs in the webpages that need fixing but thats simple for someone
used to UberCMS as i'm used to Rev and Uber is new to me.
Joining me will give you permanent rank access to VPS to work on the CMS and Database
and much more

Contact me below or via Skype

- bradphilip96

Hotel so far
http://horbit.net

HELP DB error

$
0
0
Check the DB error below. Need your help guys!

Code:

DB:SELECT GuNum, ChaNum, GuDeputy, ChaName, GuName, GuRank, GuMoney, GuIncomeMoney, GuMarkVer, GuBattleWin, GuBattleDraw, GuBattleLose, GuBattleLastTime, GuAllianceBattleWin, GuAllianceBattleDraw, GuAllianceBattleLose, GuMakeTime, GuExpireTime, GuAuthorityTime, GuAllianceSec, GuAllianceDis, GuNotice FROM viewGuildInfo
DB:42S02, NativeError:208, [Microsoft][SQL Native Client][SQL Server]Invalid object name 'viewGuildInfo'.

[Help] Source DNC 2014 / Features of the server

$
0
0
Well guys, I wonder if anyone knows what are the features of the source version of the 2014 DNC.

Good would like to start working with it, but not know what it is What do I added and can add

Thank you all...
Viewing all 24110 articles
Browse latest View live