Jump to content

Petey Pablo

Members
  • Posts

    569
  • Joined

  • Last visited

Everything posted by Petey Pablo

  1. find mo lng log.sql sa sql-files folder mo sa server files then upload mo sa database "ragnarok" schema
  2. go to conf/battle/client.conf find // Set this to 1 if your client supports status change timers and you want to use them // Clients from 2009 onward support this display_status_timers: yes change to "no"
  3. Client RagRE:http://supportmii.com/ro1/Clients/ Lub files: http://svn6.assembla...a_Project/lubs/ Lua files: http://svn6.assembla...ct/lua%20files/ Tools http://rathena.org/board/topic/53420-shins-diff-patcher/
  4. Na try mo ng gumamit ng commands like @agitstart? or @agitstart2?
  5. Check mo ung script db mo. Kunin mo ang tamang script sa RMS ung neutral resist for example.
  6. try this new setup! http://rathena.org/board/topic/58984-new-setup-english/
  7. No problem with me. im using latest revision and 2012-03-07f client.
  8. how to solve this problem? anyone can help me? thanks
  9. fresh and stable https://rathena.svn.sourceforge.net/svnroot/rathena/
  10. Check your data.ini to your RO folder Ex. yourro.grf data.grf rdata.grf
  11. akala ko online ganito gawin mo step 1: go to start>settings>network connections>then right click LAN or Local Area Network step 2: go to properties step 3: then choose Insternet Protocol ( double click ) step 4: Select Use the following IP Address IP Address: 192.168.1.100 Subnet Mask: 255.255.255.0 Default Gateway: 192.168.1.1 DNS Settings Preferred DNS Server: 192.168.1.1 Static IP Settings po yan.
  12. Thanks Elven for this free release.
  13. mag vps ka nlng sasakit lng ulo mo jan hahaha
  14. check mo ip ng player baka same area kayo. or same ip. xD
  15. lua files: http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/ lub files: http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/
  16. i suggest palitan mo nlng yang client exe mo.
  17. check your data.ini ex. yourro.grf palette.grf data.grf rdata.grf
  18. i have problem here. see the image below. thanks
  19. Problem solved! src/map/atcommand.c /*========================================== * *------------------------------------------*/ static int atcommand_pvpon_sub(struct block_list *bl,va_list ap) { TBL_PC* sd = (TBL_PC*)bl; if (sd->pvp_timer == INVALID_TIMER) { [color=#ff0000]just add comment here //[/color]sd->pvp_timer = add_timer(gettick() + 200, pc_calc_pvprank_timer, sd->bl.id, 0); sd->pvp_rank = 0; sd->pvp_lastusers = 0; sd->pvp_point = 5; sd->pvp_won = 0; sd->pvp_lost = 0; } return 0; } Topic closed!
×
×
  • Create New...