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

[Help] MuCore Ranking Problem.

$
0
0
I have problem with my ranking in mucore check this:



How to repair this ?

ChaosMu x50 [S6EP3] 05.01.2017

$
0
0

Server time:GMT +1
Start server time: 5.01.2017
Server language: English
Website: ChaosMu.eu OFF-LINE NOW
Forum: ChaosMu Forum
Version: Cut S6EP3
Exp: x50
Mlvl exp: x50
Drop: 40%
Max stats: 32 000
Castle Siege: Sundays 20:00

Reset only on website!
Reset CoolDown: 24 hours
Reset Stats: Yes
Stats for reset: 500pkt for each reset
Req Zen: Dynamic, 1-10rr - 10kk | 11-20rr 20kk etc.
Reward for resets!
What every 7 reset, you can add options to item!


Succes rate with luck
Jewel of Soul: 80%
Jewel of Life: 80%
Mix +10, +11: 75%
Mix +12, +13: 70%
Mix +14, +15: 65%


EXTRA! OFF-LINE AFK! CLICK HERE
Party bonus exp!
Global character settings!
Security DDos premium!
Server without WebShop!
Server without seals/pets only VIP subserver
Automatic UPDATE Launcher Premium!
Spots on minimap (TAB)!
Seperate Chat Exp!
Auto Reconnect!
Auto Party command /re auto!
Goblin Point System - Items for online!
Hunt Point System - Items for hunt boss!
Website Market!
Website Event Timer!
Creation auction!
Custom Store!

Blood Castle
00:00 // 04:00 // 08:00 // 12:00 // 16:00 // 20:00
Reward: bless,soul

Chaos Castle
01:00 // 05:00 // 09:00 // 13:00 // 17:00 // 21:00
Reward: Standard Jewels & ACC Items

Devil Square
00:30 // 04:30 // 08:30 // 12:30 // 16:30 // 20:30

Red Dragon Invasion
00:15 // 04:15 // 08:15 // 12:15 // 16:15 // 20:15
Drop: 3 random jewels

Golden Dragon Invasion
03:20 // 07:20 // 11:20 // 15:20 // 19:20 // 23:20
MORE INFO

Lorencia Orc Bloody Invasion
01:15 // 05:15 // 09:15 // 13:15 // 17:15 // 21:15
Noria Golem Bloody Invasion
02:25 // 06:25 // 10:25 // 14:25 // 18:25 // 22:25
Devias Witch Queen Bloody Invasion
00:20 // 04:20 // 08:20 // 12:20 // 16:20 // 20:20
Reward: 3 random jewels (bless,soul)

AddInventoryInfo v.62 (CashItem)

$
0
0
I'm trying to improve my cashshop, and am looking for some ways to upgrade some packages, like this one here. I'm not very good at IDA, so I need you to get me a question, what part of the game is responsible for making me move my items back to CashShopInventory? I know that it is necessary to have the function for this, but because it does not get "blue" when it goes to my inventory in the v.83 type, my intention is that it should be something in AddInventoryInfo, but I can not say that it is there , Can it be in iteminfo?

addInventoryInfo

Code:

private static void addInventoryInfo(MaplePacketLittleEndianWriter mplew, MapleCharacter chr) {
        mplew.writeInt(chr.getMeso());
        for (byte i = 1; i <= 5; i++) {
            mplew.write(chr.getInventory(MapleInventoryType.getByType(i)).getSlotLimit());
        }
        MapleInventory iv = chr.getInventory(MapleInventoryType.EQUIPPED);
        Collection<IItem> equippedC = iv.list();
        List<Item> equipped = new ArrayList<Item>(equippedC.size());
        List<Item> equippedCash = new ArrayList<Item>(equippedC.size());
        for (IItem item : equippedC) {
            if (item.getPosition() <= -100) {
                equippedCash.add((Item) item);
            } else {
                equipped.add((Item) item);
            }
        }
        Collections.sort(equipped);
        for (Item item : equipped) {
            addItemInfo(mplew, item);
        }
        mplew.writeShort(0); // start of equip cash
        for (Item item : equippedCash) {
            addItemInfo(mplew, item);
        }
        mplew.writeShort(0); // start of equip inventory
        for (IItem item : chr.getInventory(MapleInventoryType.EQUIP).list()) {
            addItemInfo(mplew, item);
        }
        mplew.writeInt(0);
        for (IItem item : chr.getInventory(MapleInventoryType.USE).list()) {
            addItemInfo(mplew, item);
        }
        mplew.write(0);
        for (IItem item : chr.getInventory(MapleInventoryType.SETUP).list()) {
            addItemInfo(mplew, item);
        }
        mplew.write(0);
        for (IItem item : chr.getInventory(MapleInventoryType.ETC).list()) {
            addItemInfo(mplew, item);
        }
        mplew.write(0);
        for (IItem item : chr.getInventory(MapleInventoryType.CASH).list()) {
            addItemInfo(mplew, item);
        }
    }


