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

Logo Design Pixel

$
0
0
hi i did logo design i need your thoughts what i need to do to improve it more

thanks !
Spoiler:

[92.03] Enable vanilla GM system

$
0
0
While the QA commands are fun to play with, you may want to use the original GM system. Here are the steps how to enable it:

1. Add a column to store privileges per account
Open the accountdb_2800.accountinfo table and add a "privilege" column with a default value of 0(INT).
Code:

ALTER TABLE accountinfo
ADD COLUMN  privilege INT NOT NULL DEFAULT 0;

To give GM rights to an account, set its privilege to 33.

2. Send privileges to a client during login
Open "TeraAPI\grails-4.0.3\TeraAPI\grails-app\controllers\com\tera\AccountController.groovy" in a text editor of your choice and find the following line: "select * from AccountInfo where accountDBID = $params.user_srl".
You'll see an array with charCount and isBlocked items below this line. Add "privilege: row.privilege," to the end of the array so that it will look like this:
Code:

charCount: row.charCount,
//lastLoginTime: row.lastLoginTime,
//playTimeLast: row.playTimeLast,
isBlocked: row.isBlocked,
privilege: row.privilege,

Now scroll down a bit. You should see a few lines similar to "result.put("permission", accountInfo.getAt('isBlocked'))". Add an additional line there:

Code:

result.put("privilege", accountInfo.getAt('privilege'))
Save and close the file.

3. Remove the QA hack from the ArbiterServer_m3.exe. (optional step)
The arbiter server has a patch that allows it to accept QA commands regardless of the "qaServer" flag in the DeploymentConfig.xml. To fix this, open the ArbiterServer_m3.exe in a hex editor of your choice and go to offset 4299F4(decimal: 4364788).
You should see these bytes next to your cursor: "BA 01 00 00 00 90 90".
Replace them with the following bytes: "0F B6 15 4E AE C1 00".
Save the file as ArbiterServer_m4 and modify the BAT file accordingly.
Now QA commands won't work unless you turn on the "qaServer" in the DeploymentConfig.xml. This is correct behavior and QA commands should not be available for any character(including GMs) unless the server is running in the QA mode.

All done!

Now start the server and login into your GM account. If you did everything correctly, you will see that your characters have a GM prefix in the lobby. After entering the world, your characters will be invisible and have access to the Game Operator tool via the Alt + A hotkey.

GM accounts are not meant to be played, meaning that you won't be able to deal damage to monsters. The only way to make a GM character playable is to use /@set_go off with the ArbiterServer_m3 or ArbiterServer_m4 in QA mode.

i use Ma Nguon EP7 Backup 18-04-2015 source and i add feature but help

Your server is prepared for GDPR?

$
0
0
Friends, you are preparing for GDPR (
General Data Protection Regulation)
or its variants from each country ??

many owners of MuOnline servers think that the internet has been an unowned area since the ancient days of mu such as 2003.
everything has changed and with various regulations and security responsibilities, it is always easier for you to be notified for something wrong.

how are you worrying about GDPR? Think about the question that your site / server can be banned from a dedicated server like OVH for breaking rules?

Not only to be banned but how to respond criminally?

What is your opinion??

L2jMobius - Essence

[MuOnline S16] Recruitment of staff for the Mu Online community

$
0
0


Hello,I would like to invite and introduce you to join us in our project for MU Eternia Network next week sponsored by the Eternia Network.

The server will be the last of season 16 (and progress with what comes another new season)The community is inclined to open 6 servers, 3 s16 servers with 3 modes, fast-medium-slow and the other 3 will be Season 0 to Season 6 servers, we are currently working on NoRebirth S16, this server has no sale of items, there will be no FO items as well, there will be no webstore for items / stats / resets just stamps.


More information about the project at Eternia Network or contact us!

Available Positions: Game Testers / Moderators (discord)

