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

how to fix field server bugtrap when summoning some mob like GH

$
0
0
GUYS how to fix field server bugtrap when summoning some mob like GH?

as long as i sommon GH and reflector the field server bugtraps. how to fix that bug?

[RELEASE] Chroma's of the mummy avatar

Login Issues

$
0
0
Hello !

I am trying to make my own talisman server everything been set up database running login server running game server running but when i try to log in the server it gives me aqiring ip adress for some reason , i double and triple checked all configs thinking that i might have set up somewere down the line a wrong ip but couldnt find nothing and i did changed the clientluncher ip to i even checked if it is becouse of the port forwording just in case but is not the port forwording is enabled just fine so can anyone help me ? with a hint or a clue :D

P.S. i am a beginer at this , is my first time seting up an TO server and working in ubuntu

Wowid-19 new WOTLK instant 80 pve/pvp Server With some custom content

$
0
0
https://youtu.be/D10eulRoJoIGreetings, due to current global situation caused by COVID-19.we decided to start a new project Called Wowid-19 for our old playerbase and not only, to have fun and pass time while staying home in isolation during quarantine,tho the project will stay online as long as people play on it. now we will explain what makes our project special and the new ways you can have fun on this expansion.we will have a proggresive legendary weapon system inspired by Legion expansion, Legendary weapons will be upgradeable by completing quests,which will involve players to move around alot more and visit all the other Wrath of The Lich King old raids.The next important thing about our server is that it will be instant 80 and you will have a starter gear (not so impressive starter gear ^^).Also we will be having cross faction random dungeon finder system with increased completion rewards, which will decrease popularity of boring Pit of Saron farm in terms of efficiency.In the early days of the server we will be having cross faction random battlegrounds,if the server population increases to the point where we can revert this change back to how it should originally be - Horde versus Alliance, we will do so.As for the Icecrown Citadel Heroic and Normal modes will have a seperate cooldowns and players won't have any buff. keep in mind, if the whole server population fails to progress to a certain point,we might roll out small buff. we want to keep the endgame hard and challenging, but we dont want to make you suffer endlessly for it, so we will be keeping an eye on things.P.S If the time allows we might roll out some solo content with exciting cosmetic and other rewards.We will listen to our community and progress with its opinion in mind.Server Rates :3x Gold Rate3x Proffesion Gain.8x Reputation Gain.Stay Healthy Everyone!

Looking for a premium server emulator

$
0
0
Hi! I'm looking for a Premium/Freemium MU Online server Emulator that can use my existing database, I'm currently using ENC Games 2.0.7.0, Season 6 Episode 2. I want to upgrade to Ep3 or S9 Etc. But I don't want to loose my database/players, My server has custom items. Please message me if you can offer your service. Thank you very much!

Somebody have the Shock 2.2 cms

Gold Tree Emulator 3.19.0 ALPHA 7.1, BUILD 1268.

$
0
0
Hi,Does anybody have this emulator still somewhere? On a hard drive, MEGA of somewhere? I want to get started with this latest build and edit it.Greetings!

[HELP] Inserting Image In EBS

$
0
0
Hi, I know this kinda bit dumb question, but I just really want to import Image and Insert to EBS file using template and sweetscape.

Been searching thread but some vids dead, image are errors.

I already know how to extract the dds file in the EBS, but when I tried to replace new one using the same procedure but in vise versa, It didn't even show on my character.



Any help will be appreciated, Thank you!

[Development] XCore Launcher

$
0
0
Hi thx to a lot of free time now i am thinking about completing my project.
am recreating igcn launcher




02 Apr 2020: 1.0.0.0 Released


Download:
Link
Virus Scan Link



Change Log
Quote:

1.0.0.0
- Added Website

- Added Client Hook
System Optional
- Added Auto Update System Optional


Launcher Tool:
Spoiler:




Launcher:
Spoiler:





ps:
virus alert
i think its the encrypt system that generat the detected will see if i can fix it

Extension of reading in additional space enhancements

$
0
0
Hello, this is my first post on the forum, I was making the skills passive but I noticed that some statuses are not read but working [on the server side], looking for the memory drops at this address: 0x00553455 realized that he reads the extras and writes them in shortcut C, I would like help to make the reading of extras and have passive skills a reality.sorry for bad english.:grr:
Attached Images

season 12 right to left languages