It would be something like this, but when I clicked the ring it would turn blue:

Script Cabal Online Tools

$
0
0
Item name: Cabal Online Droptable Editor Tool
Price: 40$
Location: Cabal Online
Payment: Paypal, Paysafecard, WU

About the item:
-You can edit a Cabal Online Episode 8 droptable content.
-Create or Edit existing one
-Handle Items, Item Pairs, and all others
-Calculating the current droprates so make it perfect drops
-Lot of other functions.

---
Item name: Cabal Online EP8 Website (Laravel + PHP 7)
Price: 100$
Location: Cabal Online
Payment: Paypal, Paysafecard, WU

About the item:
-Functions: News, News management, Downloads, Downloads Management, Register, Vote, Donate, Statistics, User Profiles
-MVC based so you can use your own design or edit it easily.
-Using Laravel and PHP 7
-Developed by a ragezone user which may can extend it for you if want (example with toplists, etc.)

---
Item name: Cabal Online Launcher
Price: 30$
Location: Cabal Online
Payment: Paypal, Paysafecard, WU

About the item:
-Launcher keep up to date your game.
-Full sync with server side client
-Ability to do full/partially updates
-Checking a current CabalMain hash
---

You can pm me about pictures and if you want i can do videos too. I'm out from cabal and want to get out some investment. If someone buying all in one than i can help setup a server...

[Help] PlusEMU catalog_deals How does it work?

$
0
0
Hi,

How does the catalog_deals table work? I want to sell room bundles, but I don't know how. Do I need a special catalog_layout for that or something else? Can somebody explain me how it works?

Thanks in advance:):,
Lex

No one can help me make the game perfect world the concept of private version of 153?

$
0
0
No one can help me make the game perfect world the concept of private version of 153?
and I need tools editor Perfect World version of 153
if no request is paid or free info ...
thank you master

[Help] "response time exceeded"

$
0
0
Hi mate how to resolve this issue with muemu season 6 epi 3 files
"response time exceeded" always dc when that message appear
thank you in advance

[Request] Item Limit DLL


[Help] skill codes of tribes

$
0
0
Who has the skill codes of all tribe? Thanks

4.4 Files

$
0
0
Looking for 4.4 server/client files for an upcoming server. Trying to add the sky castle maps to my 3.944 v2.5. PM me or send me an email or skype invite. Tabtickell@gmail.com or bmx4lifeya (skype).

How to config best mysql for maplestory v62

$
0
0
How to config best mysql for maplestory v62
setup
my.ini
help me please

Darkness MuOnline Season 2 Grand Opening!!!

$
0
0
Darkness Mu Online
Server Info
Exp 180%
Drop 45%
Reset 15
Points Per Level BK/SM/ELF:5
MG: 8 /DL :8
Excellent Drop 1/100
Excellent Drop With Luck 50%
Blood Castle ON
Chaos Castle ON
Devil Square ON
Balgrass Event ON
Golden Invasion ON every 2 Hours
Withe Wizard ON every 1 Hour
Castle Siege Every 1 Week
Nightmare 24 Hours
Illusion of Kundum K7 BOSS 12 Hours
Kalima 6 Boss 3 Hours
Chaos Castle: 50% to drop ancient
Jewels drop by monster Normal (Fast Drop)
Full Spots on every map
Good Balance on excellent set and character stats
No 380 excellent,Not excellent GD,RS,BS,HURR Only from Senior ( Siege Lord Mix )
No Webshop!
No Donate!
ChaosMix+10 = 70%
ChaosMix+11 = 65%
ChaosMix+12 = 60%
ChaosMix+13 = 55%
ChaosMix+Luck = 15%
SoulWithLuckSuccessRate = 75%
SoulLuckSuccessRate = 100%
SoulNoLuckItems = 100%
LifeSuccessRate = 100%

More Futures!!!!
Aida2,Icarus,Kalima6 bosses every 3Hours 5% for 380 armors no luck,
Balgass boss event evey 12 Hours!!!

