Jump to content

hydro_ran

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hydro_ran's Achievements

Poring

Poring (1/15)

0

Reputation

  1. yeah. that solves my problem. thank you.
  2. hello. I'm trying to make a Koth type event but the problem is when a guild breaks an emperium, the other guilds stays in the map. How can I make the other guilds warp to other maps like in normal woe when someone breaks the emperium? Here's my current on break script. OnEmpDead: set $koegid, getcharid(2); announce "The current King of The Hill is the [" + strcharinfo(2) + "] guild.", 0; sleep2 5000; monster "guild_vs1",50,50,"Emperium",1288,1,"The King::OnEmpDead"; donpcevent "::OnRevKoE"; end;
  3. Hello. Is it possible to give a mob a skill with more than 1 condition? Like for example: Mob will use Lvl 1 Heal when his hp is 50% (myhpltmaxrate,50) (condition 1) but only after being hit by skill (skillused) (condition 2).
  4. Won't the npcmove script with a random coordinate work? like every 5 seconds or so, the script resets and sets a new coordiante for the npc to move something like, OnInit: goto move_npc; move_npc: OnTimer "move to this coordinate" sleep2 5000; goto move_npc; I tried it before but the npc moves like 1 step every 1 or so minutes.
  5. Hello, I created a hat maker NPC with a Piamette mob sprite. I wanted to see if it can move around the entire map like an actual mob wondering around. It'll be like playing Hide-and-Seek that you'll have to find the NPC first before starting a quest. lol. I run 3cEam by the way. Doll_Maker.txt
  6. Nag request po ako thru ticket. Ala nanaman reply. Lol. Also, possible din po kaya na ma view ang server through vnc or remote desktop? Lagi po kc error eh.
  7. New po kami sa trinity hosting, sa maga nasa trinity po, pa help naman sa error na to. pag nag compile po kami, nag eerror sya. tapos sa start server binaries for athena couldn't be found daw. any help po? mejo mabagal kasi ang response ng mga owners naka ilang ticket na kaming binigay ala pa din reply.
  8. Hello, I tried making an NPC move. It worked on a smaller scale but once I transferred it to another, bigger map, it stopped moving. Any luck? I want it to move all over the map like a normal mob. Thanks
×
×
  • Create New...