Search results

  1. A

    [script cmd] cartcountitem

    *cartcountitem( <item id> or "<item name>" )*cartcountitem2(<item id> or "<item name>",<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>) This cmd will return the number of items for the specified item ID that the...
  2. A

    About db2sql plugin

    I'd like to suggest devs to add mob_skill_db.txt converting feature.
  3. A

    How to overload npc_event_doall_sub

    #include <stdio.h>#include <stdlib.h>#include <string.h>#include "../common/HPMi.h"#include "../common/malloc.h"#include "../common/nullpo.h"#include "../map/npc.h"#include "../map/pc.h"#include "../map/script.h"#include "../common/HPMDataCheck.h" // should always be the last...
  4. A

    [Script CMD] getbattlestats

    This script command will return player's battle stats. What is battle stats? base stats + bonus stats = battle stats CMD to use getbattlestats(type{,<aid>}); type value : 1:STR 2:AGI 3:VIT 4:INT 5:DEX 6:LUK 7:cri 8:aspd 9:base atk 10: equip atk 11:matk(left side) 12:matk(right side)...
  5. A

    How to enable mob's effect EF_BLUELIGHTBODY

    In official server, some mobs have blue light effect and I found that effect may be a configuration in systemmonster_size_effect.lub   I tried setting mob Poring with EFFECT.EF_BLUELIGHTBODY ,it seems not working with that blue effect but Mostersize was working as my intended   [1002] =...
  6. A

    How to covert this with R.E

    Who can convert the format syntaxes with regular expression 1. pc_readglobalreg(sd,"xxxxxxx") pc_readglobalreg(tsd,"xxxxxxx") ↓ pc_readglobalreg(sd,script->add_str("xxxxxxx")) pc_readglobalreg(tsd,script->add_str("xxxxxxx")) 2. pc_setglobalreg (sd, "xxxxxxx", yyyyyyyyyyy)...
  7. A

    regarding 175 yellow aura

    Dos anyone know its effect number ?
  8. A

    [Script CMD] pet2egg

    a simple script cooomand that make pet return to an egg CMD to use: if(checkidle() > 180 ) pet2egg; download: pet2egg.c
  9. A

    [Script CMD] s/getunitdir

    get the direction  from an unit (pc、 npc or mob) or set the direction of an unit(pc、 npc or mob)   CMD to use: getunitdir (<GID>{,<type>}); setunitdir(<GID>,<body direction>{,<head drection>}); the type and  head direction param  are only available for PC the value...
  10. A

    How to enable monstertalktable

    I'm using  2013-12-30 ragexe  with 'enable monster table' diff option  now , but that doesn't seems  working for me,I wonder how can I make it work?
  11. A

    New bonus script Suggestion(addmaxweight)

    I'd like to suggest hercules to add new  bonus AddMaxWeight ,So that we can use it  on item script  , why not use ' MaxWeight +=N; '  ?  clieck. Hope devs agree ,thx
  12. A

    about git update question

    Hi~, I have some custom modifications on my local git folder ,so don't wanna pull all commits from official herc at a time, I was wondering how can I merge new commit from git-hub response one by one hash?  I'm using Tortoise-git now ,hope some one can help me ,thanks.
  13. A

    [Solved]R>translate korean words on new button

    Idk what the words on these new buttons mean,  who can translate the korean words,thanks in advance ------------------------------------------------ Thanks to themon  problem get solved
  14. A

    [solved]What does the warning mean?

    I got this warning after update to ff4faca, who know how to fix it?  [SQL]: DB error - Incorrect table name ''[Debug]: at d:psherculessrcmappc.c:10271 - SELECT `account_id`,`char_id`,`sex`,`title` FROM...
  15. A

    R> Hex Code To Disable Shift+Rightclick Autofollow

    like this topic but It wasn't compatible with 2013-08-07 ragexe client http://rathena.org/board/topic/90062-shiftright-click-autofollow/ I m using 20130807 client now,but Idk how to figure out that  hex code, Can anyone help me ?,thank you in advance.
  16. A

    forum character issue (tab-->space)

    for example http://pastebin.com/raw.php?i=ym87DzmE - script tabbecspace -1,{ ---> char tab change to space also happens with bb code - script tabbecspace -1,{
  17. A

    Act File Adjustment Tool

    How to use: 1. open an act file . 2. Adjust the horizontal slider to what percentage you want.   3. save act file (the 2nd option is save , 3rd option is save as..) the testing mob ActTest.rar
  18. A

    Please Implement party script command

    It's  useful  , hope devs agree http://trac.rathena.org/changeset/17414/rathena http://trac.rathena.org/changeset/17415/rathena
  19. A

    How can I find all the effect list file name?

    I wanna replace official effect file ,  Is there any reference table or  any method  can find the effect file name?
  20. A

    limit 3 times per week how to write?

    if (frequency > 3 times per week) end; dunno how to write, it would be appreciate  if someone can teach me -------------------------------------------------------------------------------------------------- sorry  post  wrong section , I should post  in  script support  section >_<
Back
Top