Search results

  1. M

    Daily random supplies

    Hi! May I request a sample random prize giver. What I'm looking for is. This npc will give all 3 set  1 type of item from set A,B to C randomly, with random number of pieces too. Set A: random (1x,10x) pcs random :656 , 657 , 505 , 645 , 506 , 14510  Set B: random (5x,15x) pcs random...
  2. M

    Unhandled Packet

    Good day! After I updated my GIT I always got this everytime i logged in a char: [Waring]: Unhandled packet 0x044A (length 6), authed session #7, 2000000/150537 (AID/CID) what does this mean?
  3. M

    Hit-delay plugin

    Good day! Quick question. Does hit-delay plugin include return to die warp/last save point delay? If not how, can i enable delay after dying wanted to add timer like 5, 4, 3, 2, 1 . before return to last save point appear if killed by a monster "only". Thanks!
  4. M

    VIP query for Warper

    Good day! I am trying to add VIP warper function in the script and found this command. function VIP { if ( getarg(0) > getgmlevel() ) { if (getarg(1,0)) { @vip_block = 0; for (.@i = 1; .@i < getargcount(); .@i++) @vip_block = @vip_block |...
  5. M

    Rent NPC Shop (NST_CUSTOM)

    Good day! I am trying to make NPC if possible rent item npc using the NST_CUSTOM. But where should i place the # of days? Please help me how. thanks! - trader Rental01 1_M_01,{ OnInit: tradertype(NST_CUSTOM); rentitem Red_Potion,2; end; OnCountFunds: setcurrency(#KAFRAPOINTS); end...
  6. M

    Git not updating anymore

    Good day! I updated my GIT last September 14 and tried updating today. However, it's not updating anymore, seen lots of pull merges but git says already update. Please help me how to solve this. thanks! [myhobby@localhost]$ git stash save Saved working directory and index state WIP on...
  7. M

    SQL update info

    Good day! I think my sql got mixed up when I did git update and my homunculus got crash. like once i summoned the homun it got 50skillpoints already but cannot be added. How to know if my sql are the updated one, i think this is the cause of Homunculus errror.  I check my "sql-files/" i got...
  8. M

    Creator homunculus error (Bug?)

    Good day! Who has sprite for .act and .spr for this missing sprite? Don't know what to google and i tried searching inside the data.grf and rdata.grf both are none. Please give me. thanks! I don't know why, but right after I updated my git, i am getting errors. delay in summoning...
  9. M

    Failed assertion Achievement

    Good day! I found this error in my map server. What does this mean? achievement.c:727: 'amount ! =0! in function 'achievement_validate_zeny ./map-server() [0x62c013] ./map-server() [0x408f03] ./map-server() [0x51f569] ./map-server() [0x50b1c1]...
  10. M

    Error buildin_queuesize

    Hello! What does this mean? buildin_queuesize: unknown queue id 5  script_hqueue_add: unknown queue id 5  Here's my script. pvp_c_room,38,85,3 script Dice Event::Dicey 4_M_NOVELIST,{ disablenpc "Dice#evnt1"; .@deName$ = "[^FF0000Dice Event^000000]"; .@menu$ = "Join...
  11. M

    Plugin Makefile

    Hi! Good day! Updated my Git file and i notice changes in plugin makefile. MYPLUGINS := $(MYPLUGINS) Am i doing this correctly? MYPLUGINS := $(plugin1 plugin2 plugin3) or MYPLUGINS := $(plugin1) $(plugin2)  $(plugin3) ??  after compiling my plugin disappears. /sob Please help me. thanks!
  12. M

    Multi Currency SHOP with different function

    Hi Good day! May I request a multi currency Shop like @Emistry but with different function like. select(" Poring Coin", TCG","Hourly"); Case 1: Poring Coin All items are for rent for 7 days Case 2: TCG All items are normal (tradeable) Case 3: Hourly...
  13. M

    MVP PARTY REWARD

    Good day! Wanted to ask how to make this script to give MVP reward to party within the screen area. - script MVPBadge FAKE_NPC,{ OnNPCKillEvent: if ( getmonsterinfo( killedrid, MOB_MVPEXP ) && rand(100) < 70 ) { if ( getcharid(1) ) { getpartymember getcharid(1), 1...
  14. M

    Poem of Bragi duration.

    Good day! May i know where to edit duration effect of poem of bragi skill it only last 10secs. thanks!
  15. M

    Hunting Mission to Poring Coin

    Good day Hercules master Scripters!   May i request your support please. I am trying to make some twist the hunting mission script. I wanted to have getitem poring coin directly to players inventory instead of mission points, as well as change mission points to poring coin in the shop...
  16. M

    Private DeadBranch

    Good day! I am using @AnnieRuru private DB from rathena. However I am getting mapindex_name2id: Map " " not found. (attached image) Please help me how to fixed this. Here's the script: //===== rAthena Script ======================================= //= Private MVP & Branch Room //=====...
  17. M

    @command info text

    Good day! Wanted to know where to edit command list if you type @commands? wanted to edit commands with definition on it. Thank in advance!
  18. M

    @autoattacked Map Zone

    Good day! Master Developers, May I request a plugin in for @autoattack with set MAP ZONE. not allowed in PVP and GVG. I requested before to allow @autoattack in specific map was answered/coded by dastgir and this time is the other way around. (Previous Request)  Specification: @autoattack...
  19. M

    Exp Event PUB

    Good day! I have Exp event here, I am seeking assistant how to place them in pub. like the ROTD. Wanted to have: OnInit:     waitingroom "[Exp Event]:"+.rotd$[.today_Exp]+" ",0;     end; Yet i don't know how. please help me. script below.   que_temsky,48,136,3 script Rates...
  20. M

    @security forgot code

    Good day! Wanted to ask. How to retrieve or reset code if players forgot their code? Is there a way GM can help them? @request plugin from @Dastgir here. Please help me. Thanks!
Back
Top