$
0
0
hi i have server Season 12
i have in the server
languages That need to be writing from right to left but on the server
the writing is from left to tight
can somone help?
Can it be changed though this file
serverinfo.bmd?

Help: Decrypt all rcc files at same time?

$
0
0
Guys any method to fasten my decryption of the rcc's files? because i need to decrypt 1k+ files. my purpose to decrypt all files is to change the encryption key. Hope you can givve me tips. Thanks and be safe.

Adding the Duck Set to New Characters (+ Level Up Reward Tutorial)

$
0
0
For those of you used to the newer versions of Trickster, the duck set in your inventory is a nice little gift. However, the Season 2 files we have do not add the duck set automatically, and as such, you are left with the rookie equips until you find something better. (Which, in all honesty, isn't that far off, but nonetheless)
In this tutorial, I will show you how to automatically give your players the duck set in two different ways.

Method 1: Using the level up reward system

1) In your libconfig, search for the table "PostBoxLevelUpGiftInfo". This is where all the level up rewards are located.

2) Using the rows above as a guide, insert and edit a new row for the duck set. You are able to send a total of eight items using this, but in this case, we only need four. We'll fill in the leftover sections in the end.

Here is the setup I use, as viewed in an XML editor.


I will describe the various sections here.
WARNING: do NOT add apostrophes to any of these! This will result in the message failing to send.
Quote:

ID: The internal ID of the reward. As there were 30 IDs already, this ID is 31.
Level: The level required to receive the reward. Set it to 5 or 10. I would not set it to 1 because it may result in errors. (If you want to do that, please use Method 2 instead.)
ChrType: Numbers that determine what kind of character can receive this reward. I copy-pasted the ones from the level 15 reward.
Sender: Should be self explanatory. Usually set as "GM".
Title: The title of your message.
Message: The message itself.
ItemName_00 (and so on): name of the item you're sending.
ItemID_00 (and so on): the internal ID of the item you are sending. In the case of the duck set, the IDs should be the following: 75037 (staff), 77035 (hat), 78335 (shield) and 19434 (keychain)
ItemCount_00 (and so on): how many of the item you're sending. Since these are equipment items, I have it set at 1.
Unfortunately, all of the sections have to be filled in. For blank sections, leave the item name blank fill in the ID and count with "0", as shown above.
Rinse and repeat for any level up rewards you want. As far as I know, there is no limit.

Method 2: Modifying a stored procedure
For those of you wanting to add the set upon character creation, altasking has provided me with a way to replicate what the official servers did and automatically insert the duck set into new characters. To do this, follow the following steps:

1) Login to SQL Server Management Studio.
2) Go to the trickster database and look for the procedure "usp_insert_character"
3) Right click and choose "Modify".
Make a backup of the procedure before continuing! (copy and paste it into a .txt file)

4) Search for the following:
Quote:

-- 복표션(HP, MP) -
- 2008.06.26 신규 가입 이벤트 관련 인벤에 포션 30증설
5) Add the following rows below:
Code:

insert into tbl_item values (19434, 2, 1, 0, default, 0, 0, 0, 0)
insert into tbl_item_char values (@char_uid, @@IDENTITY, 1, 0)
insert into tbl_item values (75037, 2, 1, 0, default, 0, 0, 0, 0)
insert into tbl_item_char values (@char_uid, @@IDENTITY, 1, 0)
insert into tbl_item values (77035, 2, 1, 0, default, 0, 0, 0, 0)
insert into tbl_item_char values (@char_uid, @@IDENTITY, 1, 0)
insert into tbl_item values (78335, 2, 1, 0, default, 0, 0, 0, 0)
insert into tbl_item_char values (@char_uid, @@IDENTITY, 1, 0)

This is what it should look like:


6) Save and create a new character to test. If something goes wrong, check the procedure and, if need be, remove the rows you added.

Hakai Aura Kingdom - Check out the new Update!!!

$
0
0
Welcome to Hakai Aura Kingdom!!

Whats new about the last update?
- A new dungeon : Chronowood Cavern ( Celestial )
- 70 new costumes
- A new way for new player to farm 500G+ each day!
- New level 120 armor set!
and much more on our discord!!!
Checkout the new update on our discord!
https://discord.gg/fYXQsx6

Q:What is Hakai?
A: Hakai is a private server of the game Aura Kingdom.

