Jump to content

rmon

Members
  • Posts

    97
  • Joined

  • Last visited

Everything posted by rmon

  1. @Emistry is it possible to have specific reward for each job ?
  2. Is it also possible to separate drop from normal mobs, mini boss, and mvp ?
  3. Hi everyone, Can anyone share how i can use this on OnPCLoadMapEvent: like when they go on a certain map which is on the list of the loadevent
  4. 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
  5. 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
  6. @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 (.@map$, .@x, .@y, BL_PC); getpartymember getcharid(1), 1; getpartymember getcharid(1), 2; for ( .@i = 0; .@i < $@partymembercount; ++.@i ) if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) { attachrid ( $@partymemberaid[.@i]); getmapxy ( @map$, @x, @y, BL_PC ); if ( distance(.@x, .@y, @x, @y) > 20 && @map$ != .@map$ ) continue; else { .@partymemberaid[.@c] = $@partymemberaid[.@i]; .@c++; } } sleep 1; getitem 501, rand(1,5), .@partymemberaid[ rand( .@c ) ]; } end;
  7. @Stolao Paladin getting pvppoint when killed by their own Sacrifice Skill Guys, Any solution ?
  8. Anyone tried to add, additional message to the players, every time they reach 30 minutes out of 1 hour they will receive a message that they successfully accumulated 30 minutes of our 1 hour ?
  9. Hi @Mabuhay i didn't configure any session on woe controller, But then suddenly a woe has been started. Any idea ?
  10. @Zack- looks like the issue is on my vps as its working properly on local machine i will try to find out later ?
  11. Same issue, already tried it to 3 computer with my friends
  12. 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. But still everytime i open my site it keeps redirecting to http://myro.com/?module=install Any clue please ?
  13. Guys, Kindly share first where do you host your fluxcp, I only know how to fix it on CentOS
  14. I tried to using this on 2018 Client, using latest rathena. The char who initiate dicebet is not rolling a dice once the other char use @acceptdb showing /dice emoticon
  15. @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.
  16. @Brynner Thanks ! i actually use % instead of the centos7 IP and it works CREATE USER 'myName'@'%' IDENTIFIED BY 'MyPAssword'; GRANT ALL PRIVILEGES ON MyDB . * TO 'myName'@'%'; GRANT ALL PRIVILEGES ON MyDb_logs . * TO 'myName'@'%'; FLUSH PRIVILEGES;
  17. Hi Everyone, I just wanted to check, what are the ports needed to open in order for me to install fluxcp ? - my current ports that is open : 3306 inbound & outbound Both Debian 10 & CentOS7 i have two(2) AWS instance Debian10 - Server that holds rathena files CentOS7 - Holds Fluxcp Files I add the user inside Debian10 CREATE USER 'fluxcpUser'@'CentOS7_IP' IDENTIFIED BY 'MyPassword'; GRANT ALL PRIVILEGES ON MyDatabase_on_Debian10_main . * TO 'fluxcpUser'@'CentOS7_IP'; GRANT ALL PRIVILEGES ON MyDatabase_on_Debian10_logs . * TO 'fluxcpUser'@'CentOS7_IP'; FLUSH PRIVILEGES; but im still having this issue Error: PDOException Message: SQLSTATE[HY000] [2002] Permission denied File: /var/www/html/fluxcp/lib/Flux/Connection.php:81
×
×
  • Create New...