Jump to content

Heartbreak

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by Heartbreak

  1. im having problem with this script.. what i'm trying to do is to create a warper that get an item before it warp you.. here's teh script i made.. please help me.. im a newbie // -------------------------------------------------- // AblazeRO Market/Casino warper // -------------------------------------------------- ra_temple,120,179,4 script Casino Entrance 939,{ mes "Do you have a ticket ?"; if (countitem(7338) < 1) { mes "[Casino Guard]"; mes "Sorry, no ticket no entry! "; close; } else { delitem 7338,1; next; warp "ra_temin,170,20; end; } } Please help me..
  2. how can i manually control this in game ? script says: to start just say "start".. how? should i pm npc ?
  3. thanks a lot ! ermm.. but where should i put these ? CREATE TABLE evt_prize ( rwd_time varchar(255), player varchar(255), item_id varchar(255), amount varchar(255), gm_name varchar(255) ); will these work with @command like @reward ? thank you all for your fast replies
  4. Please help me.. I've been having problems with corrupt gm's recently.. I want to add a command that does this things so i will be able to see in logs: @reward1 Player name = Give item 7720 to a player and announce that he won an Event Coin. @reward2 Player name = Give 50 berry ticket (ID 7307) to a player and announce that he won 50 berry tickets.. Please help me.. This is the only solution i find to avoid these corrupt GM's..
  5. i dont know how to do it.. sorry im a newbie
  6. i don't have it in my player.conf.. i tried adding it but it didn't work.. please help
  7. how can i stop this from appearing in my chat box ? i tried logging in with normal player character and it also appears.. please help me.. i'm a newbie..
  8. woo ! you're the best ! thanks a lot !
  9. can I please request for a reward giver script that works like this: - GM will pm the npc to activate.. - NPC will ask for the name of the player.. - when GM type the name of the player it will automatically give the player the reward (item 7720) and announce that this player is the winner of the event and got 5 Event coins.. - should work only for gm level 40 and up.. - if the GM typed the wrong name.. it will give gm a message to try again.. can anyone help me ? im a newbie scripter..
×
×
  • Create New...