Jump to content

Vietlubu

Members
  • Posts

    141
  • Joined

  • Days Won

    4

Posts posted by Vietlubu

  1. I have made a barter shop to exchange items. 

    The required items can be from a normal mob or gift box.

    - Normal mob, just drop and pickup (90)

    - Gift box: get item with command `getitembound item_id 10 Bound_Char`

    That mean I have 10 item bounded with character.

     

    The barter shop have item with price = 50. But player cannot buy that.

    Because barter shop check bouned item (10) first. Not check normal item (90) => Cannot buy that

    How I can fix that 🤣

     

    image.thumb.png.ca974ef07e6b342184dfe840f465a5e6.png

     

  2. That amazing tool ?

    I can see list item in  `itemshop` like this:

    -    shop    UNKNOWN_BARTER_SHOP    -1,12004:12004:1750:500,12005:12005:1770:500,12009:12009:1751:500,12008:12008:1752:500,12012:12012:1754:500,12010:12010:1755:500,12011:12011:1756:500,12014:12014:1757:500,12013:12013:1767:500,12015:12015:1762:500,12575:12575:1773:500,12576:12576:1774:500,

    But cannot see the list item in normal shop ?

  3. In an instance, Im trying to warp all party member by a npc. So Im using warpparty not is not working ?

    1@ch_t,43,360,11	script	Oscar#CTE	10307,{
        // warp strnpcinfo(4),43,360;
        warpparty strnpcinfo(4),43,360,getcharid(1);
        end;
    }

    This script is not working, no error show out. But players not warp.

    Im tried with warp and that working with a player who click on NPC. I also try warpparty outside instance and that working fine.

    I don't know why warpparty not working in instance. Checked mapflags and found noreturn will block warpparty, but, I'm not using that flag.

  4. 33 minutes ago, CyberDevil said:

    I did some tests and the web commands system does not work for me... I try "#kick nickname", "@kick nickname", "kick nickname", "/kick nickname" and other commands from GM's permissions but nothing works, what can I check?

    humm, did you add web_commands script to your server?

  5. 1 hour ago, GoldRoger said:

    Teach me pls where can i download all contain for making private server RO

    1. Make offline server:

    To start, if you haven't offline server you can check this topic: https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-server-client-pack-2018-make-your-ro-server-in-less-then-5-minutes/

     

    2. Make online server:

    If you want to make online server read and discuss (or ask something) on this topic: https://rathena.org/board/topic/111830-guide-video-edition-how-to-setup-rathena-and-run-ragnarok-online/

     

    • Upvote 1
  6. 8 minutes ago, Kasthiel said:

    I do not know what might be happening but I can not compile this current emulator of github ... I'm trying but it only gets this error.

     

    Sem título.png

    You are missing some package libraries, check this: https://github.com/rathena/rathena/wiki/Install-on-Debian

    apt-get install git make libmysqlclient-dev zlib1g-dev libpcre3-dev
    echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" >> /etc/apt/sources.list.d/unstable.list
    apt-get update
    apt-get install -t unstable gcc-5
    apt-get install -t unstable g++-5
    ln -s /usr/bin/gcc-5 /usr/bin/gcc
    ln -s /usr/bin/g++-5 /usr/bin/g++

     

  7. PvP log - Simple SQL PvP Logging


    PvP log - Simple SQL PvP Logging

    //===== rAthena Script =======================================
    //= PvP log
    //===== By: ================================================== 
    //= Vietlubu
    //===== Description: =========================================
    //= Simple SQL PvP log
    //= Notes:
    //= - Create table `pvplog` when start script.
    //= - Add new record when has OnPCKillEvent
    //= - Remove NCP PvP Ranking if you don't want to use.
    //===== Compatible With: ===================================== 
    //= rAthena Project
    //===== Changelogs: ==========================================
    //= 1.0 First version.
    //============================================================

    With table `pvplog` you can easy get PvP ranking by month/week or day.

    by downloading this file you agree on the following:

    • You never sell/exchange this file.
    • You never claim my work as yours.
    • You never remove line By Vietlubu

    If you like it, give me a /repup

    Thank you!

     


    • Submitter
    • Submitted
      03/05/2018
    • Category
    • Video
    • Content Author
      Vietlubu

     

    • Love 1
  8. 45 minutes ago, AOCzxc said:

    thanks @Vietlubu 

    last question.how to hide this Grand Master and knight npc ?

    and this card seller . why don't have any list of normal cards? what going on ?

     

    Untitled.png

    Untitled.png

    With Card Seller you can disable here: https://github.com/rathena/rathena/blob/master/npc/scripts_custom.conf#L15

    With other NPCs you can try to search on Github repo or use your editor: https://github.com/rathena/rathena 

    Example: https://github.com/rathena/rathena/search?utf8=✓&q=Grand+Master&type=

  9. 3 hours ago, Senyorito said:

    hi i made a custom headgear and i don't know how to add 100% expirience additional effect to my headgear i don't know to code it on the item_db.txt anyone extra clue here

    Try to use this item script
     

    2220,Hat,Hat,4,1000,,200,,2,,0,0xFFFFFFFF,7,2,256,,0,1,16,{bonus2 bExpAddRace,RC_All,100;},{},{}

    Change 2220,Hat,Hat,4,1000,,200,,2,,0,0xFFFFFFFF,7,2,256,,0,1,16, to your headgear info (item_id, name, view,...).

    And script bonus2 bExpAddRace,RC_All,100; give your item bonus 100% exp.

  10. 1 hour ago, AOCzxc said:

    Goody Day! Please help me!

    1.how to change the logo in screen shot, i will put my own signature logo... 

     

     

    The first, please check this topic before asking a question: https://rathena.org/board/announcement/25-rules-and-regulations-generalscriptdatabasesource-support/

    About your question, check this wiki page: https://github.com/rathena/rathena/wiki/Scr_logo.bmp

    Quote

    The file is stored in data\texture\scr_logo.bmp and can be either 8-bit or 24-bit bitmap. Magenta () colored areas will become transparent, when put on the screen-shot. Images with little or no gradients should be preferred, as the quality suffers from JPEG artifacts upon saving.

     

     

×
×
  • Create New...