Also.....
K6 Boss drop 380 armors
Good spots on atlans,losttower7,kanturu2-3,kalima6-7,tarkan,davias.
BOX+5 Drop:Valiant Set,Eclipse Set,Ashcrow Set, Iris Set, Dark Steel Set, Jewels, Excellent Petands...
BOX+4 Drop: Storm Crow Set , Dragon Set, Legendary Set , Guardian Set ,Adamantine Set , Jewels , Excellent Rings
BOX+3 Drop:Plate Set, Scale Set , Sphinx Set, Spirit set ,Light plate Set , Jewels , Exc Rings-Petands.
BOX+2 Drop: Brass Set , Vine Set , Bone Set , Scale Set ,Exc Petands, Jewels.
BOX+1 Drop : Leather Set , Pad Set , Silk Set, Exc Rings , Jewels .
Boss Drop:
Bone blade
Grand Viper Staff
Sylphid bow
Solay scepter
Explosion Blade
Ancient Items
Dragon knight armor
Sylphid armor
Sunlight armor
Volcano armor
Venom mist armor
------------------------------
Balgass Drop
Excellent Staff of Kundun,Excellent AA Sword,Bow,Staff,Excellent Sword of Destruction,
Excellent Dragon soul Staff,Excellent Celestial bow,Excellent Lord scipter,Excellent Rune blade
Dragon knight armor
Sylphid armor
Sunlight armor
Volcano armor
Venom mist armor
------------------------------
------------------------------Nightmare Drop
Archangel sword/crossbow/scepter/staff , Excellent Celestial bow
Dark phoenix Set , Excellent Knight Blade , Excellent Kundun staff
Excellent Platina Staff, Exc Albatross Bow , Exc Knight Blade, Exc Shining Scipter,Exc Sword of Dancer
380 lvl armors
Hands drop
Excellent Black Dragon set , Excellent Glorious set
Excellent Divine Set , Excellent Grand soul set , Excellent Thunder set


Web Site :News - Darkness MuOnline
Follow us :https://www.facebook.com/darknessmu.ddns.net

We will be glad to see you online!!!
:):

[IMG][/IMG]


[IMG][/IMG]


[IMG][/IMG]


[IMG][/IMG]

help for random value sample bin files

$
0
0
guys asking where is def practice value here. i just want to remove it from my sample bin

