Jump to content

Enko

Members
  • Content Count

    79
  • Joined

  • Last visited

Posts posted by Enko


  1. I have installed the FLUX panel 3 times to try to fix those errors.

     

    This is a fresh instalation. I'm wondering why my Flux CP creates a file called "error_log" in the root of my hosting.

     

    [27-Mar-2014 08:39:03 America/Los_Angeles] PHP Strict Standards:  Accessing static property Flux_Mailer::$errLog as non static in /home/enkoro/public_html/lib/Flux/Mailer.php on line 21
    [27-Mar-2014 08:39:03 America/Los_Angeles] PHP Strict Standards:  Accessing static property Flux_Mailer::$log as non static in /home/enkoro/public_html/lib/Flux/Mailer.php on line 22

     

    Thanks for any help.


  2. Hello,

     

    someone can help me to update those lines to hercules version? Thanks

     

     

       	 skilleffect 8,0; sc_start SC_ENDURE,360000,10;        skilleffect 33,0; sc_start SC_ANGELUS,360000,10;        skilleffect 74,0; sc_start SC_MAGNIFICAT,360000,5;        skilleffect 75,0; sc_start SC_GLORIA,360000,5;        skilleffect 34,0; sc_start SC_BLESSING,360000,10;        skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; 

     


  3. Hello there.

     

    Im wondering why i'm getting those errors?

     

    [24-Mar-2014 04:35:57 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 05:05:49 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 07:02:41 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 12:27:48 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 12:34:39 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 12:58:46 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 12:59:48 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 13:18:43 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 13:23:42 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 13:48:20 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 15:31:36 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
    [24-Mar-2014 16:11:17 America/Los_Angeles] PHP Strict Standards:  Accessing static property Flux_Mailer::$errLog as non static in /home/enkoro/public_html/flux/lib/Flux/Mailer.php on line 21
    [24-Mar-2014 16:11:17 America/Los_Angeles] PHP Strict Standards:  Accessing static property Flux_Mailer::$log as non static in /home/enkoro/public_html/flux/lib/Flux/Mailer.php on line 22
    [24-Mar-2014 20:11:27 America/Los_Angeles] PHP Strict Standards:  Accessing static property Flux_Mailer::$errLog as non static in /home/enkoro/public_html/flux/lib/Flux/Mailer.php on line 21
    [24-Mar-2014 20:11:27 America/Los_Angeles] PHP Strict Standards:  Accessing static property Flux_Mailer::$log as non static in /home/enkoro/public_html/flux/lib/Flux/Mailer.php on line 22

     

    Thanks


  4. Hello. Im wondering if you could make a patch file for this plugin: http://herc.ws/board/files/file/58-whosell/

     

    I have edited my Makefile.in like this:

     

    MYPLUGINS = whosell

     

    and my put the whosell.c in plugings folder.

     

    and also I have typed in root: make plugins

     

    It doesnt give any error in console and i can see something related to whosell.

     

    I have rebooted my server, and when i typed @whosell with my GM account it says: @whosell is Unknow command.

     

    Thanks


  5.  

    its working at the same time its throwing error

    implode command must have at least 1 index in the array or the server throws error

     

    rathena users quite easy, they have addrid

    -	script	bst_atcommand	-1,{OnInit:	bindatcmd "bst",strnpcinfo(0)+"::OnCommand";	end;OnCommand:	if ( !.@atcmd_numparameters ) {		message strcharinfo(0), "Please, enter a message (usage: @bst <message>).";		end;	}	.@symbol$ = substr( .@atcmd_parameters$, 0,1 );	if ( .@symbol$ != "B>" && .@symbol$ != "S>" && .@symbol$ != "T>" ) {		message strcharinfo(0), "Market Symbol is Needed when using this command ( B> S> T> )";		end;	}	if ( @bst_delay + 60 > gettimetick(2) ) {		message strcharinfo(0), "There is a 60 seconds delay of using this command again";		end;	}	@bst_delay = gettimetick(2);	.name$ = strcharinfo(0);	.message$ = implode( .@atcmd_parameters$," " );	addrid 0;	dispbottom "[Market] "+ .name$ +" : "+ .message$;	end;}
    EDIT: why the code broken...

    ok that [Market] makes this cannot be post on the board

    it's being read as bbcode

     

     

    hercules user might want to try my getmemberaid

    http://upaste.me/86b8111195ced159a

     

    I got this error:

     

    [Error]: script error in file 'npc/npc/custom_commands/bst.txt' line 22 column   2

      parse_line: expect command, missing function name or calling undeclared func tion

      19: @bst_delay = gettimetick(2);

      20: .@name$ = strcharinfo(0);

      21: .@message$ = implode( .@atcmd_parameters$," " );

    * 22: getmemberaid ALL_CLIENT;

      ~~~~~~~~^

      23: for ( .@i = 0; .@i < $@onlinecount; .@i++ ) {

      24: attachrid $@onlineaid[.@i];

      25: dispbottom "[Market] "+ .@name$ +" : "+ .@message$;

     


  6. Hello,

     

    can someone give me a hand? Im not sure if i set it up good. My server is 10x drop rates and my MVP cards are 0.01%.

     

    http://pastebin.com/YBvcHEiL

     

    And also, do i have to change this part to 1000?

     

    item_rate_mvp: 100

    item_rate_mvp: 100

    item_rate_adddrop: 100

     

    // The rate adjustment for the MVP items that the MVP gets directly in their inventoryitem_rate_mvp: 100item_drop_mvp_min: 1item_drop_mvp_max: 10000// The rate adjustment for card-granted item drops.item_rate_adddrop: 100item_drop_add_min: 1item_drop_add_max: 10000// Rate adjustment for Treasure Box drops (these override all other modifiers)item_rate_treasure: 100item_drop_treasure_min: 1item_drop_treasure_max: 10000

     

    Thanks!


  7. Thank you very much for you help. But i have 2 questions, if you let me ask....

     

    How can I do it for random messages?

     

    How can I do it if it were a @me command? I mean, with the same effect using * in the beginning and the ending.


  8. Hello there,

     

    I really need this command for my new ro server, i come from DOTA and i really loved this command.

     

    how should it work? when an user types "@rickroll" a random phrase will show up like @me does.

     

    Username's Never gonna give you up
    Username's Never gonna let you down
    Username's Never gonna run around and desert you
    Username's Never gonna make you cry
    Username's Never gonna say goodbye
    Username's Never gonna tell a lie and hurt you

     

    Thanks!


  9. is RATHENA DEAD?????!!?

     

     

    I dont think so but I think that they are handling this in the wrong way. It shows how inmature they are.

     

    You know, we are human and we make mistakes, I dont blame 100% about they had their back up in the same machine but they can make up something about it: Open a temporary forum, give more information in IRC or Facebook. We aren't living in 80 to not having a good communication between staff and community.

×
×
  • Create New...

Important Information

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