Search results

  1. G

    Revision Log

    I am suggesting this one http://trac.rathena.org/log/rathena/?rev=16553 so that i can also update my modified revision manually
  2. G

    FSK skill

    How to increase flying side kick skill of star gladiator via source modification
  3. G

    svn list

    where can i donwload the hercules for each revision. so that i can update my svn manually for example hercules svn 13307 then next hercules svn 13308 then next  hercules svn 13309
  4. G

    Add a chance of auto casting Level 10 Kyrie Eleison

    the kyrie eleison skill doesn't auto cast even if i'm hit bonus3 bAutoSpellWhenHit,PR_KYRIE,10,(30+70*(readparam(bInt)>=99)); 
  5. G

    amplify magic damage not working

    amplify magic damage not working. when i cast amplify magic damage. i don't see any additional matk for example no amplify =129 matk. with amplify =129matk
  6. G

    make plugin

    i received this error when i run the command make plugin for the afk command MAKE mt19937armake[1]: Entering directory `/root/server/3rdparty/mt19937ar'make[1]: Nothing to be done for `all'.make[1]: Leaving directory `/root/server/3rdparty/mt19937ar' MAKE libconfigmake[1]...
  7. G

    matk and atk renewal

    how to revert renewal matk to pre-renewal. because i already have 255 int and my matk is still 300+. same applies with atk please give me other way rather than disabling #define RENEWAL
  8. G

    awakening and concentration potion

    my aspd doesn't increase if i use one of them what should i do? // Copyright (c) Hercules Dev Team, licensed under GNU GPL.// See the LICENSE file// Portions Copyright (c) Athena Dev Teams#ifndef _CONFIG_RENEWAL_H_#define _CONFIG_RENEWAL_H_/** * Hercules configuration file (http://herc.ws) *...
  9. G

    setting up aura

    my character is already 255 and i still don't have aura but if i am level 99 i have aura // Maximum allowed 'level' value that can be sent in unit packets.// Use together with the aura_lv setting to tell when exactly to show the aura.// NOTE: You also need to adjust the client if you want this...
  10. G

    drop problem

    when i use @mi 1002. the poring card drop rate is 100% but when i try to kill the poring it doesnt drop 100% card. this is my config //--------------------------------------------------------------// Hercules Battle Configuration File// Originally Translated by Peter Kieser...
  11. G

    illusion debuff problem

    if a monster debuffed or buffed with me with illusion my screen turns up side down. how to fix this? 2013-08-07 client user here
  12. G

    itemmap conversion

    i am requesting that this source would be compatible for hercules  http://rathena.org/board/topic/56124-package-getitem-map-itemmap/?hl=itemmap
  13. G

    about @megaphone

    Script: <"input @megaphone$; announce strcharinfo(0) + ": " + @megaphone$,bc_all,0xFF0000; end; "> i added that script to my vip ticket. how to add delay for each shout? i want 15 seconds delay for each shout
  14. G

    int based heal

    where to edit so that for example 1 int= +500 heal. i would like it to be 1 int= +1000 heal
  15. G

    thanatos mapflag problem

    i already set to me nowarp.txt that it should not allowed to @warp to go their. but still normal players can still use @warp to go to thanatos thana_boss mapflag nowarptha_scene01 mapflag nowarptha_t01 mapflag nowarptha_t02 mapflag nowarptha_t03 mapflag nowarptha_t04 mapflag nowarptha_t05...
  16. G

    skill delay

    i set a after skill delay(cooldown) to my server. but i want a specific skill to be no after skill delay(cooldown) i'm currently using renewal for example i want that the soul breaker cooldown will be 0. but still after casting soul breaker there is still a cooldown //--...
  17. G

    normal attack stops after sonic blow

    normal attack stops after sonic blow i want that even if it uses sonic blow(ifrit set) while doing a normal attack it won't stop the normal attack
  18. G

    instant cast problem

    i am using renewal features i set the instant cast at 150 dex. but when my dex is already 150. there is still no instant cast //--------------------------------------------------------------// Hercules Battle Configuration File// Originally Translated by Peter Kieser <[email protected]>//...
  19. G

    Buy items using vend mode

    instead of selling you can also buy items using vend mode.
  20. G

    Case Sensitive Issue

    I been fixing scripts that i installed to my server files. is there any diff that would remove the case sentivity? it really annoys me
Back
Top