Jump to content

N e s s

Members
  • Content Count

    202
  • Joined

  • Last visited

Posts posted by N e s s


  1. On 7/10/2019 at 7:47 AM, 4144 said:

    https://gitlab.com/4144/Nemo/blob/70f27fe5c114f7c7f834f95f6ab0e8decf8dc6af/ChangeLog.md

    New patches:

    Increase hair style limit in game (old) - contains old patch for extend hair sprites id for human.

    Force use icons only from stateiconimginfo.lub by Jchcc.

    Add patches for hide all other buttons by 4144.

    Add patches for set hide/show other buttons by 4144.

    Allow spam skills by hotkey by Functor, 4144.

     

    Updates patches:

    Increase hair style limit in game - now extending hairs for humans and dorams.

     

    New translations:

    Add Thai translation by Kelberwitz Blade's - found packed nemo archive in github.

     

    Plugin updates:

    Show client version always with UTC time zone.

     

    good day, it seems "Allow spam skills by hotkey by Functor, 4144." is not working.


  2.  

    ima try this one later sir! thank you!

     

    Sorry, another error.

    Please change

     

    mes "I see you are a " + Class + ",";
    

    to

     

    mes "I see you are a " + jobname(Class) + ",";
    

    ok sir when i get home! thank you sir!


  3. npc that gives 3rd job hat for free.


     


    if i click the npc the npc will give the following items


     


    if rune knight he/she receive:


    5746


    15002


    2140


    2795


     


    warlock:


    2795


    5753


     


    ranger:


    5748


    2795


     


    mechanic:


    2795


    5749


     


    Guillotine:


    5755


    2795


     


    Archbishop


    5747


    2795


     


    royal guard


    5757


    2795


     


    sorcerer


    5756


    2795


     


    Wanderer(girl)


    5758


    2795


     


    Maestro(boy)


    5751


    2795


     


    Geneticist


    5752


    2795


     


    shadow chaser


    2795


    5750


    6121


    6122


     


    sura


    5754


    2795


     


    thanks in advance!


     


  4.  

    This should do the trick: http://pastebin.com/LW96X5dV

     

    By default (OnInit), the warp will not show.

    At 0000, the script will enable the warp (called 'warp kicker').

     

    After 5 minutes (OnTimer300000), the warp will be disabled.

    And everyone from izlude 0 0 to izlude 300 300 will be warped to amatsu 200 200.

     

    edit: please change FAKENPC to FAKE_NPC :D

     

    -   script  Warp Kicker FAKE_NPC,{
     
    OnClock0000:
        enablenpc "warpkicker";
        hideoffnpc "warpkicker";
        initnpctimer;
        end;
       
    //After 5 minutes
    OnTimer300000:
        disablenpc "warpkicker";
        hideonnpc "warpkicker";
        areawarp "izlude",0,0,300,300,"amatsu",200,200;
        stopnpctimer;
        end;
     
    OnInit:
        disablenpc "warpkicker";
        hideonnpc "warpkicker";
        end;
     
    }
     
    prontera,150,150,0  warp    warpkicker  2,2,izlude,150,50
    

    hey sir i would like to know what is the meaning of these lines:

     

    areawarp "izlude",0,0,300,300,"amatsu",200,200; // what is the purpose of "izlude",0,0,300,300?

     

    prontera,150,150,0  warp    warpkicker  2,2,izlude,150,50 // what is the purspose of 2,2,izlude,150,50?


  5.  

    This should do the trick: http://pastebin.com/LW96X5dV

     

    By default (OnInit), the warp will not show.

    At 0000, the script will enable the warp (called 'warp kicker').

     

    After 5 minutes (OnTimer300000), the warp will be disabled.

    And everyone from izlude 0 0 to izlude 300 300 will be warped to amatsu 200 200.

     

    edit: please change FAKENPC to FAKE_NPC :D

     

    -   script  Warp Kicker FAKE_NPC,{
     
    OnClock0000:
        enablenpc "warpkicker";
        hideoffnpc "warpkicker";
        initnpctimer;
        end;
       
    //After 5 minutes
    OnTimer300000:
        disablenpc "warpkicker";
        hideonnpc "warpkicker";
        areawarp "izlude",0,0,300,300,"amatsu",200,200;
        stopnpctimer;
        end;
     
    OnInit:
        disablenpc "warpkicker";
        hideonnpc "warpkicker";
        end;
     
    }
     
    prontera,150,150,0  warp    warpkicker  2,2,izlude,150,50
    

    ill try this one master true zeal!


  6. can someone help me smile.png


     


    i need:


     


    1. a warp portal will appear in certain coordinate point in prontera (for example in the middle of prontera) (onclock)


    2. that warp portal will warp players to a specific map (for example izlude)


    3. then after 5 mins all players in that specific map will be sent to their respective save point or specific coordinate point.


    4. then the warp portal summoned on the first step will be invisible.


     


  7. how to fix this error? 

    A Database Error Occurred

    Error Number: 1054

    Unknown column 'item_db.type' in 'where clause'

    SELECT * FROM ((SELECT * FROM (`tcp_shop`) JOIN `item_db2` ON `item_db2`.`id`=`tcp_shop`.`item_id` WHERE `item_db.type`=5) UNION (SELECT * FROM (`tcp_shop`) JOIN `item_db` ON `item_db`.`id`=`tcp_shop`.`item_id` WHERE `item_db.type`=5)) a ORDER BY `name_japanese` asc LIMIT 0, 10

    Filename: /home/brynhild/application/models/mshop.php

    Line Number: 60

     

    i got this error when i click consumable, weapon, costumes, pet, cards, and misc category in cash shop :( help me for those who are using cora cp :(

×
×
  • Create New...

Important Information

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