Jump to content

xJhay

Members
  • Content Count

    22
  • Joined

  • Last visited

Everything posted by xJhay

  1. Does anyone has the updated Stalker NPC? I used this script but it the character always stuck and frozen. I got no error when loading it but whenever I'm using it. My character is frozen and stucked.
  2. Asking for help about MVP Respawn on server restart, does anyone knows how to disable all MVP & BOSS monsters respawning on restart? I'm posting it here cause I don't know if it's source code or script based only or config. Please help, thank you in advance!
  3. Is it possible to make these cash foods to use one at a time only? I see something similar with my concern but it has no answer. If it's possible, I am requesting for a help. Thank you in advance.
  4. I saw it now, skill is bugging because of this: Mine is good now. Thanks everyone.
  5. Experiencing this too on november svn revision, all of the skills can cast without pre-requisite or required weapons. You can rapid fire without gun, arrow shower and double strafe without bow, sonic blow without katar on assassin cross (equipped with dagger). I don't know if that's the new normal but that's not quite right. This here works on me, but the concern is how bout the other skills? Does it really act to be like bug behavior or needed to manually code like this solution above?
  6. It's always saying skill failed whenever it casted on emp.
  7. xJhay

    Duplicate Mob

    Thank you, it works.
  8. xJhay

    Duplicate Mob

    Is there anyway to duplicate monster in mob_db (or even in other way)? I've been trying to duplicate thanatos and naghtsieger but this warning always showing.
  9. Hi mam, once again error won't show up in windows compiler but showing in another compiler. Here it is, already tried the 0.2:
  10. warning for latest svn.
  11. xJhay

    cell_pvp

    Hello mam, got a little request/concern/inquires? I put this cell_pvp script on my main town prontera. In my map_zone_db, I disable something skills like large aoe skills for towns (ex: storm gust, lov, meteor assault, etc...) Is there any chance that those skills will be enable once inside cell_pvp? Edit: • additional info : Behavior of the penalty of no skill outside cell_pvp is for the whole map, not with near cell_pvp. please correct me if I'm wrong with this but I don't think that's intentional or? (i just try to inc_agi myself far from cell_pvp but it won't let me")
  12. Everything you may need is here <3
  13. Hi Maam Annie! I'm trying this wonderful script right now and I'm receiving this error: Is this normal? The poring changes to a players sprite but whenever I talk to the NPC, it gives me that error notif.
  14. //===== rAthena Script ======================================= //= Freebies NPC with Gepard Function supported //===== By: ================================================== //= BeWan //https://rathena.org/board/profile/62232-bewan/ //===== Current Version: ===================================== //= 1.0 //===== Description: ========================================= //= this freebies npc is supported gepard function " unique_id " //= you can add multiple reward items //============================================================ prontera,150,150,4 script Freebies NPC 123,{ .@unique_id$ = get_unique_id(); if(getd("$ID_" + .@unique_id$) > 0 || #FreebiesReward > 0){ mes "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } mes "[Freebies NPC]"; mes "Here's your Freebies. Have a nice day!"; setd "$ID_" + .@unique_id$,1; #FreebiesReward = 1; $freebies_count -= 1; for (.@i = 0; .@i < getarraysize(.items); .@i += 2) getitem .items[.@i],.items[.@i+1]; if ($freebies_count == 0) $reward_status = 1; end; OnInit: setarray .items, 501,10,502,10; end; } I see this one on rathena, maybe he's referring to this one.
  15. Hello sir dastgir. I do nothing but to put the plugin and recompile it, then the warning shows up. Edit: When I compile it to windows, its okay and it has no error shows. Only in CentOS.
  16. Hi mam annie, yes that was me. I recently migrated to hercules because of its unique features that rathena hasn't implement yet. I both trying to learn and adopt the two emu but I guess hercules was great and friendly user so far and I might stick with hercules starting this week. Regarding to the topic, I will try this asap and thank you so much.
  17. Is there a way to limit the spawn time for monsters on dead/bloddy branch? Like after the monster has been spawned, if it's not been hit for about 5mins. It'll automatically die or something like @killmonster2 for no drop. That's all. Thank you in advance. "I don't know if there's a related thread about this concern so please bear me if there's one already. (PS: I do the search)"
  18. Hi mam annie. Sometimes, its happening and I'm not sure of that kind of behavior but the main thing is I kinda worried of those warning because it's too many and might cause of more exploits or something.
  19. Is this normal to receive this warning? And is there any way to get rid of this?
×
×
  • Create New...

Important Information

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