Jump to content

HD Scripts

Members
  • Posts

    183
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by HD Scripts

  1. try this http://pastebin.com/raw.php?i=HPpzAjwe
  2. for add more castle, use the same if( eg: && getcastledata( "NAMEOFCASTLE2", 1) != getcharid(2)
  3. this is correct for your buff http://pastebin.com/raw.php?i=Pm5MFY6L
  4. try this http://pastebin.com/raw.php?i=bi3GKvMB
  5. try this http://upaste.me/2afb5312c9b7042
  6. if(getmapmobs("NAMEOFMAP") > 0) ...
  7. works... but tell: You have been logged in for 0 minutes. #edit I fixed it ... looked like this: - script Online1min -1,{ OnPCLoginEvent:X: sleep2 60000; set @loggedtime, @loggedtime + 1; set @logtimeupdate, @logtimeupdate + 1; if ( @logtimeupdate >= 1 ) { dispbottom "You have been logged in for " + @loggedtime + " minutes."; } goto X; end; OnPCLogoutEvent: set @logtimeupdate, 0; } operating at every 1 minute, and counting correctly. log out, resets the count and when log in again, begins to tell ... thanks man, helped me a lot. * ------ * and thanks to @ Tribbiani for the help too. can close
  8. i go try this, edit here if not works '-' Ok, it works... I wanted to happen to that information every 1 minute in this case, placing a OnTimer60000: I tried this but no success;/ as it does?
  9. cara, tu é brasileiro? O.O @edit if(Brasileiro) mes "Sim, coloquei as tabs corretamente..."; else yes, tabs added correctly
  10. use this system made from me http://forum.brathena.org/topic/4426-comando-vip/
  11. i'm not in home, but i try this later thanks '-' @edit Error x.x' http://img542.imageshack.us/img542/2439/semttulojn.jpg
  12. hello '-' I know how to put a time on a script ... I think it would be something like: OnPCLoginEvent: set minute,minute +1; dispbottom "Time logged: " + minute + " minute"; end; but this does not work, someone has an idea?
  13. hmmm, yes, but 'm a sucker with source. but modify this command, it is my will..
  14. yeah, i try this too, but not a funcion... but ok, i'm try others funcions to my hexed '-' thank's
  15. hahaaa, i'm male yes @topic right, then is a edit of hexed? but'm try so
  16. Change color of the dispbottom? This is possible? o.O'
  17. oh not, maybe in src>map>scripts.c something with "BUINDIN_FUNC" of announce...
  18. Hello. First, I apologize for my English ... I'm with a doubt, as I do for when you advertise with "announce" automatically, leaving a sound? some function? there is the command @sound , but want to know if you can put this command into the BUILDIN_FUNC (announce) something easier? thank's for your help '-'
  19. prt_fild08,54,59,4 <tab> script <tab> Mage <tab> 937,{ mes "^00aa00[Mage]^000000"; mes "I am free!"; initnpctimer; close2; OnTimer60000: hideonnpc "Mage"; stopnpctimer; end; } Maybe not works, but try
  20. ...,{ if(isequipped(15122) && isequipped(15123)){ bonus bStr,2;*2 }},{},{} maybe?
  21. ...,{ if(isequipped(15122)) bonus bStr,2; },{},{} try this²
×
×
  • Create New...