Game Testers (Your job is to make sure that what has been set up to be tested and working, verifying that all our settings and features are set to 100%, testing PVP Balance with the team, testing drop events, different functions, strategies and In general, inform the MU Eternia team what is wrong or not working.

Moderators Your job is to be there and answer questions to players on our Discord channel.

Contact Information: Send me a private message here if you are interested (with your Discord ID). This is also a rewarding and paid job possibility for everyone who joins the team.

Requirements

* English language

* 18 years of age or older* Experience in Mu-Online, especially the last seasons.

* Experience in Mu Online Slow - NoRebirth - Fast - Medium

* Time for the server, Passion for the server, Effort for the server.

* Your resources and knowledge of how MuOnline works.

What we offer

* Professional team and we provide full licensed premium files with all necessary tools.

* Profits obtained from server donations by Paypal for your hard work, care and effort of the server.

* Individual training and work system for the desired position (which you can adjust to your needs)

* Growth on the server, depending on your job it can escalate to being a moderator within the server or a GameMaster.

Looking forward to meeting you!

OPENING THE ABYSSMU.EU X1000 SERVER MARCH 6! Season 4 ULTRA

$
0
0
https://abyssmu.eu/
https://abyssmu.eu/about
https://forum.abyssmu.eu/

Server information:
AbyssmuVersion: Season 4 ULTRA
Experience: 1000x (dynamic)
Master Experience: 100x
Drop Rate: 50%
Points Per Level: 5/6/7
Max stats: 32,767
Create Guild :250 level
MU Helper: 1 level

Master level 400/300
Max level 400
Vote for Server need to have 5 Reset
Grand Reset 50 reset Server features:

Reconnect System
Bot Buffers - Free buffs from
NPCMaster Skill Tree
OffTrade - Offline trading
OffLevel - Offline attacking
Official Mu Helper
- Official WebZen
AutoClickerCan get
Free Coins for voting,grand resets.
Bonus Happy HourSocket systems,
Harmony options
Monster HP BarIn-game
Cash ShopAnd More
Chaos Card
Battle SoccerGolden InvasionWhite Wizard
EventBlood CastleDevil SquareCastle Siege
(every week on Sundays)Chaos CastleKalima EventKanturu EventMedusa EventCastle SiegeLoren DeepAnd More

Help failed to buy item, code:5

$
0
0
help me
Quote:

failed with error code 5 SQL Select Failed: Procedure or function WZ_BuyItem_GP has too many arguments specified.

My Files L2OFF INTERLUDE 2021.

$
0
0
I came to share my project from a while ago that I don't use and I don't intend to use anymore.

There are no significant corrections, but it is now ready to run a PVP server in PTS.
Complete Files to make online server.

With:NPC SPEED LOAD. (LOAD ALL NPCS IN 10S)
SKINS WEAPONS.
REWARD IN DAILY PVP , CONFIG IN IEXT.INI
NEW ENCHANT SYSTEM CONFIG IN IEXT.INI
BUFF SLOTS MAX 50 BUFFS. (40 BUFFS AND 10 DEBUFFS)
BUFF VIP / SKIN VIP.

SYSTEM:
.MENU
REBIRTH
AUTOLOOT.
EXP MODE ON OR OFF.
ITEM LOCK.
PIN SYSTEM.
CHARLOCK.
AIO SYSTE.
OLLY.
TVT.
ETC.

FARM ZONES, 2 FARM COIN BLESS, 2 FARM EVENT MEDALS.PVP ZONE FLAG WHEN ENTERING.

NO CUSTOM >> THIS SKIN SYSTEM IN .MENU.

ITEM ID TO BUY VIP> 18086

VIP ONE LEVEL , GET SKINS , BUFFS VIP AND SKILL NO LIMIT WEIGHT.

SOURCE MY SERVER , 20 USD.

NPCS:GK GLOBAL
GM SHOP
NPC BUFFER.
DONATE SHOP.
NO RATES CONFIGURED.

PRINTS:



VIDEOS:
https://www.youtube.com/channel/UCew...WWetQ_JQYQrYLg

DOWNLOAD:
https://www.mediafire.com/file/ixetf...Final.rar/file

EDIT KEY IN l2server.dll , search for LUBS. AND EDIT.
[LUBS]
MAN=Alisson > you key name
FORKS=9qv97loJ11kcr95qgRYAwuTi0izs2trQF69AzBla > you key

PATCH:
https://drive.google.com/file/d/1iT_...IaVA0TxNk/view

OPENING THE ABYSSMU.EU X1000 SERVER MARCH 6! Season 4 ULTRA

$
0
0
https://abyssmu.eu/
https://abyssmu.eu/about
https://forum.abyssmu.eu/

Server information:
Abyssmu Version: Season 4 ULTRA
Experience: 1000x (dynamic)
Master Experience: 100x
Drop Rate: 50%
Points Per Level: 5/6/7
Max stats: 32,767
Create Guild :250 level
MU Helper: 1 level

Master level 400/300
Max level 400
Vote for Server need to have 5 Reset
Grand Reset 50 reset Server features:

Reconnect System
Bot Buffers - Free buffs from
NPC Master Skill Tree
OffTrade - Offline trading
OffLevel - Offline attacking
Official Mu Helper
- Official WebZen
AutoClicker Can get
Free Coins for voting,grand resets.
Bonus Happy Hour Socket systems,
Harmony options
Monster HP Bar In-game
Cash Shop And More
Chaos Card
Battle Soccer Golden Invasion White Wizard
Event Blood Castle Devil Square Castle Siege
(every week on Sundays) Chaos Castle Kalima Event Kanturu Event Medusa Event Castle Siege Loren Deep And More

New Launcher Supports Multiple Languages and Download Links

$
0
0
Hello guys!

I'm here to share my Launcher which supports multiple languages and downloading patches by links for you guys.

Usage:
IMPORTANT!!! ONLY ZIP FILE IS SUPPORTED TO BE INSTALLED AUTOMATICALLY!! RAR DOESN'T WORK RIGHT NOW!!

guide.jpg

Two json files are provided for the following to configure the setting, just follow the example to set it up by yourself.

data\gui\launcher.json is used to configure the setting of the client-side.
"Server" is the server config.json URL.

web\patch\config.json is used to configure the setting of the server-side.
"PatchDataDir" is used to download the patch if DownloadLinks doesn't work.
Just put your patches into web\patch\data if you want the client to download the patches from your server.
The order of "PatchList" doesn't matter because the launcher can find the next version.

Remark:
You might edit your game source to support the multiple language arguments.
e.g.: /app_run --> /app_run_en.

Download link:Release.zip
CHEER!! ENJOY IT.

PS: Source will be released soon.
Attached Images

L2J-Mobius Homunculus

[Share] RanGS GMCharEdit

$
0
0
Since most of you are having problems running the GMCharEdit using ADO. Here's my source
I have fixed and changed a few things.
  • The ADO config does not use an encrypted user, pass, ip, and DB
  • No more Xtremetools pro required
  • Character name search works


if you want to see what i have changed, use winmerge

https://www.mediafire.com/file/hl96w...rEdit.rar/file

Alice-re-code - Server Files/Source Code

[BUY] I'm Searching for a Pack [R59 BETA PACK]

$
0
0
Hey Guys,
I'm looking for an R59 BETA pack and would be willing to pay for it.

Very important, SWF + EMU + CMS + DB should all work together. :w00t:

If anyone can make me happy, you can be reached at any time on Discord: S.#0001



[LF help] with "fixing" gs (v151 e_v156 t_v128)

$
0
0
One of the few things I never figured out (despite trying)! How does one "fix" gs so that it reads ptemplate, and so that "create monster" works!? !? !? !?

Arkan Bloodlines.mu

I need Server File for make gz

$
0
0
can anyone give me for make gz ? i need to make for my korean quest users

give me download links thx..

i used sql server 2008

Archangel MU | X3000 | No Limits | International Server | START

$
0
0
ArchangeL MU OPENING 16 MARCH!

Website:

https://www.archangelmu.online/

☑️ LIKE Page, SHARE this post, MESSAGE Account Name (login) to
❕ GET FREE 1000 CREDITS ❕

All Boss Respawn every 1 hour, WebShop: ON, Xshop: ON, Market: ON, Full Option Items: ON, Vip System: ON, Long Term No Wipes, 24/7 Uptime, Lag-Free game guaranteed.



Basic Server information:
Experience: x3000
Master experience: x1000
Drop: 40%
Maximum level: 400
Maximum master level: 350
Points per level: 5/7/7
Points per master level: 2
Maximum stat: 32000
Mu Helper: from level 1
Mu Helper cost: 150 Zen * level
Pk clear cost: 3kk Zen * pk count
Monster Spots in all maps
Elf Soldier buff Till: 300 level
Create level MG, DL, RF, Sum = 1


Reset System:
Reset level = 400
Reset limit = UNLIMITED
After reset: stat points clear
After reset free stat points = 500 points * resets
Reset reward = 50 Wcoins
Wcoins CAN be exchanged to Credits
Reset cost = 200k Zen * resets



Download Game Client Here:
https://www.archangelmu.online/downloads

L2JMobius Fafurion

Viewing all 29630 articles
Browse latest View live


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