Jump to content

Dolphin86

Members
  • Posts

    757
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Dolphin86

  1. @Mice im using linux vps, is there a way that i can open all 4 terminal to view them ?
  2. This script was created originally by @Winterfox, i currently add a feature which the script will detect if player have an item before he/she can start crafting, everything was doing great and no error was shown, but somehow when the crafting process was completed i did not recive the crafted item, could someone help me what was wrong? Thank You..
  3. i have set erasequest 120015, and set 120016 quest, somehow i try to talk again to the same npc just to check it wont read quest 120015 anymore, but it still reads, and still offer the same quest... can someone tell me what da hell when wrong..?
  4. is there a way to block or remove it ? without manually editing each monster ?
  5. information : BeginnerQuest0: mes "^ce7e00 === DURAG === ^000000"; soundeffect "menu.wav",0; cutin "3rd_sura_master",2; mes "Durang is the name,"; mes "i have been instructed to"; mes "train all the lost soul"; mes "that drop in"; switch(select("- Please Guide Me:- No Thanks")){ case 1: next; soundeffect "menu.wav",0; mes "^ce7e00 === DURAG === ^000000"; mes "Good, running around"; mes "without a knowledge,"; mes "is a total dumb move."; next; soundeffect "menu.wav",0; mes "^ce7e00 === DURAG === ^000000"; mes "Your not gone survive"; mes "here or anywhere"; mes "without proper equipment,"; mes "so let us begin crafting"; mes "your first gear, let us"; mes "start with a stone knife."; next; soundeffect "menu.wav",0; mes "^ce7e00 === DURAG === ^000000"; mes "There is a stone pile"; mes "next to me, go and gather"; mes "4 stone pebbles"; mes "from that stone pile,"; mes "come back when you have"; mes "4 stone pebbles"; set BeginnerQuest,1; setquest 100000; close3; case 2: next; soundeffect "menu.wav",0; mes "^ce7e00 === DURAG === ^000000"; mes "Well, come back if had second thought.."; close3; } as shown on the information above, player would need to gather 4 pebbles, so player went out and start gathring for those 4 pebbles on diffrent maps, whenplayer gather 1 pebbles, in player chat box will have a disbottom "You have gather 1 Pebbels." / "You have gather 2 Pebbles." and soo on until "You have gather all 4 Pebbles, return back to durag. any idea how to do this? kinda like OnNPCKillEvent, but as the quest is gathering not kill count... help?
  6. im still having same issue and havent figure out a solution, here is the full details.. i made some changes on questinfo_f.lub questinfo_f.lub and here is my quest_db.yml quest_db.yml here is my OngoingQuestInfoList_True_EN.lub OngoingQuestInfoList_True_EN.lub and here is my RecommendedQuestInfoList_True_EN.lub RecommendedQuestInfoList_True_EN.lub here is the raw exe: 2022-03-30_Ragexe_1648110506.exe here is the same exe without Gepard infused: ragna.exe here is my diff profile: profile-aku3.log here is the quest trigger npc: currently in game my custom quest is not showing and it state Quest Data Not Found..
  7. no i did not made change on that as i read from the forum some might sugguest that was the issue or problem by adding OngoingQuest and RecommendedQuest Lub was a bad idea..
  8. Hello guys, i keep getting these error on my custom quest, previously everthing was ok, but when i change my exe (Getting Gepard) i keep getting this error, i did seacrh for solution within rathena forum, so far i havent found a solution for my problem, here are some of the details. Current Exe Version : 2022-03-30_Ragexe_1648110506 Diff : i thought maybe i need to update my KRO, but then my KRO is not running or updating anymore... please send help, thanks
  9. The general idea was to add a shop feature as an option for player to view the items only, not to purches it in any posible ways, here is the error shown on my terminal [Debug]: npc_scriptcont: Public Weapon Table#7000 (sd->n pc_id=110147451) is not 'Unknown NPC' (id=0). Here are the full script: upon cancel the shop view, my character was stuck and unable to move, unless i relogin, for error i have shown above, please help, thanks
  10. it is tab, and i did make sure it is close properly
  11. well i did this function script F_res { came with this error now [Error]: script error on npc/custom/guild_hall.txt line 433 expect ';' or '{' at function syntax 428 : 429 : //============================ 430 : // functions 431 : //============================ 432 : // F_restore * 433 : function script' 'F_res { 434 : .@rental_item = getarg(0); 435 : .@item_1 = getarg(1); 436 : .@item_2 = getarg(2); 437 : .@item_3 = getarg(3); 438 :
  12. As state in question, kinda lost of what i did was wrong, could someone help me fix this script of mine.. thanks.. [Error]: buildin_callfunc: Function not found! [F_restore]
  13. hello guys, i have a question, how should i put the script for item for as described below? player have a weapon in inventory (equipped) and 1 more item etc in player inventory, now when a player kill a monster it will drop a bonus item ( we call it meat for now ) which is 100% drop rate, but if player have 1 more item in player inventory (we call this item a medal for now), it will drop 100% sure drop a diffrent item ( we call it Big Meat for now ) and it wont drop (meat) but instead it drop ( Big Meat ) item drop depends on what weapon using and what type of medal player have if player do not have medal only weapon it will just drop (meat) but if player have both weapon and medal, it will drop (Big Meat) instend of (meat) my plan was to make diffrent type of item drop depends on what weapon and medal combination player had diffrent type of weapon and medal will drop diffrent type of bonus item (100% drop) just need a working example with some guide or explaint how does the script works will do good thanks !
  14. let me clarify first, this script was created by @Winterfox, and it is beyond my knowladge on scripting, the problem is goto command did not work, which i recently added to the script the cmd: goto wimprocraft; the script did not detect item 40039 even tho it is in my inventory, (line 174) case 3: clear; soundeffect "menu.wav",0; mes "Select Weapon Type To Craft"; switch(prompt("- Improvise Class")) { case 1: if(countitem(40039) > 1) { goto wimprocraft; } clear; soundeffect "menu.wav",0; mes "You will require Weapon And Tool Crafting Tier 2 and above"; close; } here is the full script : please help...
  15. let me clarify first, this script was created by @Winterfox, and it is beyond my knowladge on scripting, the problem is goto command did not work, which i recently added to the script the cmd: goto wimprocraft; here is the full script : please help...
  16. i got this error [Error]: script error on npc/custom/guild_hall.txt line 637 expect ';' or '{' at function syntax 635 : { 636 : * 637 : function script' 'F_restore { 638 : .@rental_item = getarg(0); 639 : .@second_item = getarg(1); 640 : .@third_item = getarg(2); 641 : .@give_item = getarg(3); 642 : and here is the script, also is the script even correct ?? anyone have more simpler way for this script ? i was trying or testing..
  17. the script was created by @Winterfox and it is way too complicated for my script knowladge.. i was hoping someone could re-write the script for me, i do know how to make it happen with my current script knowladge but it would be manually item per item, line per line which could lead to tons of line... here is an example working script that i try which is way too much... way too much unessary line for each items...
  18. as title my current script does not delete the rental item right after it is completed. setarray(.@product_recipe,40004,1, 40005,1,1, 40225,0,1, 40016,0,10); as u can see 40005 is a rental item but it does not deleted right after completed.. full script below. please help?
  19. my server had bunch of item mostly are rental items, now then, is there a way that player simply just talk to an npc and give that npc an item and the npc can reset the rental period?, the npc will restore back the rental time, example the item have 7 days of rental period, and player had already use 6 days, which means player still have 1 more days before the rental period is up and the item is gone. now, using this npc, it will reset player item rental period back to day 1, which means player have another additional 7 days to use that rental item. or making the whole thing simpler just use a useable item to reset the rental period, without the need of player to talk to an npc. player just need to choose what item he/she wish to reset the rental period within his/her inventory only. thanks in advance..
  20. i dont think the vps spec is an issue atm...
  21. no, im just showing the process that when i shut down the server, the system wont shut down as map server keeps repeating that, im just showing that coz maybe someone it can point out what was wrong..
  22. now this is weird, even i have use an npc for cash shop, im still getting the same error here is the error when i try to stop the server: 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end 'map-server' is still running p18836 waiting for the process to end
×
×
  • Create New...