Jump to content

Docubo

Members
  • Posts

    117
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Docubo

  1. what exactly do you meen? i guess you need to add the map into castle_db and maybe set a gvg_castle mapflag
  2. rAthena already got the mounts in their svn, try to use the item 12622 better use the search function, there are already like 20 topics about mounts =)
  3. Docubo

    Walkable Warp

    prontera,147,157,5<tab>script<tab>Warp Portal::Warp001<tab>45,1,1,{ OnTouch: warp "map",x-coordinate,y-coordinate; announce strcharinfo(0)+" has entered <whatever map>",0; end; }
  4. Docubo

    Walkable Warp

    That's just the name of the script/warp.. without countdown or anything, just warping: location <TAB> script <TAB> Warp Portal::Warp001 <TAB> 45,1,1,{ OnTouch: warp "map",x-coordinate,y-coordinate; end; } you can also use: map,13,182,0<TAB>warp<TAB>warpname<TAB>3,3,map,89,30 for examples look into ur \npc\warps\ folder.
  5. 2369
  6. 2357
  7. 2519
  8. 2517
  9. 2515
  10. 2512
  11. Docubo

    Hi :)

    Hi there.
  12. 2510
  13. - script Only2perIP -1,{ OnPCLoginEvent: if(getgmlevel()>=99){ end; } else { set .@name$, strcharinfo(0); if (query_sql("SELECT login.account_id FROM login LEFT JOIN `char` ON login.account_id=`char`.account_id WHERE login.last_ip=(SELECT last_ip FROM login WHERE account_id="+getcharid(3)+") AND `char`.online=1", .@account_id) > 2) { announce "Sorry, only 2 accounts per IP are allowed!", bc_self; sleep 1000; atcommand "@kick " + .@name$; } end; } }
  14. 2494
  15. 2491
  16. Docubo

    Request NPC

    Shouldn't it be @feelreset ?
  17. 2476
  18. 2465
  19. 2462
  20. 2455
  21. 2453
  22. why dont you add a simple cool down/after cast delay in skill_cast_db.txt
  23. 2441
  24. 2433
  25. 2429
×
×
  • Create New...