Jump to content

2Wire

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by 2Wire

  1. I had (and still have) a license of Gepard 3.0 for my server for around 3 years now, and never had even ONE problem with Functor or his products. Also, you're very known in the latin american RO community for stealing other people works and reselling them. Hell, you even stole and resold the NPC HD sprites, a very nice project which (obviously) doesn't belong to you. And let us not forget your "RO host service", where you access other people accounts and steal their stuff. I stand with Functor, you could resell even your mother if you find a buyer. Buying a license doesn't mean owning the copyright, remember that.
  2. Excellent and helpful. Only problem is when using touchpad on laptop: pointer moves really slow, and it's completely locked on Lenovo laptops. But still, totally recommended.
  3. 2Wire

    Drop MVP

    After: getitem 675, 3, .@partymemberaid[ rand( .@c ) ]; add: if (rand(1,10) == 5) { getitem item_id, item_qty, .@partymemberaid[ rand( .@c ) ]; } After: getitem 675, 3; add: if (rand(1,10) == 5) { getitem item_id, item_qty; } So you'll have 1/10 (10%) chance to get that item.
  4. 2Wire

    mvp ladder

    You need to modify this line: monster .eventmap$,0,0, "--ja--", .mvpid[.round], 1, strnpcinfo(0)+"::OnMvpDead"; to monster .eventmap$,0,0, "--ja--", .mvpid[.round], <your qty>, strnpcinfo(0)+"::OnMvpDead"; where <your qty> is the amount of MVP that you want to spawn. Also change this: OnMvpDead: getpartymember .party_id, 1; getpartymember .party_id, 2; to OnMvpDead: if (mobcount(.eventMap$,strnpcinfo(0)+"::OnMvpDead") > 0) { end; } getpartymember .party_id, 1; getpartymember .party_id, 2; so you only finish the round when all the spawned monsters are dead.
  5. Hello everyone, i need some help. My problems are: 1) I'm using 2013-08-07 ragexe and every time i log in my server, the pin code window starts to move randomly. 2) When i log in the server with an account with all char slots used (12 in my server), it takes a looooooong time to pass the char selection window. But if i log in with an account with 2 or 3 chars, this problem don't happen. Thanks in advance.
×
×
  • Create New...