What's new

Mordo & Mordo jr

aduan

Squid Slayer
Joined
Jul 4, 2016
Messages
65
Reaction score
74
Points
18
Age
30
Location
Brazilian
You know me know if you will have another kind of fairy much used in virtually all pirates servers . I strongly believe that there will not be any possibility to have this fairy in Pirate King Online why the foxlvon never had then just wanted to know if you will have this fairy in the game yes or not?

thank you so much .

@Zankza
 
Yes it will be possible, But mordo isn't being sold. So that means when you try marry two 2gen, you might get mordo junior.
 
Last question and Demonic Fruits where i can get ?
just mall?
some possibility for get in gamer?
 
Yes it will be possible, But mordo isn't being sold. So that means when you try marry two 2gen, you might get mordo junior.

Can you please explain more? Is there like fixed chance to randomly get it when you marry 1nd gen pets? Or some new special way to obtain it?
 
Remember: I have not changed anything. What was possible on officials is possible here too. I don't have the exact math but all I know is that, using two 2gen fairies, and marrying them both have small chance of breeding mordo junior. (otherwise breeding the 2gen based on what fruit uses). ANY devil fruit can randomly breed mordo junior.
 
Remember: I have not changed anything. What was possible on officials is possible here too. I don't have the exact math but all I know is that, using two 2gen fairies, and marrying them both have small chance of breeding mordo junior. (otherwise breeding the 2gen based on what fruit uses). ANY devil fruit can randomly breed mordo junior.

That was basically my question - Is it same as in official or some new way implemented. Thank you for your answer.
 
using two 2gen fairies, and marrying them both have small chance of breeding mordo junior.
Am I reading this correctly?
So you need to level normal fairys to lvl 20
Then marry them, get a Second generation fairy.
Level 2 second generation fairys to lvl 20.
And then marry them in hopes to get mordo jr.?
 
Err I dont know why I brought up 2gen, I mean 1gen fairies...
 
Err I dont know why I brought up 2gen, I mean 1gen fairies...
But that is still not true. At least original code first checks if at least ONE of two is mordo, and then it checks if the second is as well, otherwise there will be a certain chance for a jr to be born, depending on the level of faires.

TL;DR if at least one of two is mordo, it is possible to get a mordo JR, otherwise it is not possible, according to the original files. Check it please. =D
 
No.

Mordo junior is always possible, adding one mordo greatly improves chances, adding two mordo is 100% chance of jr.
 
No.

Mordo junior is always possible, adding one mordo greatly improves chances, adding two mordo is 100% chance of jr.

But are you sure? From what we've found it is not really possible but we might not have %100 vanilla files

This is for one of the fruits

Code:
        local rad = math.random ( 1, 100 )
        local r1 = 0
        local r2 = 0
        if Item_JLone_ID ==680 or Item_JLother_ID ==680 then
            if Item_JLone_ID==Item_JLother_ID then
                r1,r2 =MakeItem ( role , 681  , 1 , 4 )
            elseif lv_JLone>=20 and lv_JLone<25 and lv_JLother >=20 and lv_JLother<25 and rad>=88 then
                r1,r2 =MakeItem ( role , 681  , 1 , 4 )
            elseif lv_JLone>=25 and lv_JLone<35 and lv_JLother >=25 and lv_JLother<35 and rad>=50 then 
                r1,r2 =MakeItem ( role , 681  , 1 , 4 )
            elseif lv_JLone>=35 and lv_JLother >=35 and rad>=10 then
                r1,r2 =MakeItem ( role , 681  , 1 , 4 )           
            else
                r1,r2 =MakeItem ( role , 231  , 1 , 4 )
            end
        else
            r1,r2 =MakeItem ( role , 231  , 1 , 4 )
        end
 
But are you sure? From what we've found it is not really possible but we might not have %100 vanilla files

This is for one of the fruits

Code:
        local rad = math.random ( 1, 100 )
        local r1 = 0
        local r2 = 0
        if Item_JLone_ID ==680 or Item_JLother_ID ==680 then
            if Item_JLone_ID==Item_JLother_ID then
                r1,r2 =MakeItem ( role , 681  , 1 , 4 )
            elseif lv_JLone>=20 and lv_JLone<25 and lv_JLother >=20 and lv_JLother<25 and rad>=88 then
                r1,r2 =MakeItem ( role , 681  , 1 , 4 )
            elseif lv_JLone>=25 and lv_JLone<35 and lv_JLother >=25 and lv_JLother<35 and rad>=50 then
                r1,r2 =MakeItem ( role , 681  , 1 , 4 )
            elseif lv_JLone>=35 and lv_JLother >=35 and rad>=10 then
                r1,r2 =MakeItem ( role , 681  , 1 , 4 )          
            else
                r1,r2 =MakeItem ( role , 231  , 1 , 4 )
            end
        else
            r1,r2 =MakeItem ( role , 231  , 1 , 4 )
        end

seems legit, i've never heard of anyone getting an mjr from just marrying 2 1st gen pets(i mean, honestly it wouldn't make sense, mordo jr is the child of mordo so there has to be a mordo involved) and even if there was a chance to get it without a mordo i'm pretty sure if you were using that same kind of code above you'd wanna make the condition rad >=95 or something like that (cause it'd have to be sooooo rare)
 
OK so, you guys are right, without one mordo fairy, it's not possible to get JR. I dont know yet how mordo will be obtainable. We'll see.
 
OK so, you guys are right, without one mordo fairy, it's not possible to get JR. I dont know yet how mordo will be obtainable. We'll see.
for me atm no need mordo. 2 generation its really good for me !
 
for me atm no need mordo. 2 generation its really good for me !
i partially agree, you don't really need mordos yet .. because it would only make sense to have it in mall with other fairies, which would give mallers an unfair advantage in getting an Mjr wait till economy expands and non-mallers can afford to buy mordos or mordo jr's
 
Back
Top