Jump to content

Jaburak

Members
  • Posts

    1125
  • Joined

  • Days Won

    31

Everything posted by Jaburak

  1. Jaburak

    Vending

    http://rathena.org/board/topic/60817-extended-vending-system-18/
  2. http://svn.code.sf.net/p/rathena/svn/trunk/npc/custom/itemmall.txt
  3. Since it's pure trans, I prefer the skill with no cast. No cast only imbalance with 3rd class servers IMO.
  4. Try this; trunk/src/config/renewal.h /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills #define RENEWAL_CAST Put comment in #define RENEWAL_CAST
  5. Hi, i have tried this.. but the way i want the casting time to be reduced is by dex.. cause, right now, even if i have 200 dex, the skill is still 2sec casting time. this is the only skill that is behaving this way.. Then change it to: //-- CH_SOULCOLLECT 401,0,0,0,600000,0,0,0
  6. Client GRF DATA.INI Also the patcher if you have one.
  7. trunk/src/config/renewal.h /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills #define RENEWAL_CAST
  8. Seems like there's no problem with the quest shop.
  9. http://rathena.org/board/topic/61734-custom-enchantment-system/
  10. Ohh wait, it's on login I think?
  11. LOL....."if the items is not sufficient...then..quest done...??" your mapserver will throw you a fews error for failed to remove "insufficient" items.. I just edited his script.
  12. if(countitem(705) < 100 || countitem(711) < 100 || countitem(905) < 100 || countitem(914) < 100 || countitem(916) < 100 || countitem(511) < 100) goto L_Done;
  13. http://rathena.org/wiki/Compiling
  14. Read my previous post, edit that file and recompile your server.
  15. trunk/src/map/clif.c Find: /// /w /who (CZ_REQ_USER_COUNT). /// Request to display amount of currently connected players. /// 00c1 void clif_parse_HowManyConnections(int fd, struct map_session_data *sd) { clif_user_count(sd, map_getusers()); } Replace: /// /w /who (CZ_REQ_USER_COUNT). /// Request to display amount of currently connected players. /// 00c1 void clif_parse_HowManyConnections(int fd, struct map_session_data *sd) { /* clif_user_count(sd, map_getusers());*/ }
×
×
  • Create New...