Jump to content

krisnx

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by krisnx

  1. so cute >.< its colorful ..
  2. krisnx

    AFK point

    -[TAB]script[TAB]AFKpts[TAB]-1,{ OnPCLoginEvent: CheckAFK: if(checkidle() >= 300) { #AFKpts++; dispbottom "You gained 1 AFK point. [Total: "+#AFKpts+"]"; } sleep2 300000; goto CheckAFK; end; } has been check the tab in the script ?
  3. open npc/re/scripts_jobs.conf give // in // - Job Repairs // npc: npc/re/jobs/repair.txt in this case using Renewal folder and try to reload your server
  4. 8/10 sir it look like simple . i like it
  5. @rafapsd merge your grf with ggpro.grf
  6. search if (strncmp(map_name, "prontera", 3) == 0) { town = 0; } change it to .. if (strncmp(map_name, "comodo", 3) == 0) { town = 0; } and search .. else if (strncmp(map_name, "comodo", 3) == 0) { town = 8; } change it to .. else if (strncmp(map_name, "prontera", 3) == 0) { town = 8; } recompile it maybe it works now
  7. you can read here http://rathena.org/wiki/Adding_a_Script
  8. krisnx

    Mapflag

    set mapflag for nopvp
  9. in your name spirite is error try to check idnum2itemresnametable.txt .. Can you screenshot your sprite data placement and placement in a txt file ? sometimes people still wrong in naming sprites
  10. its use jquery . try to learn some jquery basic
  11. in in your database find the table cp_vfp_sites .. CMIIW
  12. edit the delay of hyper , fury , and ashura skill .. sorry for my bad english
  13. Equip only be seen from the obvious different, unless the script is already equip costumes from
  14. its error from your sprite .
×
×
  • Create New...