// ¾ÆÀÌÅÛ ·£´ý ¿É¼Ç ¼³Á¤.
//
//
// ·£´ý¿É¼Ç ¹ß»ý È®À².
fRATE 100.0f
// ·£´ý¿É¼Ç ¼³Á¤ °³¼ö. ( ¼³Á¤ °¡´É °³¼ö : 10°³, ½ÇÁ¦ ¹ß»ý °¡´É °³¼ö 4°³ )
dwSET_NUM 4
// °³Á¶ ½Ãµµ½Ã ¾ÆÀÌÅÛÀÌ ¼Ò¸ê ÇÒ ¼ö ÀÖ´Â È®·ü.
D_point 2.0f
// °³Á¶½Ã¿¡ ÇÊ¿äÇÑ ±Ý¾×, ItemÀÇ ´Ü°¡¿¡ °öÇÑ´Ù.
S_value 0
//
// ¿É¼Ç : È®À², ŸÀÔ, ÃÖ´ë, ÃÖ¼Ò.
// ±¸°£ : È®·ü, ÃÖ´ë, ÃÖ¼Ò
//
// ŸÀÔ : °ø°Ý·Â(1,-327.00%~+327.00%),
// ¹æ¾î·Â(2,-327.00%~+327.00%),
// ¸íÁß·ü(3,-327.00%~+327.00%),
// ȸÇÇÀ²(4,-327.00%~+327.00%),
// hpÅ©±â(5,-32,700~+32,700),
// mpÅ©±â(6,-32,700~+32,700),
// spÅ©±â(7,-32,700~+32,700),
// hpº¯È­À²(8,-3.2700%~+3.2700%),
// mpº¯È­À²(9,-3.2700%~+3.2700%),
// spº¯È­À²(10,-3.2700%~+3.2700%),
// hpmpspº¯È­À²(11,-3.2700%~+3.2700%),
// °ø°Ý¿¬¸¶(12,0~9),
// ¹æ¾î¿¬¸¶(13,0~9),
// °ø°Ý¿µ¿ª(14,-32,700~+32,700),
// sp¼Ò¸ð(15,-32,700~+32,700),
// ÀúÇ×(16,-32,700%~+32,700%)
//
// * ŸÀÔ¿¡ µû¶ó ¿É¼Ç°ªÀÇ ¿µ¿ªÀÌ Á¦ÇѵǾî ÀÖÀ¸¸ç ¼Ò¼ýÁ¡ Á¤È®µµ ¶ÇÇÑ Ç¥½ÃÇÑ ¼Ò¼ýÁ¡±îÁö¸¸ Á¤È®ÇÏ´Ù.
// ( °ªÀÇ ¿µ¿ª Á¦ÇÑÀº º¯¼öÀÇ Ç¥Çö ´É·ÂÀÌ´Ù. )
// ( °°Àº ŸÀÔÀÇ ¿É¼ÇÀº ¿©·¯°³ ¼³Á¤ÇÏÁö ¸»ÀÚ! )
// * hp, mp, sp º¯È­À² ¼³Á¤½Ã °ª. ( ex. 0.001, 0.0005 )
//
// È®·ü, ŸÀÔ, ±¸°£¼ö
// NEW_OPTION_1 100.0f, 2, 2 ( 100 % È®·ü·Î, 2¹ø ¹æ¾î·ÂÀ» ·£´ý ¿É¼ÇÀ» »ç¿ëÇϸç, 2°³ÀÇ È®·ü·Î ³ª´µ¾î¼­ ¼³Á¤ÇÑ´Ù )
// È®·ü, ÃÖ´ë, ÃÖ¼Ò
// NEW_OPT_SE_1_1 50.0f, 10, 0 ( ù¹øÂ° ±¸°£,50% È®·ü·Î, ŸÀÔ 2¹øÀÇ ¹æ¾î·ÂÀÌ ÃÖ´ë + 10% ~ ÃÖ¼Ò + 0 % ·Î Àû¿ë )
// NEW_OPT_SE_1_2 50.0f, 0, -5 ( µÎ¹øÂ° ±¸°£,50% È®·ü·Î, ÅÁºñ 2¹øÀÇ ¹æ¾î·ÂÀÌ ÃÖ´ë + 0% ~ ÃÖ¼Ò -5 % ·Î Àû¿ë )
//
// MOB ¿¡°Ô¼­ ITEM ÀÌ DROP µÉ¶§ »ç¿ëµÇ¾îÁö´Â RANDOM OPTION È®·ü
NEW_OPTION_1 100.0f, 2, 3
NEW_OPT_SE_1_1 20.0f, 7, 4
NEW_OPT_SE_1_2 30.0f, 5, 0
NEW_OPT_SE_1_3 50.0f, 0, -5
//
NEW_OPTION_2 40.0f, 4, 1
NEW_OPT_SE_2_1 100.0f, 0, 4
//
NEW_OPTION_3 10.0f, 16, 1
NEW_OPT_SE_3_1 100.0f, 0, 0
//
NEW_OPTION_4 10.0f, 13, 1
NEW_OPT_SE_4_1 100.0f, 2, 0
//
// NPC ¸¦ ÅëÇØ¼­, RANDOM OPTION À» °³Á¶ÇÒ ¶§ »ç¿ëÇÏ´Â RANDOM OPTION È®·ü
// »ç¿ë¹ýÀº À§¿Í µ¿ÀÏ
REB_OPTION_1 100.0f, 2, 6
REB_OPT_SE_1_1 15.0f, 0, -5
REB_OPT_SE_1_2 20.0f, 1, 0
REB_OPT_SE_1_3 45.0f, 5, 1
REB_OPT_SE_1_4 15.0f, 10, 5
REB_OPT_SE_1_5 4.0f, 13, 10
REB_OPT_SE_1_6 1.0f, 15, 13
//
REB_OPTION_2 40.0f, 8, 1
REB_OPT_SE_2_1 100.0f, 0.001, 0
//
REB_OPTION_3 10.0f, 16, 3
REB_OPT_SE_3_1 5.0f, 2, 2
REB_OPT_SE_3_2 45.0f, 1, 1
REB_OPT_SE_3_3 50.0f, 1, 0
//
REB_OPTION_4 10.0f, 13, 4
REB_OPT_SE_4_1 50.0f, 2, 0
REB_OPT_SE_4_2 20.0f, 1, 1
REB_OPT_SE_4_3 25.0f, 3, 2
REB_OPT_SE_4_4 5.0f, 4, 4


thanks guys

[Release] Tyranny Source ( TOWER WARS )

$
0
0
CTF.rar

HP Multiplier ( Gate Based and according to players inside the map )
60% Movespeed on Map you can adjust this.. or recode it to be adjusted at default
Heal damage resu kill deaths rankings ( NOT SURE IF ACCURATE coz i have my own ) :ott1::ott1::ott1:
and there are still features here like EP10 like chat box.. i guess..

