Jump to content

shatowolf

Members
  • Posts

    248
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by shatowolf

  1. just search and go around the forum mate, your 80% questions already answered to the forum.
  2. you should get the other module. it works.
  3. Gepard is the best option this day, just contact @Functor
  4. your thor patcher tools find the CheckSum.
  5. Go to var/lib/phpMyAdmin/upload/ upload your .sql files to that location and then go to phpmyadmin import.
  6. Yo, you need to WeeMapCache your current prontera ".rsw, .gat, .gnd"
  7. post your accessoryid.lub / accname.lub and your item db here. yung view id should be same.
  8. - 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.
  9. 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; }
  10. 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; }
  11. Yow mate. this question already answered, just search first. or google, it wont hurt you. ? Thanks.
  12. Hi mate, baka makatulong ito : Youtube (Credit sa nag gawa ng guide)
  13. 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.
  14. it's not System\luafiles514\lua files\datainfo\accessoryid.lua put it under the data\luafiles514\lua files\datainfo\
  15. about gepard you should contact @Functor
  16. did you manually add the path? it's working.
  17. chat mo cya, cya lang makkasagot sa mga tanong mo. sa skype mo cya ichat.
×
×
  • Create New...