Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

kadze

Members
  • Posts

    58
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Russian

Recent Profile Visitors

4086 profile views

kadze's Achievements

Drops

Drops (2/15)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

5

Reputation

1

Community Answers

  1. Клиента? Нпц на серверной части хранятся. или я не понял вопроса?
  2. Solved. Problem with skillinfo
  3. Hello. I'm using 2022-04-06 exe. And after login i see this window. I think problem in skillinfolist.lub (use ROenglishRE) but i dont have new. Can u help me?
  4. close2? why? he gets an apple every 15 minutes, why make another one?
  5. it does not display the timer, but gives an apple every 15 minutes
  6. if (time>gettimetick(2)) { mes "You take your apple"; close; } set time, gettimetick ( 2 ) + 900; getitem apple,1;
  7. why u dont reed topic? http://rathena.org/board/topic/60817-extended-vending-system-18/?p=193625
  8. in vending.c rewrite pc_payzeny(sd, (int)z, LOG_TYPE_VENDING, vsd); if( battle_config.vending_tax ) z -= z * (battle_config.vending_tax/10000.); pc_getzeny(vsd, (int)z, LOG_TYPE_VENDING, sd); to else { pc_payzeny(sd, (int)z, LOG_TYPE_VENDING, vsd); if( battle_config.vending_tax ) z -= z * (battle_config.vending_tax/10000.); pc_getzeny(vsd, (int)z, LOG_TYPE_VENDING, sd); }
  9. data/lua514/luafiles сюда положили луашки?
  10. http://svn6.assembla.com/svn/ClientSide/Lua_Project/System/
×
×
  • Create New...