Jump to content

rakuzas

Members
  • Posts

    459
  • Joined

  • Last visited

Everything posted by rakuzas

  1. NPC skill not works.. Its just play bard sound but no buff or effect like bards.. And i tried specialeffect2 BA_ASSASSINCROSS; sc_start SC_ASSASSINCROSS,240000,10; I got stone curse.. Hahaha.. Any idea guys?
  2. Hello, i wonder if we can make the custom npc with Aoe buff.. Like bard skills or Priest Santuary Skills.. I only know how to make buff for 1 player only.. Can someone help me? Thanks..
  3. That is the error.. Im using the default Calcium Kid data.. But still have this error..
  4. Yup.. That exactly what i did.. But my custom cutin have sprite error.. But when im using the original or like kafra cutin.. no error.. My custom have error..
  5. I dont know why i have this error.. I already make the default cutin size with 24bit and bmp format.. But after i load, each time im talk to custom npc which using this cutin.. I will get sprite error.. But the weird is.. the error shows same name and format like example blablabla\test.bmp... Is there a way to make it works? I spend 3 hours to figure this out.. Still same error...
  6. now its really works!
  7. Not working.. If i put before my close, it will shows nothing.. Like no cutin.. Hmmm i tried to put before "end;" but still same problem..
  8. Hello, i put cutin in some of my NPC.. But why its not disappear after click close? Which part is my mistake? Thank you.. Here is the sample.. ra_temple,110,159,5 script GM Online Lists 856,{ cutin "3rd_wl_queen06",2; mes "Staffs Online Lists : ^FF0000"+getarraysize( .GM_Name$ )+"^000000 Staffs"; mes "^0000FF_____________________________^000000"; for( set .@i,0; .@i < getarraysize( .GM_Name$ ) ; set .@i,.@i + 1 ){ getmapxy( .Map$,.x,.y,0,.GM_Name$[.@i] ); mes "[ ^63D1F4"+.GM_Level$[.@i]+"^000000 ] ^FF0000@ ^0000FF"+.GM_Name$[.@i]+"^000000"; mes "^0000FF_____________________________^000000"; } close; OnInit: set .MinGMLevel,1; // Min. GM Level to Show in Online Lists end; OnPCLoginEvent: set .@gmlevel,getgmlevel(); if( .@gmlevel < .MinGMLevel ) end; set .@size,getarraysize( .GM_Name$ ); set .GM_Name$[ .@size ],strcharinfo(0); if( .@gmlevel < 10 ) set .GM_Level$[ .@size ],"Level 1 GM"; else if( .@gmlevel < 20 ) set .GM_Level$[ .@size ],"Level 2 GM"; else if( .@gmlevel < 30 ) set .GM_Level$[ .@size ],"Level 3 GM"; else if( .@gmlevel < 40 ) set .GM_Level$[ .@size ],"Level 4 GM"; else set .GM_Level$[ .@size ],"ADMIN"; end; OnPCLogoutEvent: if( getgmlevel() < .MinGMLevel ) end; for( set .@i,0; .@i < getarraysize( .GM_Name$ ) ; set .@i,.@i + 1 ) if( strcharinfo(0) == .GM_Name$[.@i] ){ deletearray .GM_Name$[.@i],1; deletearray .GM_Level$[.@i],1; end; } end; } // Special Thanks to Emistry for nice script and guide to make it works! // Edit some script to make it works on Milenia Ragnarok Online by Rakuzas.
  9. Hmmm.. May i know how to make this NPC.. To shows random text at the chat room title or waiting room? I mean like after 1 minute, the npc will show "Hello".. Then after another 1 minute "Good Morning".. Then this NPC can be talking to.. Is it possible?
  10. Hello, Does this feature already in that script or not? I think its better if we can announce in global channel for each quest complete..
  11. Hello, i make custom pet.. And put the script.. But.. The pet not using his skills.. Please check.. Which part i do wrong.. 2022,S_NYDHOG,Nidhoggr's Shadow,0,9907,0,537,80,20,50,100,250,20,2000,200,1,1,350,400,800,{ petskillattack2 "NPC_FIREBREATH",5000,10,100,100; },{ petskillsupport "AL_HEAL",5,60,25,100; }
  12. You save the day again~ Thanks a lot.. no wonder i cant find it..
  13. My server have that mora EQ quest npc like Power Of Guardian etc.. But.. Where exactly this NPC located? Im find at re/quest/quest_mora.txt not found.. re/cities/mora.txt also not found.. Hmmmm.. Can someone tell me please? Thank you..
  14. Maybe because its good script?
  15. Hello, I read at wiki said we must place the new pet portrait here : data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\illust But.. may i know what filename must we create.. i mean the portrait files.. like pet01.bmp? Im confuse.. And also.. Can i get some example for custom pet portrait? Thanks you..
  16. I just figure it out.. The guide at wiki is quite different from in the db.. So i change it according guide in the mob_db.. Now its works..
  17. Here is my custom mob db : 4000,INCIK_RAKUZAS,Incik Rakuzas,Incik Rakuzas,99,500000,1,2010,2010,20000,20000,10000,279,45,120,125,30,85,1000,85,100,12,2,6,67,0x11AB,100,768,768,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,12623,100,616,50,12246,1 Here is my mob boss : 4000,Incik Rakuzas,500000 I dont know whats wrong.. But this custom mob never shows MVP sign when dead.. Hope you guys can help me.. Thans..
  18. Nice script.. But.. How to make that monster only attack player if they player attack him 1st? Right now its kill every player.. Like real MVP.. Hahaha.. EDIT : im using the Event type Baphomet Jr.. then i change the level, hp and attack..
  19. prontera,150,180,5 script your newbienpc 56,{ OnPCLoginEvent: if(!#oldplayer) { mes "wanna do the newbie quest?"; next; if ( select( "yes", "no" ) -1 ) end; // your newbie quest set #oldplayer,1; } } Hmmm.. I copy paste this script.. When we near the NPC.. Its working.. But, if we far from NPC like that NPC in Prontera, and we at Geffen, we will stuck after click next.. I test and wait about 1-2 mins for that YES or NO appear.. But.. If we near with that NPC.. We will get instant response.. Hmm... BTW, i got this at console..
  20. Im looking foward into it~
  21. I got the idea.. Thanks..
  22. Hello, Some of my player keep asking me to make this kind quest.. I dont know is it possible or not.. But i think it impossible but they keep ask me.. So here i am.. OK.. This npc works like this.. - Player will create account - After player start play this new character in new account, the NPC will talk to this player automatically and player will give option to do the Newbie Quest or ignore it.. - And, if player pick to do it, player will talk to certain NPC like we set to get rewards,, Then talk again to the quest npc to talk to other npc to get rewards.. And my question is, is it possible or not? If possible.. Can someone give me the basic or make it?
  23. Hello, may i request this NPC? Ok.. this NPC work like this.. - Player will talk to this NPC - This NPC will give category of promotion item in cash shop and test it by preview (Like Preview in Quest Shop) Hmmm.. So, this NPC not sells or give items.. But only preview certain item like headgear.. But it works like preview in Quest Shop (Custom NPC).. I hope can get some good news..
  24. Hello, does RO support this kind of feature? Because other mmorpg have some ads or promo in their cash shop.. Hmm.. I dont know what to say hope you can understand what im mean..
  25. Hello, im thinking making some MVP as pet.. But can we make it smaller size? Since many of the MVP is pretty big..
×
×
  • Create New...