Recent content by MrSky

  1. M

    Valid vote checker

    It is possible to make a vote for points system which check if it was realy voted before give points? If it is, someone has it or know how to do?
  2. M

    Cash Shop Label

    Hello guys, there is any event label triggered when buying on this cash shop? http://herc.ws/board/topic/367-introducing-cash-shop-support/
  3. M

    Bg_monster vs bg_monster

    Anyone know how make this work? set .@mob1, bg_monster ( 1, "bat_c01", 100, 103, "Poring 1", 1002) ;set .@mob2, bg_monster ( 2, "bat_c01", 104, 103, "Poring 2", 1002) ;sleep 500 ;unitattack .@mob1, .@mob2 ;unitattack .@mob2, .@mob1 ;
  4. M

    FluxCP Vote4Points with Mac Address?

    Can i make Vote4Points Addon rule for Mac Address instead of IP? Or maybe both? Anyone know how?
  5. M

    Error compilation in Linux

    Hi guys, i just done Harmony patch, and compiled with Visual C, it worked all fine, but on Linux it shows Already searched a lot but cant find solution, anyone can help? @Done can close
  6. M

    Battlegroun Request

    Hey guys! Someone have/can make/help make a bg entrace npc, that can use this or any similar system, where i could enter with command instead of chatroom (i can make the command tho), to enter on Hercule's basic battlegrounds arenas like Tierra ou Flavius? I mean, i dont need a new bg, i just...
  7. M

    How can i get a variable with php?

    Hi guys! How can i show a variable from mysql on fluxcp with php? I.e. show #cashpoint on fluxcp?
  8. M

    Error in bg modification

    Hi guys, my error is firstly i create a bg (.team), then create more 2 with te same variable used by hercules' bg, but always when i do this, the second person to enter, which goes for team 2, always leave bg just after enter, anyone can find the bug? D= OnStart: $@TierraBG2_id1 = createbgid(...
  9. M

    Problem with getnpctimer attached

    Im having a problem on this script OnInit: bindatcmd "inittime",strnpcinfo(3)+"::OnInitTime"; bindatcmd "checktime",strnpcinfo(3)+"::OnCheckTime";  First it init the timer attached with the player. OnInitTime: attachnpctimer; initnpctimer; then when i try check how many time passed...
  10. M

    How to check all items?

    Hey guys, how can i check if player have only one item in inventory? I.e he can do something only if he have only Apple in his inventory. Or restrict all itens expect one?
  11. M

    How to make a timer?

    On atcommand.c, i want to make a timer like this: On use @reloadscript: broadcast 1;(TIMER with 2 seconds)broadcast 2;...then it reload scripts... I know how make broadcasts, but i need help to make the timer D= Anyone can help? =)
Back
Top