Jump to content

Mr BrycE

Members
  • Posts

    595
  • Joined

  • Last visited

Everything posted by Mr BrycE

  1. after i stash save run these right? then it will still save my old settings right? git pull git stash pop what happend if i forgot to to stash pop? replaced?
  2. add this to the valk armor script,. bonus2 bResEff,Eff_Freeze,10000;
  3. re: db/re/mob_db.txt pre-re: db/pre-re.mob_db.txt find: 1101,BAPHOMET_,Baphomet Jr.,Baphomet Jr.,57,2035,0,486,548,1,186,219,70,25,52,60,36,17,52,25,10,12,0,6,27,0x3795,100,868,480,120,0,0,0,0,0,0,0,923,3000,984,63,1464,2,607,50,610,100,508,1300,2405,50,0,0,0,0,4129,1 if you can't see any 607(ygg) then add that.
  4. ohhh.. i don't usually put something in these files but i guess this one needs it.. num2itemdesctable num2itemdisplaynametable num2itemresnametable i can see it now. thanks guys.
  5. Mr BrycE

    LoL Stats

    looking at those champion icons, is that from season 1? i just started playing in the mids of the 3rd season
  6. in /npc/merchants/refine.txt Line: 571 callfunc "refinemain","Hollgrehenn",0; change to callfunc "refinemain","Hollgrehenn",1;
  7. may i ask how will that exactly work?
  8. Hello, is there a way to prohibit the .exe to run by itself and must go through patcher first?
  9. does it mean that, setting up a new custom item does't work? because, i already have the bmp for the quints. ( i added them with complete, sprites and textures )
  10. Hi, i replace the rune with a custom but, there's an X. how to i change that null to its sprite. here's an SS
  11. is that one of your custom file? can you post the Quest_Izl script? a proper placement of script commands can fix this.
  12. hi, when im trying to update my trunk(17526) to latest revision this is what i get..
  13. thanks for helping me out
  14. i want to ask help about this, im doing it wrong >.< setarray .Runes[0],20369,20368,20367,20366,20376,20377; for( set .@r,0; .@r < getarraysize( .Runes ); set .@r,.@r + 1 ){ set .@RunesMenu$,.@RunesMenu$ + getitemname( .Runes[.@r] )+":"; } set .@Runes,select( .@RunesMenu$ ) - 1; >>>>>>> if(countitem( .@Runes) >= 10) { <<<<<<<<<< mes "^0000FF[ Zane ]^000000"; mes "Not Enough Requirements my Lord"; close; } what i want to do is, to check if the chosen id is = to 10pcs
  15. hehe thanks for all the help, it is now done.
  16. happend to me recently after i patch my own grf(i will not assume the we did the same) but, check you file names in your grf, sprite names, lua files if anything is named correctly or placed correctly
  17. sorry for the late reply, thanks patskie
  18. i just saw the makeitem in the doc. but i'll try this.
  19. WOW!! 10/10, i don't usually give 10's but this...
  20. Will someone teach me how to spread the drop in the area where the monster is killed? NOT the normal item drop where the item and monster is in the same position.
×
×
  • Create New...