Jump to content

Vietlubu

Members
  • Posts

    141
  • Joined

  • Days Won

    4

Everything 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
  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. Hi guys, how to get base address and offset in file `configuration.h` and `20190116.h`. I want to update for new client
  4. ah, my fail. nowarp and nowarpto are block warpparty too ?
  5. 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.
  6. I found this guide for add new status: https://github.com/rathena/rathena/wiki/Adding_new_statuses But seem is it out-update. Have any new wiki page or quick guide to add new status with new rA source?
  7. Make sure you already disable academy.txt and enable novice.txt in /npc/re/scripts_jobs.conf https://github.com/rathena/rathena/blob/6a2c1229d03ed6e18321ce22fc00c0018098e8cb/npc/re/scripts_jobs.conf#L33 Good luck!
  8. humm, did you add web_commands script to your server?
  9. Vendor ID not a Number Order
  10. Fix is mean to remove or align to left? If you want to align to left add css to <td> contain Vendor ID: text-align: left;
  11. At now, default rA run with 20151104, check this Check all client supported here To diff client you can check this topic, you can ask questions or discuss on that topic.
  12. Yes, rAthena support 3rd jobs and Doram race
  13. 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/
  14. 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++
  15. Check this wiki tutorial: https://github.com/rathena/rathena/wiki/Custom_Items If you using a Renewal client, you also can read this:
  16. You can try update version here: https://github.com/vietlubu/eAscript/blob/master/pvplog.txt
  17. Thank for your report. What is the MySQL version you using?
  18. View File 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 Thank you! Submitter Vietlubu Submitted 03/05/2018 Category Utilities Video Content Author Vietlubu  
  19. If you on using CentOS: Try to run yum update -y (with sudo if need). Hope can help you!
  20. 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=
  21. You can comment to hide Nephia here: https://github.com/rathena/rathena/blob/ea88ea50546fd140bda875056f83a60b6b0bef96/npc/quests/newgears/2004_headgears.txt#L396
  22. Version 1.0

    322 downloads

    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 Thank you!
    Free
  23. 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.
  24. 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
×
×
  • Create New...