Jump to content

kyeme

High Council
  • Content Count

    500
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by kyeme

  1. kyeme

    Disable command

    Yes its possible example in Jail, only lv99 or higher GM can use the commands @recall @party... { name: "Jail" disabled_skills: { TK_JUMPKICK: "PLAYER" TK_HIGHJUMP: "PLAYER" } disabled_items: { Wing_Of_Fly: true Wing_Of_Butterfly: true Giant_Fly_Wing: true WOB_Rune: true WOB_Schwaltz: true WOB_Rachel: true WOB_Local: true } disabled_commands: { recall: 99 partyrecall: 99 guildrecall: 99 }}, @edit Ohh i misundertood the question
  2. rAthena: SC_FIREWEAPON 96 SC_WATERWEAPON 97 SC_WINDWEAPON 98 SC_EARTHWEAPON 99 Hercules: SC_PROPERTYFIRE 96 SC_PROPERTYWATER 97 SC_PROPERTYWIND 98 SC_PROPERTYGROUND 99 db/const.txt
  3. Aegis have command "ShowScript" item2 Rice_weevil_Bug event OnConsume: var temp = rand 1 6 if temp==1 ShowEffect "" EF_POISONHIT ShowScript "" "Errrgg!!! This is so.. bitter....!!" SubExtParam User VAR_SP 50 elseif temp==2 ShowEffect "" EF_HEAL ShowScript "" "....Well at least this is good for my health though." HealHP 15 elseif temp==3 ShowEffect "" EF_POISONHIT ShowScript "" "Phewphew!! Arg.... Is this poisoned or what?!" SubExtParam User VAR_SP 100 elseif temp==4 ShowEffect "" EF_POISONHIT ShowScript "" "Whasdfhwkljhrtklwert....!!" SubExtParam User VAR_SP 200 elseif temp==5 ShowEffect "" EF_HEAL ShowScript "" "It's ok, no one sew me yet.." HealHP 10 else ShowEffect "" EF_HEAL ShowScript "" "I really need something to eat... ?? Sorry, little buggy." HealHP 5 endif return item Trans_Scroll_Devi event OnConsume: ShowEffect "" EF_CLOAKING ShowScript "" "ë³€-ì‹ -!! ë°ë¹„루치 í¬-옴!!" Montransform DEVIRUCHI 20 "EFST_MTF_ASPD" return
  4. When the time reaches the limit when deciding the "Accept standby time" will be negative bug? or Official?
  5. Loading you mean progressbar? - script atcmd_warpdelay -1,{OnInit: bindatcmd "warp",strnpcinfo(3)+"::OnAtcommand",0,99; end;OnAtcommand: set .@min,2; //delay in mins set .@gmlvl,99; // GM lvl to bypass the delay set .@delay,.@min * 60; set .@loading,5; // Loading in secs if (warpdelay > gettimetick(2) && getgmlevel() < .@gmlvl) { set .@delaytime,warpdelay - gettimetick(2); message strcharinfo(0),"You must wait "+.@delaytime+" seconds to use this command again."; end; } getmapxy(.@lmap$,.@lx,.@ly,0); setarray .@param$,.@atcmd_parameters$[0],.@atcmd_parameters$[1],.@atcmd_parameters$[2]; set .@map$,implode(.@param$," "); progressbar "ffff00",.@loading; atcommand "@warp "+.@map$+""; getmapxy(.@nmap$,.@nx,.@ny,0); if (.@lmap$ == .@nmap$ && .@lx == .@nx && .@ly == .@ny) end; set warpdelay,gettimetick(2) + .@delay; end;} @edit, I modified your script, if wrong coordinates the delay will not apply
  6. I forgot to say, Im using 2013-08-07?
  7. Youcan get here http://herc.ws/board/topic/2754-items-compare-system-only-needed-files/?hl=compare
  8. %.1f%% (PC¹æ %.1f%% + TPLUS %.1f%% + ÇÁ¸®¹Ì¾ö %.1f%% + %s¼­¹ö %.1f%%)# In the latest rev still line#2332 what is the correct? And line#1924 is wrong? If I talk to an NPC that uses my usable items, instead of showing "-Over 85% Weight-" on the chatbox, it should be "Any work in progess (NPC dialog...
  9. kyeme

    @autopots

    Ohh thank you very much @edit Can you convert this to not be a plugin?
  10. kyeme

    @autopots

    Can anyone convert this? Thanks in advance goddameit autopots: @autopots_3.patch
  11. Here decorative fashion music data.rar
  12. Hi Neo, can you add the Use_Official_Clothes_Palettes_All_Langtypes patch? Topic: http://herc.ws/board/topic/281-very-old-problem-about-official-pallete-and-langtype/ source: http://forum.ragnarokeurope.com/ro/index.php?/topic/67745-preview-of-clothes-colors/
  13. Change if (strcharinfo(0) != getpartyleader(.@partyID)) { to: if (strcharinfo(0) != getguildmaster(getcharid(2)) {
  14. You dont have 'Item_command' table?
  15. Aww, letme check @edit: Are you sure taht your pvp map is "guild_vs5"?
  16. Pwede mo naman ilagay ang renewal item sa pre-renewal DB mo yun nga lang hindi dapat sosobra sa 131 total def. Hindi pa kase naka CAP yung Def sa pre-renewal kaya nagiging negative Link
  17. Malakas ang Thanatos card kahit sa Pre-Renewal server, kaya mo lang siguro nasabing walang silbe dahil nga puro Negative DEF ang mga defense ng player mo.. Try mo muna ayusin ang Negative issue..
  18. prontera,165,177,3 script PVP Warper 106,{if (!agitcheck() || !agitcheck2()) { if (select("Yes!","No thanks.") == 2) close; warp "guild_vs5",0,0; announce strcharinfo(0) + " has entered the PVP Room.",0; announce "There are ["+getmapusers("guild_vs5")+"/30] players inside.",0; end; } end;}
  19. Choose 2009 (or 2008 not sure) client http://svn6.assembla.com/svn/ClientSide/Diff_Project/kRO/RagexeRE/2009/
  20. Hmmm, dapat i-post nya dito ang itemdb.txt nya, at itemdb2.txt nya para makita kung normal ba ang mga DEF ng mga item.. Posible ito kung gamit nya ang itemdb.txt ng Renewal server dahil sobrang taas ng mga Def doon (like cotton shirt Def +10) ..
  21. Sa aking palagay ay bug ito, kaya gumawa ako ng report para dito.. http://herc.ws/board/index.php?app=tracker&showissue=7837 Salamat.
×
×
  • Create New...

Important Information

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