Jump to content

badneko

Members
  • Posts

    37
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by badneko

  1. oh. Then, anyway to check where Spawn the Emperium ?
  2. Hi! i need a npc who can tell where is the active woe. Something like. Now the woe is playin in [this castle] I have already a npc who broadcast at the start. But i just want, the np who can provide that information. thanks in advance ~
  3. Enter normal message, then the npc check the word. =o
  4. Just like effect 652, but changing the number "1", for another.
  5. exist anyway to disable this function for low ranks on guilds ?
  6. Actually i did that in other script. first get the map where is your npc. with getmapxy or setupd yourself. makeitem 547,1,"yourmap",49+rand(-7,7),49+rand(-7,7); so, the item will be created in a square 14x14 around that point.
  7. Hi guys, im looking for a method to check of npc exist/enable/visible. and when not not exit/disable/invisible. i tried with getmapxy, if (getmapxy(@mapname$,@mapx,@mapy,1,"Silvia Summers#clic1")!=0){ percentheal -99,-99;end;}
  8. Sup, guys. I wondering if any method to check the global/public chat.
  9. For example all stats + 3 (level <70) also how desactivate this on certan maps? can be setted in the item too ?
  10. Thanks guys!. And now how i can avoid the "there is no player attached error"?
  11. Something like start time, then stop it and show the time has passed.
  12. Thanks guys for answer People enter to Bg with autofollow. So is just one guy using other pc. What i want is a script how test if there real people playing. Something like, you have 10 seconds to answer or do something. IMO that is a little hard. Not the script itself but it would be annoying for the users. Also you cannot put an anti DL IP script because there is a lot of people who play with their brother/sister/girlfriend/friend etc. I suggest you to put a anti DL by MAC and if you find people doing that shit just kick/jail/ban them. Kick by MAC using harmony: - script dual_mac_5 -1,{ OnPCLoadMapEvent: getmapxy(.@amap$,.@mapx,.@mapy,0); if(.@amap$!="bat_room") end; set .@name$,strcharinfo(0); query_sql("SELECT last_hwid FROM `login` WHERE account_id = "+getcharid(3)+"", .@LastMac$); query_sql("SELECT account_id FROM `login` WHERE last_hwid = '"+.@LastMac$+"'", .@AccountId); set .@aidtemp,getcharid(3,strcharinfo(0)); for(set .@i ,0;.@i<getarraysize(.@AccountId);set .@i,.@i+1) { if(attachrid(.@AccountId[.@i])) { getmapxy(.@qmap$,.@qmapx,.@qmapy,0); if (.@qmap$== .@amap$) { logmes "[ "+ .@name$ +" - "+.@aidtemp+" ] es DL de [ "+ strcharinfo(0) +" - "+ .@AccountId[.@i] +" ] - HWID [ "+ .@LastMac$ +" ]"; set .@j,.@j+1; } } detachrid; } attachrid .@aidtemp; //if(.@j > $@MaxWimdows) { //dispbottom "Prohibited Double Login in this map..."; //warp "prontera",156,179; //} end; OnInit: //set $@MaxWimdows,1; end; } //------Enable map OnPCLoadMapEvent------------------- bat_room mapflag loadevent Uhmmmm i thinking something like ... Player 1 enter to bat_room Player 2 talk to bg recruiter {Ops we got same mac with other player, wanna test?} yes: Pick all player with same Mac, Recall players for verification test: One idea: Warp-> test room. Count player in that room Map broadcast-> You guys need to talk to the npc and answer in least 7 seconds. (short captcha) Count answers == Player at room{Free pass to Bg for 1 Hour} if(gettimetick(2) - $passbg[0] > (60 * 60 )) then players dont need to verification until the hour end.
  13. People enter to Bg with autofollow. So is just one guy using other pc. What i want is a script how test if there real people playing. Something like, you have 10 seconds to answer or do something.
  14. Hi!, i installed Harmony. And i want to test some player with the same mac. Check if multiple people use the same router or just one guy playing with 2 or more computers.
  15. This may works with headgear?
  16. Ontouch is super weird, sometimes works. I figure out i need more range for ontouch, i used 3x3. With 5,5 never fails. But just works 1 time. prontera,156,89,4 script fencima 80,5,5,{ end; OnTouch: pushpc rand(0,8), 5; end; }
  17. I already try this with walker npc and ontouch, nothing happend. I tried to use countarea. But nothing happend. :/
  18. But how the npc use this? I try alot with touch: but not works when the player is already on the area. The player need to exit first, then enter again to use ontouch:
  19. Im doing a npc event how appears in prontera where people sit and talk. My problem is: if someone sit in the exact square of this npc. I need the npc appears and push a litle the players. I tryed with magnum break skill, i tried with npc walking with ontouch warp off. I really dont know what to do now XD.
  20. Like Q23PVMSAW Get a random number is pretty easy ... but mixed with letters?
  21. First i want to know if is possible make a conditional statement in the client. Second, i have harmoney, dunno if that affect the statement. Third, i found this diving on internet:
×
×
  • Create New...