Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. which script are you using now ....
  2. OnInit: waitingroom "TITLE",0; end; find the OnInit or create your own ... else.....you can just add this into your npc... delwaitingroom; waitingroom "TITLE",0; you can put it just right below your npc header...
  3. yes....the saved contents from reward_codes should be deleted upon other players claimed the items..so it's pointless to save the redeem time there... query_sql("DELETE FROM `reward_codes` WHERE `code` = '" +escape_sql(.@pc$)+ "'");
  4. OnMinute00: // show npc every hours for 30 minutes. hideoffnpc strnpcinfo(0); sleep ( 30 * 60000 ); // how long it last. hideonnpc strnpcinfo(0); end;
  5. query_logsql("INSERT INTO `rewardlogs` (code,redeem_time,account_id) VALUES ('"+.@pc$+"', NOW(), '"+getcharid(3)+"')"); your reward logs was saved in a different table .....in the log scheme. the sql table you shown above...is it the rewardlogs ??? or reward_codes ??? or ???
  6. Emistry

    Help problem...

    i will deal with this personally..so this topic can be closed.
  7. they will have the forum account after they registered their game account.
  8. you can link your game account with forum ..... Login ACP > Tools & Settings > Login Management > External Database
  9. i think most of the 2012 client should be working for this.. currently i am using 2012-06-18 client.
  10. bonus2 bSkillAtk,n,x; Increase damage of skill n by x% (supports skill names)
  11. OnPCDieEvent: if( strcharinfo(3) == "mapname" ){ warp "SavePoint",0,0; } end;
  12. conf/battle/drops.conf item_drop_common_min: 10000 item_drop_heal_min: 10000 item_drop_use_min: 10000 item_drop_equip_min: 10000 item_drop_card_min: 10000 item_drop_mvp_min: 10000 item_drop_add_min: 10000 item_drop_treasure_min: 10000
  13. you can try some trick like using setoption change them into frozen state / stone curse state...i believe in that state they cant move / attack.. and add a timer using addtimer after 30 seconds change back to normal state.
  14. try this http://upaste.me/r/9b49f9
  15. yup, 1 winner only the choosen number did not warp out just edit the area that will be warped out ...
  16. http://supportmii.com/ro1/Clients/Weediff2012Pack_v7.7z
  17. when you diff your client...select this Enable Title Bar Menu
  18. if you're using 2012 client..then it should be system/iteminfo.lub
  19. go to your website page...write some code ( php perhaps ) to retrieve it from your database ... and display it at your website...
  20. you can try do it like this http://upaste.me/r/1b2143
  21. make sure your client did read for your GRF or data folder... ensure the information inside the data.ini is correct...
×
×
  • Create New...