Jump to content

shatowolf

Members
  • Posts

    262
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by shatowolf

  1. Yo, you need to WeeMapCache your current prontera ".rsw, .gat, .gnd"
  2. post your accessoryid.lub / accname.lub and your item db here. yung view id should be same.
  3. - script Barricade 78,{ OnInit: bindatcmd "gate", strnpcinfo(0)+"::Oncommand", 99,99; setcell "new_5-1",68,113,68,110,cell_walkable,0; //non walkable monster "new_5-1",68,113,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,112,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,111,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,110,""+getmonsterinfo(1905,0)+"",1905,1; end; Oncommand: if(compare(.@atcmd_parameters$, "open" )) goto L_open; else if(compare( .@atcmd_parameters$, "close")) goto L_close; else{ dispbottom "type - '@gate open' to open the gate"; dispbottom "type - '@gate close' to close the gate"; } end; L_close: setcell "new_5-1",68,113,68,110,cell_walkable,0; //non walkable monster "new_5-1",68,113,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,112,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,111,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,110,""+getmonsterinfo(1905,0)+"",1905,1; end; L_open: announce "The Gate is now OPEN. Good Luck Adventurer.", bc_all; setcell "new_5-1",68,113,68,110,cell_walkable,1; //non walkable atcommand "@killmonster2"; end; } yo mate.
  4. Here ya go mate, nxt time please use code box. OnAgitStart: while(agitcheck()) { specialeffect EF_BEGINSPELL6; sleep 425; } end; OnInit: while( 1 ){ delwaitingroom; waitingroom agitcheck() ? "WOE is Active!" : "Server Time "+gettimestr( "%I:%M:%S %p",21 ), 0; sleep 1000; } end; }
  5. you are welcome. if may mga tanong ka. let me know lang.
  6. Hi mate., You can add this : before // Script Core OnInit: while( 1 ){ delwaitingroom; waitingroom agitcheck() ? "WOE is Active!" : "Server Time "+gettimestr( "%I:%M:%S %p",21 ), 0; sleep 1000; } end; }
  7. Yow mate. this question already answered, just search first. or google, it wont hurt you. ? Thanks.
  8. Hi mate, baka makatulong ito : Youtube (Credit sa nag gawa ng guide)
  9. Dapat kasi pre alam mo ung niggawa mo bago ka mag order. search muna. ingat ka lang madami scammer na nag kalat. just a reminder. good luck sa server mo.
  10. google mo lang madaming guide jan. nag kalat. ?
  11. it's not System\luafiles514\lua files\datainfo\accessoryid.lua put it under the data\luafiles514\lua files\datainfo\
  12. about gepard you should contact @Functor
  13. did you manually add the path? it's working.
  14. chat mo cya, cya lang makkasagot sa mga tanong mo. sa skype mo cya ichat.
  15. nasa mysql mo / phpmyadmin - export mo lang, make sure naka maintenance mode ung server mo.
  16. just Truncate the table or empty it. `donation` and `donate` table.
  17. install ka ng microsoft redistributable sa pc mo. "Visual C++ Redistributable"
  18. if may problema ka pa let me know. ?
  19. ito guide pre. follow mo lang. -- >https://rathena.org/board/topic/112566-guide-setting-up-rathena-server-in-a-centos-7-vm-on-windows-using-virtualbox/
  20. The Bombring bug report -> once it start then your in the map, all in the map will get reward then warp to prontera, no monster spawn.
  21. Hi mate, Nice, gonna try it out. ? will update you.
  22. rog_steal_coin.wav - missing.
  23. hey func, check your pm. gonna order gepard thanks.

  24. post the screenshot here.
×
×
  • Create New...