Q:What Hakai has to offer ?
A: Hakai is full of custom stuff, from gear to costume from maps to dungeons!

Q:What are the server rates?
A: There are no exact rates , the rates are custom made by the server admins.

Q: Whats Max level ?
A: The current max level is 130.

Q: New classes are available ?
A: No new classes are not available, we don't have Crusader , Necromancer , Shuriken or Lancer.

Q:Where i can register and download the game ?
A: Join our discord server and you will find anything you need: https://discord.gg/fYXQsx6

hello I have a question

$
0
0
Hello, please understand that my English is not good. I've seen the resolution change address for v83 here before. Can you tell me the address of v65?

The item shop not display game props, how can I solve it?

Abbysmu. Eu x100 drop50 zen drop50 GRAND OPEN 2020/04/11

$
0
0
Opening (PVP) 100x April 11 at 20:00 Europe
https://abyssmu.eu/home
https://abyssmu.eu/registration
https://abyssmu.eu/downloads
Dear friends! We are proud to inform you that three years ago the unprecedented project Abyssmu.eu began its life, which immediately began to actively develop, bringing and realizing ever new ideas!

In honor of this momentous event, we open the anniversary x100 server on April 11 at 20:00 Europe time. These are precisely the rates with which it all began for you and me. We will try to maintain the spirit of AbyssMu and introduce new ideas that we were afraid to introduce earlier.

During this time, a little-known server has become a popular, rapidly developing project with versatile rates (x100, x1000) and a platform (Season 14). Our team has done a lot of work on the 14 Season platform. Changed: some maps, skill engine, rank system of things, changed the characteristics of all bosses / monsters, character leveling system, achievement system, spawn mobs (invasion, bosses, etc.), item drop, server work with items ... the list is very great, but we don’t like to boast of a detailed description of the work done, everyone sees the difference between AbyssMu in 2018 and 2020.

Why is it worth paying attention to our project?

Completely redesigned balance of classes for rates 100x.
Completely redesigned monsters for rates 100x.
A unique assembly that has been worked on for more than 2 years.
The best implementation of Mu Online Season 14.
The complete absence of shadow donat.

Opening the server on April 11 at 20:00 Europe time, what awaits you?

Perfect start, without DDoS attacks, and delays.
Registration for the siege opens on April 13 at 00:00 Europe time.
The first siege will be held on April 19 at 20:00 Europe time.
Rates and Season

Exp 100x / Zen 50x / Drop 50x.
Live Economy, Zen 50x Rates! All prices in the shop / X-Shop are indexed according to our rates.
Premium Account Ratings: Exp 120x / 140x / 160x | Zen - 55x / 60x / 65x | Drop - 55x / 60x / 65x.Grand Reset System (1 Grand Reset=500 Wcoinc) 2 Grand Reset =750 Wcoins . 3 Grand Reset 950 Wcoins (every gran reset + gets 250 coins )
Game type - PvP (Classic)
Launch date: April 11 at 20:00 Europe time

We are happy to hear and discuss all your questions and suggestions regarding the 100x (PvP) concept and discuss with you in this section.

Not a small amount of advertising campaign guarantees maximum online!
Administration with vast experience will make your game as comfortable as possible!

Tales of pirate ping fix!

$
0
0
Do you have problem with ping issue while playing any of the private server of Tales of Pirates? I've got fix for you, there is trials for 3 days too you can try it out yourself before deciding if you wanna use the amazing program called Exitlag!This program has helped a lot of players and has been tested, feedback from players who uses it are positive and they also subscribed to it! even couple of the players has subscribed with 6month subscription!


https://www.exitlag.com/refer/1038969






Tags: Tales of pirates Lag issue, Tales of pirate Ping issue, Tales of pirate high ping, Tales of pirate VPN, Tales of pirate delay issue, Tale of pirate unplayable, Tales of pirate Laggy

Tower Wars Where to edit HP of tower ?

$
0
0
Where to edit HP of tower ? in [Edit]MobNpc too ?

Build a quick little tool to start a bunch of exes

$
0
0
So many of the windows game server files released often have multiple exes to be started in a particular order. Hence I decided to quickly write an application which will do that for me. This can start, stop and restart the exe in the given order! There is also save button which will save the current list of exes selected so that next when you open this application if pre-fills the list.


Link: https://github.com/cyberinferno/application-starter
Viewing all 31749 articles
Browse latest View live


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