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. - 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; } }
  6. Docubo

    Request NPC

    Shouldn't it be @feelreset ?
  7. why dont you add a simple cool down/after cast delay in skill_cast_db.txt
×
×
  • Create New...