Jump to content

Sunset

Members
  • Posts

    89
  • Joined

  • Last visited

Everything posted by Sunset

  1. Yeah, ive tried to make it, without success.
  2. Sunset

    OGH Hard

    Hello! Since theres no ogh hard mode( or at least i didnt find after a half day google), i got an idea, of making an npc, which slots the enchanted temporal boots with xy% chance. Any of you guys got similiar npc script? or any advice?
  3. Hello! First of all, sorry if its not the right topic for this, i didnt find any better. I'm looking for a people, who could teach me on how to add costume items into my server. (screen share or similiar way) ( costume wings, changing auras, adding new items) Of course not for free, if you are intrested, PM me please.
  4. Sunset

    warper

    Hi! I just wanted to add my costume town into the warper list, but i cant click on the npc anymore. What did i make wrong? (picture)
  5. Hi, for some reason i can not PM you, it would intrest me. Could you PM me, to talk about it?

  6. Sunset

    Map

    Hi! ive just watched the guide on "how to add costume map", made it on the eathena test server, and it worked well. Then i went to my server, and im just wondering, where to place that "data" folder, or where do i place my data folder. I got the "data" folder, including the 3 files of the new map.// where is the place of this folder?// Thanks in advice
  7. Ive read it several times, tried to make a similiar npc like above, w/o success, thats why im trying here.
  8. Hello! So far, ive made my scripts like: Take a ready script, costumize it, and have fun. The Reason is there are a few important things, which i dont understand, so i hope, you guys can help me out with a short example npc. What testing npc am i looking for is: An npc, positioning: hu_fild03,249,171,3 with menu, 4 options to choose option 1: warps the player to prt_fild04 any coordinates option 2: warps the player to a random map option3: summons a random mvp, and heal,agi,bless the player. option4: offers a quest item for a player, reward for quest: 18982 item ID, requirements for the quest: 619 5 piece,2168 2 piece, 5k zeny I think, there are a lot of things in this scrip, so if you guys could help me out, i could experience the scripting by my own, i would really appreciate it! Best Regards.
  9. you mean, triggers at: 00:00, then 00:01, 00:02, 00:03, and so on?
  10. Hi! I've found a script, and i wanted to fine-tune it to my server, it spawns mvps at every 3 hour, but i want to spawn them per 1 minute, ive set the timer but didnt work. May you fix me / advice me please? script-> - script mvpinis -1,{ OnInit: setarray .Map$[0],"sec_pri"; setarray .MVP[0],1511,1785,1630,2320,1039,1272,1719,1389,1115,1418,1252,1086,1885,1492,1734,1251,1688,2156,1373,1147,1087,1190,1038,1157,1159,1623,1583,1312,1685,1658; end; OnMinute00: killmonster .Map$[ .RandMap ],"All"; if( .event_timer%3 ) end; //<--- im not sure of this part, first it kills the mvps that were not killed on the last event .event_timer++;//then if 8 hours transcurred after OnMinute00: the event will start ? because i see a end; there set .RandMap,rand( getarraysize( .Map$ ) ); set .RandMVP,rand( getarraysize( .MVP ) ); monster .Map$[ .RandMap ],0,0,"MVP Event",.MVP[ .RandMVP ],1,strnpcinfo(0)+"::OnKilled"; announce "Invasion MvP : "+getmonsterinfo( .MVP[ .RandMVP ],0 )+" occurs in "+.Map$[ .RandMap ]+" .",0; end; OnKilled: announce "Invasion MvP : All MvPs have been hunted",0; set mvp_point, mvp_point + 1;// +1 mvp point end; }
  11. Oh wow, thanks for the really fast answer! May i get an example, how this script would looks like, with the item ID? Ive already tried to write it, but got confused when i had to write the "player getting item" part of the script :/
  12. Helloh! Sorry, i found no info about this. Is there a way, of making a map automatically autoloot map? i mean, you just enter, and you will get the loot automatically w/o turning @autoloot on. reason: ive added to bossnia_02 imp mobs, and the imp mob has a chance to drop 7929 ID item. even if im autolooting on the map with 100%, i get none of the loots. I hope you can help me, best regards.
  13. Welcome! Every time, i try to extract the miruku, i get error in data.grf and music 130. Can you help me please?
×
×
  • Create New...