Jump to content

rmon

Members
  • Posts

    75
  • Joined

  • Last visited

Posts posted by rmon

  1. Tried adding pvpnopart and pvpnoguild but i still can't hit guildmember and partymember 

    setarray [email protected],
            mf_nobranch,
            mf_nomemo,
            mf_nopenalty,
            mf_nosave,
            mf_noteleport,
            mf_nowarp,
            mf_nowarpto,
            mf_noicewall,
            mf_pvp_noguild,
            mf_pvp_noparty,
            mf_noreturn;

  2. On 9/7/2017 at 5:42 AM, Quesooo said:

    here

    >> 4140,Knight_Of_Abyss_Card,Abysmal Knight Card,6,20,,10,,,,,,,,2,,,,,{ bonus2 bAddClass,Class_Boss,50; },{},{}

    dont forget to reload itemdb

    if you change 25 to 50 , what will happen to physical attack % it now it should be 50% each card ?

  3. Hi,

    Can anyone help me with my issue,

    The detection is still being trigger even though it is not including on the loadevent list

    1st char is in new_1-1 when i tried to create a new char since the start point is new_1-1 the moment i log in the 2nd char it got warp even though new_1-1 is not in the list

    prt_gld    mapflag    loadevent
    pay_gld    mapflag    loadevent
    gef_fild13    mapflag    loadevent
    alde_gld    mapflag    loadevent
    aru_gld    mapflag    loadevent
    sch_gld    mapflag    loadevent

  4. Anyone can share fixed version of this ?

    I'm having a following issue on the script

    - cluckers is getting error everytime i walk on the cell where i got the status effect from the cluckers
    - Find the poring is not ending (not warping all player back to prontera when all Correct poring has been killed )
    - Manhunt is having an issue
    - find the mushroom ( no mushroom spawn )
    - monster counting is not working
    - disguise event is ending after 1 correct answer

  5. @Mabuhay

     

    how about this scenario 
    - when a player created a party without member, if an MVP has been killed getitem will not triggered

    - when there is only two member in the party and one member is away from the party getitem will not get triggered

    - when there is only two member in the party and one member is offline getitem will not get triggered

     

    getitem will only get triggered if :

    -party has >=2 within 15 cell 

     

    OnNPCKillEvent:
    if ( getmonsterinfo( killedrid, MOB_MVPEXP ) ) {
    		getmapxy ([email protected]$, [email protected], [email protected], BL_PC);
    		getpartymember getcharid(1), 1;
    		getpartymember getcharid(1), 2;
    		for ( [email protected] = 0; [email protected] < [email protected]; [email protected] ) 
    		if ( isloggedin( [email protected][[email protected]], [email protected][[email protected]] ) ) {
    			attachrid ( [email protected][[email protected]]);
    			getmapxy ( @map$, @x, @y, BL_PC );
    			if ( distance([email protected], [email protected], @x, @y) > 20 && @map$ != [email protected]$ ) continue;
    			else  {
    				[email protected][[email protected]] = [email protected][[email protected]];
    				[email protected]++;
    				
    			}
    		}
    		sleep 1;
    		getitem 501, rand(1,5), [email protected][ rand( [email protected] ) ];
    	}
    	end;

     

  6. 8 hours ago, Zack- said:

    Ok now goto config/application.php and find debugmode set to true, then refresh your browser post the error msg here

    'DebugMode' => true, // Set to false to minimize technical details from being output by Flux. WARNING: DO NOT USE THIS OPTION ON A PUBLICALLY-ACCESSIBLE CP.

     

    @Zack- looks like the issue is on my vps as its working properly on local machine i will try to find out later 🙂  

     

  7. Hi Guys,

    Anyone can help me with the below. 

    I'm trying to add vote for points from 
    https://github.com/sanasol/FluxCP_Addons-VoteForPoints

    I was able to follow all the install instruction. 

    but fluxcp keeps on opening the install/update page, i tried to Install or Update Everything notification says " update has been completed " i can also see that the 2 schema is already added on my database.

     

    image.png.6a9d253ef31a0ea239103cae325ada60.png

    image.png.bd6cc1c351052aa439d74253bdf6f97a.png

     

    But still everytime i open my site it keeps redirecting to http://myro.com/?module=install

    Any clue please ? 

     

  8. @Stolao or to anyone who is willing to help,

    How can i remove Monthly Rewards i only need #PvPPoints for every player killed on any of the PVP map

    And PVP option on Enter PVP Map - ( how to remove  : Nightmare PVP , PVP no ygg 3rd.... )

    Thanks in advance

    Also, 

    I'm getting the below:
    [Warning]: map_setmapflag: Unable to set PvP and GvG flags for the same map! Removing PvP flag from pvp_n_1-1.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.