YOU CAN MAKE YOUR OWN XML ( GUI ) and INI for this.. can't support you for that.. sorry! :w00t::w00t::w00t:

NOTE: you can improve the code for heal and resu if you know how..


Credits @ Source Comments Just reply here if you know them thanks. :thumbup1::thumbup1::thumbup1:
Attached Files

[Help] MEMB_STAT OnlineHours DB

$
0
0
Someone can please provide a working DB for MEMB_STAT - OnlineHours?

My current MEMB_STAT is working ConnectStat, but the only problem is OnlineHours is stuck at 0 even players have been playing for almost days.

[Perfect World] Private Server Max Level 500 Instant cast Well balanced PW Server.

$
0
0
Join Today our small community!

Join a free server with a mature and honest admin where all players are equal and we actually listen to your opinions!
We have instant cast and max level 500/Easy Farming system and a lot of custom unique content.

Hi, in this patch I did some nice fixes I would call them:
1) Added Reawakening items in teleporter npc.
2) Adjusted the rates to 1000x EXP and 100x SP
3) Lowered the moonlight labyrinth mobs HP.
4) Added new mobs in Nightscream island that drop Forsaken Souls.

Please note the fallowing observations:
1)You need to get basic items from r8r* that are adjusted for faster farming
2)You only need level 105 for second Reawakening after that you can level and farm soul from new quests and NS(NightScream)
3)Primal is closed you dont need to fix the spire.
4)Avatar cards are useless so you dont need them.
5)There is no known bug ATM all is suppose to be like it is now.

World bosses
New Instances
And much more.






Website:https://www.forsaken-pw.eu/

PW:Eclipse
Ver:1
Max Level 500
x10 Quest Rates
x100 Mob Rates

[Help] Editing Custom Launcher

$
0
0
Hello Gals ;)

I wonder if there's a software where you could edit any MU Launcher like the placement of the button, the Window frame, etc.

I am using Resource Hacker to edit .bmd files on MU Launchers but somehow I cant figure out how to re-do some of the the Launcher's tools or whatever.

Anyone?

Cashshop Fails to connect

$
0
0
My Cashshop Log, 4 days into my server and out fo no where it decides to **** on me and stop connecting.. Anyone know this issue and how to fix it? o: I normally hate asking for help.. but I can't figure this one out x_x

Quote:

[2017-01-10 07:52:53,297]INFO [1] - HeroesContentsLoader in 64bit
[2017-01-10 07:52:53,343]INFO [1] - GetGameCode : FeatureMatrix
[2017-01-10 07:52:53,484]INFO [1] - GetGameCodeEnd : FeatureMatrix
[2017-01-10 07:52:53,484]INFO [1] - GetFeatureMatrix : EN-EU
[2017-01-10 07:52:53,499]INFO [1] - GetFeatureMatrixEnd : EN-EU
[2017-01-10 07:52:53,765]INFO [1] - Testing Contents DB Connection...
[2017-01-10 07:52:53,765]INFO [1] - GetGameCode : FeatureMatrix
[2017-01-10 07:52:53,780]INFO [1] - GetGameCodeEnd : FeatureMatrix
[2017-01-10 07:52:54,326]INFO [CashShopService.CashShopService] - Connecting to CashShop : 127.0.0.1:6500
[2017-01-10 07:52:54,373]INFO [1] - ServiceReporter.AddSubject() : Sub=Perf, Interval=60000
[2017-01-10 07:52:54,389]INFO [1] - ServiceReporter.AddSubject() : Sub=Log, Interval=60000
[2017-01-10 07:52:54,389]INFO [1] - ServiceReporter.AddSubject() : Sub=Stat, Interval=60000
[2017-01-10 07:52:54,389]INFO [1] - ServiceReporter.AddSubject() : Sub=ProfileScope, Interval=3600000
[2017-01-10 07:52:54,389]INFO [1] - ServiceReporter.Start() : Interval=60000
[2017-01-10 07:52:55,413]FATAL[CashShopService.CashShopService] - CashShop Connection Failed...

[Release] Animated Wings

I can't run 1.5.3 Server

$
0
0
I just do usual copy paste contents from 1.5.3 file server to file server 1.4.6 v80
1.5.3 file server and file server 1.4.6 v80 have auth too
I replace pw.sql file server 1.4.6 v80 with pw.sql from 1.5.3 file server
For iweb i copy from file server 1.5.1

Thanks for the hint and time :(:
Viewing all 25194 articles
Browse latest View live


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