Jump to content

mrlongshen

Members
  • Posts

    1302
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by mrlongshen

  1. http://rathena.org/board/topic/58825-how-to-add-custom-carts-client-and-server-side/?p=78044 Read thiss all my friend.
  2. i bump you request lor. hehe
  3. thanks man. i will upload this to download for release to public. really thanks bro.
  4. Version 1.0

    458 downloads

    - It's a Automatic Facts Event based on about 52 Facts from the Facts Announcer Script by xienne15. - The Event is automatic started . They just have to standby near 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. This is the original from eathena. http://www.eathena.ws/board/index.php?showtopic=258994
    Free
  5. @capuche thanks a lot man !!! how to set more than 32 fact ? because the original is 52.
  6. @capuche that means, the event will start 1st or the event start and broadcast at the same time ?
  7. @capuche, thanks alot. btw. how to add 5 minute before event start, there will be a annoucement. bc_all. where to add it? set .ResetCounter,.ResetCounter+1; set .EventON,1; set .Timer,1; set .Wait,1; announce "The fact Event will begin in 3 minutes.",bc_all | bc_blue; announce "The Event is being held in Event Room. Please use custom warper to go there.",bc_all | bc_blue; setnpctimer 0; initnpctimer; end; OnTimer60000: if (.Timer!=1) end; announce "The fact Event will begin in 2 minutes.",bc_all | bc_blue; announce "The Event is being held in Event Room. Please use custom warper to go there.",bc_all | bc_blue; end; OnTimer120000: if (.Timer!=1) end; announce "The Fact Event will begin 1 minute.",bc_all | bc_blue; announce "The Event is being held in Event Room. Please use custom warper to go there.",bc_all | bc_blue; end; OnTimer180000: if (.Timer!=1) end; announce "The fact Event has begun!",bc_all | bc_blue; announce "The Event is being held in Event Room. Please use custom warper to go there.",bc_all | bc_blue; set .Timer,0; stopnpctimer; setnpctimer 0; initnpctimer;
  8. have you register your admin account ?
  9. i think, it on client side. try to dif it more char.
  10. please edit your item_db.
  11. i seen you post alot same posts alot topic....which ask for "share share".... instead you should have try search for it or explore the forum..or the server files itself.. trunk/conf/groups.conf permissions: { can_trade: false } previously i remember there is a topic that discuss on only remove drop / trade for low gm level group too. relax emistry. i just want to see what he do. i know about it lor. kekeke
  12. i think you can use leveling room. and edit it. for the difficult of monster, you have to edit the mob_db.txt
  13. ow man. relax. cool. capuche just rebuke. its good for you man to start because u have a basic of scripting.. relax ok dont emotional.
  14. that true. nice. share here
  15. please submit your item_db2.txt here. lets see the item effect.
  16. kindly please post a screenshot. elaborate more details about your problem.
  17. that a mix of guild woe script and mysql.
  18. please download latest lua files.
  19. woarg.. full set of effect. more then 10 effect the equip. that why it happen like that..
  20. its so funny. like a virus script there. hahahahaha
  21. thx emistry btw. i got this problem. [Error]: Loading NPC file: npc/1.test/monsterinvansion.txt script error on npc/1.test/monsterinvansion.txt line 127 parse_simpleexpr: unmatch ')' 122 : mes "[ ^0C66C0Event Helper^00000 0 ]"; 123 : mes "Please choose your desired map!"; 124 : mes "Obviously, the map has to b e valid."; 125 : next; 126 : do{ //Loop to ensure valid map * 127 : input $@Map$;}while(getmapmobs'( '$@Map$) == -1 ); 128 : break; 129 : Case 3: 130 : 131 : mes "[ ^0C66C0Event Helper^00000 0 ]"; 132 : mes "Which monster do you want t o spawn?";
  22. that not error, that a duplication of script. please @reloadscript
×
×
  • Create New...