Jump to content

Hatake Kakashi

Members
  • Posts

    825
  • Joined

  • Last visited

Everything posted by Hatake Kakashi

  1. check my post. http://rathena.org/board/topic/87638-error-my-custom-items-please-help/#entry223543 bad3p kse, gumawa ako ng custom items, ok nmn sa @changelook, pero pg sa @item summon wlang image at error.. nandyan ung screenshot at data.rar ko na ginawa. ang nlgay ko nmn sa item_db.txt ung item no. na gling sa luafiles514 pero error padin at wlang itsura. pa help nmn sa mga pinoy jan ..
  2. are you sure with that? coz i should put the right name ryt? at my texture item and collection folder name is _saiyan. so why should i put saiyan_hair? but there's no hair word on it? correct me if im wrong. sorry for my english grammar.
  3. i include here screenshot and my data.rar error and no image at inventory.when i click this. what's wrong with my script? i tried to @changelook then i saw saiyan headgear and it's ok if @changelook but when i summon that item there's no image and when i click its error. please help i need your help pls. pls pls.... check custom item and item_db and system folder and here's my client date April 9, 2012 i view it using PE Viewer. custom item database.rar
  4. sir i need vote for points but there's no compatible for rathena svn. im using latest rathena svn please give me thanks for your help thank you.
  5. i can't understand.. please post fixed one. thanks.. ow i get it,. so why i can't move when im done choosing freebies?
  6. fixed.. but i have a problem.. when your relogin many times, you can get those freebies ea. login.. please fix. and how to put 1st message. ex. Hello there, welcome to My Ragnarok Online,. our goal is to give you a fair and balanced server. all newbies can get freebies to choose from.... i want to put that msg. on the 1st. thank you sir emistry. here's the fix code. thanks. - script Freebies -1,{ OnPCLoginEvent: // 1st: Announce login if(getgmlevel() > 20) end; Announce(StrCharInfo(0) + " has logged in.", bc_all); // 2nd: Check freebies if(!#FREEBIES) { switch( select( "Solar God Helm","Bapho Horns","Lord Kaho" ) ){ Case 1: getitem 5022,1; getitem2 2137,1,1,10,0,0,0,0,0; getitem2 2357,1,1,10,0,0,0,0,0; getitem2 2421,1,1,10,0,0,0,0,0; getitem2 2524,1,1,10,0,0,0,0,0; break; Case 2: getitem 5374,1; getitem2 2137,1,1,10,0,0,0,0,0; getitem2 2357,1,1,10,0,0,0,0,0; getitem2 2421,1,1,10,0,0,0,0,0; getitem2 2524,1,1,10,0,0,0,0,0; break; Case 3: getitem 5013,1; getitem2 2137,1,1,10,0,0,0,0,0; getitem2 2357,1,1,10,0,0,0,0,0; getitem2 2421,1,1,10,0,0,0,0,0; getitem2 2524,1,1,10,0,0,0,0,0; default: break; } close2; Set(#FREEBIES, 1); } // Event ends End(); } sir, got a problem again, when i finish to choose i can't move... i mean the char. can't move, you can solved it when you @go 0 but those newbie does not know @go 0 please fix thanks..
  7. how to fix this? i need this automatically when newbie login,. this npc will has a message to a newbie. hello, and welcome to this server please choose your freebies Lord Kahos Horn + +10 VSET Baphomet Horns + +10 VSET Solar God Helm + +10 VSET dont forget to invite your friends to play here. thank you and enjoy playing. that's all i want sir.. thank you TIA. - script Freebies -1,{ OnPCLoginEvent: // 1st: Announce login if(getgmlevel() > 20) end; Announce(StrCharInfo(0) + " has logged in.", bc_all); // 2nd: Check freebies if(!#FREEBIES) { getitem 5022,1; <<<< Solar God Helm getitem2 2137,1,1,10,0,0,0,0,0; getitem2 2357,1,1,10,0,0,0,0,0; getitem2 2421,1,1,10,0,0,0,0,0; getitem2 2524,1,1,10,0,0,0,0,0; getitem 5374,1; <<<< Bapho Horns getitem2 2137,1,1,10,0,0,0,0,0; getitem2 2357,1,1,10,0,0,0,0,0; getitem2 2421,1,1,10,0,0,0,0,0; getitem2 2524,1,1,10,0,0,0,0,0; getitem 5013,1; <<<< Lord Kaho getitem2 2137,1,1,10,0,0,0,0,0; getitem2 2357,1,1,10,0,0,0,0,0; getitem2 2421,1,1,10,0,0,0,0,0; getitem2 2524,1,1,10,0,0,0,0,0; Set(#FREEBIES, 1); } // Event ends End(); } help help help.... thank you.
  8. need some complete list boss fixed script. coz i dont know complete item id of all boss cards. i saw this script from sir emistry but i can't understand it. - script Limited Items -1,{ function LimitItems; function CheckItems; OnInit: // GM Level to Bypass set .GMLevel,80; // Check Every X Seconds set .Seconds,5; // Apply on Which Maps and what Zone No. setarray .DisableMap$, // "<mapname>","<zone number>", "guild_vs1","0", "guild_vs2","1", "guild_vs3","2", "guild_vs4","3", "guild_vs5","4"; for( set .i,0; .i < getarraysize( .DisableMap$ ); set .i,.i + 2 ) setmapflag .DisableMap$[.i],mf_loadevent; end; OnPCLoadMapEvent: if( getgmlevel() >= .GMLevel ) end; set @Exceed,0; for( set .@i,0; .@i < getarraysize( .DisableMap$ ); set .@i,.@i + 2 ) if( strcharinfo(3) == .DisableMap$[.@i] ) LimitItems( atoi( .DisableMap$[.@i+1] ) ); end; function LimitItems { switch( getarg(0) ){ // Case <zone>: CheckItems( <Item>,<Amount>,<Item>,<Amount>,.....,<Item>,<Amount> ); break; Case 0: CheckItems( 607,1 ); break; Case 1: CheckItems( 607,5,608,1 ); break; Case 2: CheckItems( 607,2,608,3,4002,1 ); break; Case 3: CheckItems( 607,5,608,1,4002,1,5022,1 ); break; Case 4: CheckItems( 607,1,608,15,5022,2,7227,10 ); break; default: debugmes "[NPC : "+strnpcinfo(0)+"] - Invalid Zone:"+getarg(0); break; } return; } function CheckItems { for( set .@i,0; getarg( .@i,0 ); set .@i,.@i + 2 ){ set .@Limit,0; for( set .@eq,0; .@eq <= 10; set .@eq,.@eq + 1 ) for( set .@slot,0; .@slot <= getequipcardcnt( .@eq ); set .@slot,.@slot + 1 ) if( getequipcardid( .@eq,.@slot ) == getarg(.@i) ) set .@Limit,.@Limit + 1; set .@Limit,.@Limit + countitem( getarg(.@i) ); if( .@Limit > getarg(.@i+1) ){ set @Exceed,1; mes "[ ^FF0000Limit : ^0000FF"+getarg(.@i+1)+"^000000 ] "+getitemname( getarg(.@i) ); } } if( @Exceed ){ mes "Please ensure all the Items above didnt reach the Limit as stated above."; close2; warp "SavePoint",0,0; deltimer strnpcinfo(0)+"::OnPCLoadMapEvent"; }else{ addtimer ( .Seconds * 1000 ),strnpcinfo(0)+"::OnPCLoadMapEvent"; end; } return; } }
  9. who can give me a new hairstyle and palette like on female she has a long hair and curly.. where can i have that hairstyle and palette? thank you..
  10. please help can i have this one? for a trans. job server only thank you and godbless.
  11. yes i know that sir patskie but i need is the complete one, im tired to doing that one. ghhehehe
  12. any suggestion? please post it here thank you,..
  13. hello, where can i find a mall npc that has a lot of items you can buy, all slotted items like slotted weapons, headgears, armors, manteau etc. ready for pvp server only... for 3rd job.. please give me thanks..
  14. can you fix it? when announce its a account id number not char. name. thanks and when i kill the killer that has a bounty on his/her head theres no announce and i dont have zeny from kill him/her. sorry for my english.. hehe
  15. i'am a one piece fanatic, so i tried to suggest this npc event. if you know and you're a fan of one piece you will guess what i think.. if you kill one player you will have a prize on your head like a wanted level. there's an announcer, like for example "player 1 killed player 2 and he/she has a 1 million zeny prize on his/her head WANTED LEVEL 1".
  16. hey guys pls help me what's wrong with my custom items? its error and there's no image of item.
  17. i tried to put 0 on it and i restarted my server and still there's no progress on it. hehe
  18. im using rathena svn when i delete my char. click del request then char. will automatically sit and has a time and date at the top on it. says Delete: 8/1 - 13:3:22 how to delete this? thank you,
  19. please help... there's no good samaritan want's to help me either...
  20. can't use ecall.. please help.
  21. correct me if im wrong i will send my custom items. check my custom items tell me what's wrong in it. i also include my .exe check here. http://www.mediafire.com/?tx9f5ykm0gvs919 thank you in advanced... please help me... i dont want to use old svn anymore. hahaha help me anyone pls. thx data.rar
  22. woahhh... why i can't make a custom items? my step by step is right.. but when i add it on itemdb.txt and i summon that item there's no image blank item but when i tried to @changelook its fine and working looks when i use @changelook but when @item it no image and there's an error on it.
  23. sir vonbad pa help pm me sa fb [email protected] hmmm.. i got .spr and .act of that item.
×
×
  • Create New...