Jump to content

mrlongshen

Members
  • Posts

    1302
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by mrlongshen

  1. im very sad i cant use it on 3ecam.
  2. this is rA script command ''getnpcid'' so i cant use it on 3ecam ?
  3. can i use this diff in 3ecam ?
  4. can i use in 3ecam ?
  5. please dont disable it. its very good meh. hehe
  6. someone ? how i do add a timer on this script ? I want every 20 minute in hour, i will auto triggered. thx //===== eAthena Script ===================================================================== //= Fact Event //===== By: ================================================================================ //= Hellflaem //===== Current Version: =================================================================== //= 1.0 //===== Compatible With: =================================================================== //= Eathena SVN and 3ceam //===== Description: ======================================================================= //= It's a Facts Event based on about 52 Facts from the Facts Announcer Script by xienne15. //= The Event is started by players, They just have to click the npc. //= Players are asked to fill in the missing word(s) of the facts. //= If they get it right they get an item. Player just have to say the answer outloud. //========Credits=========================================================================== //=ToastOfDoom //=RxChris //========================================================================================== mora,137,171,3 script Facts Event 917,{ if ($@EventON){end;} function DefineQuestion; function GetQuestion; function GetAnswer; //set .i, (.i + 1) % .numQuestions; //This is for testing. set .i, rand(.numQuestions); // Randomly picks a fact. set $rewarditem, 7539; //Poring Coins set $rand, rand(1,500); // Randomly picks from 1 to 5. set $@EventON,1; npctalk "Sila isi dalam tempat kosong:"; sleep2 2000; npctalk "Jika anda rasa ia betul. Saya akan memberikan anda beberapa syiling poring!"; sleep2 4000; npctalk "Fact " + .i + ": " + GetQuestion(.i); set .@answer$,GetAnswer(.i); defpattern 1, "([^:]+):.*\\s"+.@answer$+"(.*)", "Right"; activatepset 1; initnpctimer; end; OnTimer30000: npctalk "Maaf, anda mengambil masa yang amat panjang."; deletepset 1; set $@EventON,0; stopnpctimer; setnpctimer 0; end; Right: npctalk "Itu adalah betul, sila ambil ini."; getitem $rewarditem,$rand; deletepset 1; stopnpctimer; setnpctimer 0; set $@EventON,0; end; function DefineQuestion { set .@a, .numQuestions % 128; set .@b, .numQuestions / 128; setd(".question_" + .@a + "$[" + .@b + "]", getarg(0)); setd(".answer_" + .@a + "$[" + .@b + "]", getarg(1)); set .numQuestions, .numQuestions + 1; return; } function GetQuestion { return getd(".question_" + (getarg(0) % 128) + "$[" + (getarg(0) / 128) + "]"); } function GetAnswer { return getd(".answer_" + (getarg(0) % 128) + "$[" + (getarg(0) / 128) + "]"); } OnInit: set $@EventON,0; DefineQuestion("What is your mum name ? _____ ","poring"); }
  7. i got an error. im using 3ecam. how to fix it ? [Error]: Loading NPC file: npc/custom/myscript/dedicated_npc.txt script error on npc/custom/myscript/dedicated_npc.txt line 139 parse_line: need ';' 134 : } 135 : } 136 : callsub OnEndd; 137 : end; 138 : OnInit: * 139 : setd ".n_"+atoi(strnpcinfo(2))+"_unit_id",getnpcid'('0); 140 : set .amount,.amount+1; 141 : end; 142 : } 143 :
  8. http://www.eathena.ws/board/index.php?showtopic=188436 http://rathena.org/board/topic/72691-evil-clone-on-map-enter/
  9. search at eathena. u will be find it
  10. i like your idea. nice hope someone help us. hehe
  11. always make a backup 1st
  12. after edit. close your server. then run again. try create new char. and see what happen
  13. agree with u, i have to install the korean language so that the tools can understand..
  14. im sorry. my mistake nice cp. i give u 7/10...
  15. currently this is mine
  16. oh no, when we preview you get $$$ very sad, preview and you get $$$, then you must sell it huhuuh
  17. @reloadbattleconf
  18. hi all, i want to ask, why this act become this ?
  19. find at download.
  20. dont compare it to mRO
  21. just wait developer to update and fix it
  22. dont use the weapon sprite as a headgear
  23. mrlongshen

    FluxCP

    ok thx mootie problem fix.
×
×
  • Create New...