Search results

  1. A

    How to show warning count on msvc++ ouput windows

    common output windows  ========== Build: 3 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== is it possible  showing  the red part ========== Build: 3 succeeded, 0 failed, 0 warning , 0 up-to-date, 0 skipped ==========
  2. A

    script command modification need help

    I want the location of  warpportal  can be specified and  then refer  to original warpportal command   to create new command warpportal2 , but it was still not working  as  my  Intended  I have no idea why It does't  work , I m still noob in src  please check my code ,  thank you...
  3. A

    warp portal causes map server crash

    http://pastebin.com/KzxHKQFR I want warp npc to cast  a warp portal , so commented out  line  311 and add  line  312 ,but Unfortunately  it crashes my map server Does anyone know how to fix the crash?
  4. A

    [solved]novice head got chop off

    It occurs only in the novice high class (♀)  while mounted, how to fix this? ---------------------------------------------- Thank to  quesoph problem solved
  5. A

    About Unit Type Of Map Zone System

    I'd like to suggest a new unit type mob_mvp (mob has mvp exp), hope devs agree
  6. A

    How to set mapflag with mf_zone properly?

    I have tried  the below two code snippet , Both crashes the map server, Who can teach me how to use it properly? 1  setmapflag "prontera",mf_zone; 2  setmapflag "prontera",mf_zone,Normal;
  7. A

    Implement addrid Script Command

    https://github.com/rathena/rathena/commit/6572a9f Many people like this script command,it's pretty useful .
  8. A

    about renewal stats for status effect/ailment immunity

    Does anyone know  the stats requirement  for resisting all kind of status effects?
  9. A

    R> Herzlich Zil's hairstyle Collection

    http://auriga.moe.hm/ZilL/ I was looking for hairstyle released by Herzlich Zil, but the website was down for a long time. Who can share more them again.
  10. A

    About transform bonus Suggestion

    As this topic http://herc.ws/board/topic/1087-scroll-transform/ I suggest to create transform_bonus.txt format: transformed mod id,{bonus script} e.g. 1109,{ bonus bAspd,1; bonus bHit,5; } When Character transformed to the  specific  mob id  will run it's  bonus script  define  in ...
  11. A

    R> A free up var script command

    This command could free up the specific var from memory ex. freevar("$eexxaa");   -----> $eexxaa var will be released from memory Is it possible?  
  12. A

    Looking for db editor work on hercules

    I need  a  tool to modify my  item_db.txt and mob_db Which database editor should I use?
Back
Top