Jump to content

mrgeiszer

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

473 profile views

mrgeiszer's Achievements

Santa Poring

Santa Poring (3/15)

  • Reacting Well
  • One Month Later
  • Collaborator
  • Dedicated
  • Conversation Starter

Recent Badges

0

Reputation

  1. can anyone help me with this error on the server side, i didn't touch any of the data in mod_db.yml but suddenly got that error on the map server..
  2. mrgeiszer

    HIRE NPC

    its not showing the hired npc i used an existing mob 1802 - High Priest Mob
  3. hi thanks for response... sorry for a dumb question can you teach me how to use or do it in mob_avail.yml?? tia
  4. please help as the title says, or a mob with player sprite that fights a mob monster... any guides or script thanks in advance...
  5. is there any way i can make npc attack to mob or mob that is using player sprite to attack a mob monster, basically what i want is to make like an ai fighting a monster to looks like a player frighting it... any guides on how to do it will be much appreciated.... thanks in advance!!
  6. i believe its working now its just the matter of wait... ? sorry just I'm idiot, please close this thread as resolved TIA
  7. Hello everyone, I'm kind of working in this script, but I'm not quite sure if its working or what.. please help here's the full script... //Bossnia Map 1 Gold Farm //================================================== //Bossnia Map bossnia_01 //================================================== prontera,156,176,3 script Gold Farm 88,{ mes "[ Farmer ]"; mes "Happy farming!"; next; warp "bossnia_01" ,0,0; close; OnInit: disablenpc "Gold Farm"; hideonnpc "Gold Farm"; end; OnMinute10: hideoffnpc; announce "Farmer: Gold Farm Room Activated in the center of prontera!",bc_blue; sleep2 10000; announce "Farmer: Come on hurry, NPC room will last only a minute.",bc_blue; sleep2 10000; enablenpc "Gold Farm"; initnpctimer; end; OnTimer50000: announce "Farmer: Last 10 seconds.",bc_blue; end; OnTimer55000: announce "Farmer: 5.",bc_blue; end; OnTimer56000: announce "Farmer : 4.",bc_blue; end; OnTimer57000: announce "Farmer : 3.",bc_blue; end; OnTimer58000: announce "Farmer: 2.",bc_blue; end; OnTimer59000: announce "Farmer: 1.",bc_blue; end; OnTimer60000: announce "Farmer: Time's up. Gold Room will open again in 10 minutes.",bc_blue; end; OnTimer67000: disablenpc "Gold Farm"; hideoffnpc; stopnpctimer; end; } //================================================== //MOB Monster here //================================================== bossnia_01,0,0,0,0 monster Dokebi 1110,50,0,0,0 bossnia_01,0,0,0,0 monster Grand Peco 1369,30,0,0,0 bossnia_01,0,0,0,0 monster Mineral 1614,17,0,0,0 bossnia_01,0,0,0,0 monster Am Mut 1301,3,0,0,0 //==================================================
  8. this will cover or overwrite the old sprite of the 3rd jobs? tia
  9. anyone please help! any format? or example thanks TIA up
  10. @Racaae do you know what script codes that an npc using player sprite can attack a mob? tia
  11. yes but the other monster is using the player sprite is it possible? tia
  12. anyone can share or help me if this is possible, if there's a script for this? TIA PS: basically its like a normal player but npc using player sprite attacking a mob on the filed or dungeon, it will looks like a normal player kind of
  13. thank you for this it works perfectly for my npc
  14. hi your code works, lastly can i also change the hairstyle and having head top equipment? thanks for your help anyway
×
×
  • Create New...