Jump to content

Loki81

Members
  • Posts

    79
  • Joined

  • Last visited

Posts posted by Loki81

  1. thank for the offer but not for change to rA, too complex and the last time, my server is becomed badly and not functional then i will stay ea and my server is too advanced for switch.

     

    The problem is simple, i dont believe is too switch for rA, is will solved that. A normal player, create a caractere and is novice class and it have all skill,the all job class, is not normal. normally you have, basic skill, first aid to opening class that is novice, no?

     

    Firstly, i dont know why, I just need a solution path, file, or script that ranks in job skills.

     

    secondly, the last time, i used specialisation skill of euphy and since the installation, it will fall a bug. I check all files, and erase the last modification and finally reboot server but... nothing change.

     

    for what now?

     

    edit: i have put a backup files and i reuse my backup for back in the good state

     

    edit2: i reboot server and vps and a uncommented the last script.

  2. Hello,

    I do not know if I should post here but I have a problem I try to solve but I failed. I'll explain ...

    When a player create a character, he has all the skills in the small window while the other window, everything is correct.

    Look in a picture for more info

    Sans%20titre11.jpg

    Thank you in advance

  3. I have extract all files and i have this pages http://www.nibelung-...ing&action=fame and I use eathena

    edit: Fatal error: Call to undefined method AccountLevel::getGroupID() in /usr/html/cp/addons/fame_ranking/modules/ranking/fame.php on line 23

    edit2: I don't know if i have repair the problem:

    $sql .= "AND login.level < ? ";

    if ($days=Flux::config('RankingHideGroupLevel')) {

    $sql .= 'AND TIMESTAMPDIFF(DAY, login.lastlogin, NOW()) <= ? ';

    $bind[] = $days * 24 * 60 * 60;

    }

    and i have the same problem with pvp ghost and i do:

    $sql .= "AND login.level < ? ";

    if ($days=Flux::config('PvPRankingThreshold')) {

    $sql .= 'AND TIMESTAMPDIFF(DAY, login.lastlogin, NOW()) <= ? ';

    $bind[] = $days * 24 * 60 * 60;

    }

  4. hello,

    is that we can change the time that we have to answer in the questionnaire. and that we can put a language automatically when a new player comes on a server. Because mine is in English, I would like it in French but english as second language. thank you in advance

  5. I install the script on my good old eAthena is the bug

    [Error]:

    script error on npc/custom/MyNPC/Euphy's WOE Controller v1.5.txt line 104

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

    * 104 : 'f'reeloop(1);

    This bug is not support for eathena, i know.

    To switch is too complex. I trying but a get too many error and my server is too many script for eAthena and i dont have patience for that. But, for the version 1.3 i have is correct but this version is a must but i can live with that. Thank euphy. Your script is best...

  6. Hello Try this scripts(It's my first)

    - script triple_exp -1,{
    OnInit:
    // original Base/Job Exp and Drop Rates
    set .bexp_rate, rate_exp; //Put you rate...
    set .jexp_rate, rate_job; //put you rate...
    
    OnClock1600:
    	  if(gettime(4)==0  || gettime(4)==1  || gettime(4)==2  || gettime(4)==3  || gettime(4)==4 ) { // Monday to Friday
    	  setbattleflag "base_exp_rate", .bexp_rate*100 * 2;
    	  setbattleflag "job_exp_rate", .jexp_rate*100 * 2;
    
    	  atcommand "@reloadmobdb";
    	  announce "Double Event Starting!", bc_all;
    	  end;
    }  
    OnClock2300:
    	 if(gettime(4)==0  || gettime(4)==1  || gettime(4)==2  || gettime(4)==3  || gettime(4)==4 ) { // Monday to Friday
    	 setbattleflag "base_exp_rate", .bexp_rate*100;
    	 setbattleflag "job_exp_rate", .jexp_rate*100;
    
    	 atcommand "@reloadmobdb";
    	 announce "Double Event is finished!",bc_all,0xFF6060;
    	 end;
    }
    OnClock2301:
    	  if(gettime(4)==4  || gettime(4)==5  || gettime(4)==6  || gettime(4)==0  ) { // friday to monday
    	  setbattleflag "base_exp_rate", .bexp_rate*100 * 3;
    	  setbattleflag "job_exp_rate", .jexp_rate*100 * 3;
    
    	  atcommand "@reloadmobdb";
    	  announce "Triple Event is Starting!",bc_all,0xFF6060;
    	  end;
    }
    OnClock1200:
    	  if(gettime(4) == 0) { //Triple Exp Week-end is finished!!!
    	  setbattleflag "base_exp_rate", .bexp_rate*100;
    	  setbattleflag "job_exp_rate", .jexp_rate*100;
    
    	  atcommand "@reloadmobdb";
    	  announce "Triple Event is finished!",bc_all,0xFF6060;
    	  end;
    }
    

  7. Hello,

    I have a bug when you do, Weapon Perfection takes 27:30 [/ b] minutes, Over Thrust takes 18:20. [/ b] minutes and lasts Adrenaline Rush 27:30 [/ b] minutes

    screennibelungvalesti00.jpg

    That is...

    Where I change this problem

    I use Eathena.

    In the file skill_db.txt

    //===== Blacksmith =========================

    //-- BS_REPAIRWEAPON

    108,7500,0,0,0,0

    //-- BS_HAMMERFALL

    110,0,0,0,0,5000

    //-- BS_ADRENALINE

    111,0,0,0,30000:60000:90000:120000:150000,0

    //-- BS_WEAPONPEFECT

    112,0,0,0,10000:20000:30000:40000:150000,0

    //-- BS_OVERTHRUST

    113,0,0,0,20000:40000:60000:80000:100000,0

    //-- BS_MAXIMIZE

    114,0,0,0,1000:2000:3000:4000:150000,0

    //==========================================

    Edit:

    Its working....

  8. Thank you, everything works just order one thing I had to change the script a bit because I have customs drop and I use eAthena.

    For others:

    - script double_exp_2weeks -1,{
    OnInit:
    // original Base/Job Exp and Drop Rates
    set .bexp_rate, 55;
    set .jexp_rate, 55;
    set .drop_rate, 10;
    
    if (atoi(gettimestr("%Y%m%d",9)) < 20130203) {
    setbattleflag "base_exp_rate", .bexp_rate*100 * 2;
    setbattleflag "job_exp_rate", .jexp_rate*100 * 2;
    
    setbattleflag "item_rate_common", .drop_rate*100 * 10;
    setbattleflag "item_rate_common_boss", .drop_rate*100 * 8;
    setbattleflag "item_rate_heal", .drop_rate*100 * 10;
    setbattleflag "item_rate_heal_boss", .drop_rate*100 * 8;
    setbattleflag "item_rate_use_boss", .drop_rate*100 * 8;
    setbattleflag "item_rate_use", .drop_rate*100 * 11;
    setbattleflag "item_rate_equip", .drop_rate*100 * 10;
    setbattleflag "item_rate_equip_boss", .drop_rate*100 * 6;
    setbattleflag "item_rate_card", .drop_rate*100 * 13;
    setbattleflag "item_rate_card_boss", .drop_rate*100 * 6;
    setbattleflag "item_rate_mvp", .drop_rate*100 * 8;
    setbattleflag "item_rate_adddrop", .drop_rate*100 * 4;
    setbattleflag "item_rate_treasure", .drop_rate*100 *4 ;
    	  atcommand "@reloadmobdb";
    	  announce "L'événement Double Exp continue!", bc_all;
    }
    end;
    OnDay0203: // Feb 3
    	  setbattleflag "base_exp_rate", .bexp_rate*100;
    setbattleflag "job_exp_rate", .jexp_rate*100;
    
    setbattleflag "item_rate_common", .drop_rate*100;
    setbattleflag "item_rate_heal", .drop_rate*100;
    setbattleflag "item_rate_use", .drop_rate*100;
    setbattleflag "item_rate_equip", .drop_rate*100;
    setbattleflag "item_rate_card", .drop_rate*100;
    setbattleflag "item_rate_common_boss", .drop_rate*100;
    setbattleflag "item_rate_heal_boss", .drop_rate*100;
    setbattleflag "item_rate_use_boss", .drop_rate*100;
    setbattleflag "item_rate_equip_boss", .drop_rate*100;
    setbattleflag "item_rate_card_boss", .drop_rate*100;
    setbattleflag "item_rate_mvp", .drop_rate*100;
    setbattleflag "item_rate_adddrop", .drop_rate*100;
    setbattleflag "item_rate_treasure", .drop_rate*100;
    
    atcommand "@reloadmobdb"; announce "L'événement double Exp est terminée.", bc_all;
    end;
    }
    

    You can close this Topic, thank you Brian.

  9. Hello

    I would like a Npc that increases rates X2, exp, job and Drops for 2 weeks.

    Thank You

    I trying

    OnInit:
    //Note: You can always set a standard exp. rate or set it as a rand
    set $@brate,(12000); // Change the value here for your Base Experience
    set $@jrate,(12000); // Change the value here for your Job Experience
    set $@drate;
    // =========================
    OnClock0001:
    if(gettime(4)==0  || gettime(4)==1  || gettime(4)==2  || gettime(4)==3  || gettime(4)==4  || gettime(4)==5  || gettime(4)==6 ) { // Friday, Saturday, Sunday
     //Base Experience
     setbattleflag("base_exp_rate",$@brate);
     //Job Experience
     setbattleflag("job_exp_rate",$@jrate);
     setbattleflag("drop_exp_rate",$@drate);
     // Reload the database
     atcommand "@reloadmobdb";
    

  10. I like Designno2 but its have a big bug.

    My server is running.. But in CP server status said server is still offline.. But player online is display correctly.

    if I change my theme by the default, my server status is displayed correctly as well as for information but it is not displayed for designno2.

    i check all file of config, server and nothing change then, i suppose you have a bad code for eAthena, because I use a default theme and the problem is shutdown. is that the code could be that you took to get the information in the database at SQL is not good for those with eAthena emulator. I'm not good enough to fix such a thing but I think it's a error of variable to another. And the site is unable to get the information in the right database. Or is the cache, is will remove?

    Look in the file

    <?xml version="1.0" encoding="UTF-8"?>

    <ServerStatus><Group name="Nibelung Valesti"><Server name="Nibelung Valesti" playersOnline="3" mapServer="1" charServer="1" loginServer="1"/></Group></ServerStatus>

    Is this Group name?

    Is that my config file, is correct for now.... The only choice is the convert utf8, who is the problem? my other bd is ragnarok and logs database.

    'ServerName' => 'Nibelung Valesti',
    // Global database configuration (excludes logs database configuration).
    'DbConfig' => array(
    //'Socket' => '/tmp/mysql.sock',
    //'Port' => 3306,
    //'Encoding' => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is.
    //'Convert' => 'utf8'
    

    I use a Linux server. My ports is forwarding and I dont know, why is that? Conflict files? anyways, it's my hypothetic solution.

    oh, i will to change the grey color of my bar is this web
    when you select the menu. exemple click of main. You have a grey color, I will to change to black.

    thank for you help.
  11. thanks.... I find the perfect script but i have a another request its allowed to put a title in the the player who bring a new player. The title is will appear in the player information below the job class and he will have a Aura during 10 days which one will be disable after this time.

  12. Hello,

    sponsor System

    Whenever a player invites another player to play on the server, he will win 10 poring coin, double if invite more than one and triple after 20.

    I want a script, npc that the player who is sponsoring the new player must be present and validate the signature (noticed the name), once the npc asks who is the sponsor and the new player. The new player receives at the time, a request from the sponsor. Btw, if the player has the same ip as the sponsor, it will be refused.

    Hello,

    Do you want to authenticate that you are ______ (the name given by godfather). or take the ID in database SQL.

    Would you sign here

    then your mark name you recognize.

    ID

    Hello,

    Do you want to authenticate that you are _Charname_.

    then your mark name you recognize.

    Once accepted, the GM Will receive a notification of new player sponsored.

    Hello, Gm loki, you have a new sponsor player, do you want to confirm?

    (Main Chat)The player (Charname) receivent (Prize).

    (Player Chat) Hello, (charname), you have win (prize). Thank You for Helping this server. Have a good day.

    Thank in Advance

  13. Hello,

    I know, I ask a difficulty script but maybe it's easy, i don't know. I think, its a change source because I want a big map of my home town, where the npc it's marked on .

    A Big map as here as exemple ro worldmap

    is a custom. Yeah but... If you pressent X the big map appear(xcuse me my english is bad, I'm French) and différent location appear.

    This is my Map custom.

    maintown.jpg

    Thank You for your help

×
×
  • Create New...