Jump to content

uDe

Members
  • Posts

    400
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by uDe

  1. Well, you're great! Thanks a lot bro.
  2. Can someone help me? I have succesfully : - Upload .wav files - import pvp_rank table - edit the script about selected map (by Emistry) this one if(.PvPMap$[0] != "All"){ for(set .@i, 0; .@i < getarraysize(.PvPMap$); set .@i, .@i + 1) if(strcharinfo(3) != .PvPMap$[.@i]) set .@MatchMap,1; } if( !.@MatchMap ) end; and this one if(.PvPMap$[0] != "All"){ for(set .@i, 0; .@i < getarraysize(.PvPMap$) ; set .@i, .@i + 1){ if(strcharinfo(3) != .PvPMap$[.@i]){ end; } set Death, Death + 1; } } But, when I want to use the Announcer Setiing, this happen : and from map-server only this 'debug' appear : Then after re-login. I'm going to try the 'sound' at the selected pvp map, the same error/crash window appear after 2 kills. Am I missing anything here? I really want to use this script. It's just cool! Read this : http://rathena.org/b...__20#entry81846 I think my Problems Solved! I've made a mistake about data folder (for wav files)
  3. After reading previous replies. I believe some of the scripts cannot be used on eAthena (without src mod). So, can you tell me which one can be fully use for eAthena? I love the WoE Controller and Quest Shop. But I can't use it. Mine is eAthena..
  4. From this http://rathena.org/b...__40#entry71628 (refiner) how can I make more than 1 item requirement?
  5. uDe

    Refine NPC

    Help me to complete the script. BUMP for today BUMP for today
  6. Thanks guys. Problem solved!
  7. There just 1 mall only in my server. I don't think it's comes from this script : quiz_02,338,78,4 script Board#mall 857,{ mes "Hello ^00aa00"+strcharinfo(0)+"^000000! "; mes "Welcome to NeutralRO Mall."; mes " "; mes "If you need zeny to buy anything here, please type ^ff0000@zeny^000000 ^0000ff<zeny amount>^000000. "; mes "Max amount of zeny is 2 Billion."; mes " "; mes "Happy shopping! XD"; close; OnInit: waitingroom "Mall Info",0,0; end; }
  8. Error from SSH : [Error]: chat_createnpcchat: npc 'Mall Warper' already has a chatroom, cannot create new one! The mall script : prontera.gat,164,174,3 script Mall Warper 478,{ shop: warp "quiz_02.gat" ,338,74; OnInit: waitingroom "NeutralRO Mall",0,0; end; } quiz_02.gat,335,74,5 script Exit 478,{ warp "prontera.gat" ,155,178; } The script working perfectly on the server but the error makes feeling uncomfortable.
  9. Great script and simple. Thanks for this.
  10. uDe

    Refine NPC

    Hye, may I ask help for this script? quiz_02,346,80,3 script Perfect Refiner 63,{ mes "[Perfect Refiner]"; mes "Hi,I can Refine your"; mes "Equipment to +10"; next; switch(select("I want a Refine:Nothing")) { case 1: mes "[Perfect Refiner]"; mes "Okay I'm going"; mes "to refine your Equipment"; mes "to +10,Thanks for using my Service!"; next; for(set @part,1;@part<11;set @part,@part+1) if(getequipisequiped(@part)) while(getequiprefinerycnt(@part) < 10) successrefitem @part; mes "[Perfect Refiner]"; mes "Congrats Enjoy it!"; close; end; case 2: mes "[ Perfect Refiner ]"; mes "Okay,come back when you need me."; close; } } Help me to add some more funcion.. - Above script will refine all equipments. But I need the script ask a player which part need to refine and only these parts can be refined : - Player can select if they want to refine straight to +10 or +1 at a time.
  11. Sorry for late reply. I think my problem was solved. Just restart the server
  12. Hello, I maybe had the same problems with Tenshi. My problem is, after adding custom Prontera map. It seems like I'm stuck/cannot walk on a certain place that usually we can walk at there. I've no problem adding it to my Test Server because there no other custom Prontera on it but the problems occur on my VPS server only and maybe it's caused from previous custom Prontera map?. Anyone can help me to solve it? I've attached the map.. Thank you. prontera san valentin.rar
  13. I think you're posting at the wrong section. This is script support section. You can ask about this at Server Support maybe? Follow this link : http://rathena.org/board/forum/23-rathena-server-support/ Or maybe MOD will just move this thread.
  14. I may not can help you because I'm still newbie. But, your 1 advise for you.. Please attach your script, so any members here can help you to fix the script right a way..
  15. uDe

    OnWhisperGlobal:

    Thank you for helping me and I've found this and it's working : OnWhisperGlobal: if (@whispervar0$ == "On") goto L_Menu; else if (@whispervar0$ == "Off") goto L_Menu2; Just need some tweak a bit on that.. I don't really mind about set .@whaid,getchaird(3); So, I think my problems is solve here. Thanks for help Brian & QQfoolsorellina
  16. uDe

    OnWhisperGlobal:

    Looks great.. How to add 1 more call function? Example : function TestMenus { The first one is for trigger the OnInit and then second purpose is to use call/use the another function.
  17. uDe

    OnWhisperGlobal:

    I'm a little bit blur.. So, after using ur example, how can I trigger the OnInit: ?
  18. uDe

    OnWhisperGlobal:

    How about if I use this? - <tab>script<tab>NPCNAME<tab>-1,{ OnWhisperGlobal: if (@whispervar0$ == "NPC On") callfunc(OnInit); OnInit: <Script> end; } The reason of using OnWhisperGlobal: is to trigger OnInit: function because I don't want to use @reloadscript or restart the server. After digging some thread at here, I found that OnInit: function can be trigger by OnWhisperGlobal: after using @loadnpc command. And I want to add more call function from using OnWhisperGlobal:
  19. uDe

    Add some function

    It's work! Thanks Emistry!!
  20. Sorry for asking this kind of question. Can I use 2x OnWhisperGlobal: funtion in the same script?
  21. Thank you so much! Great release anyway..
  22. The command is @oninit <npcname>. So, I just have to trigger the main npc name right? It confuse me because of <npcname>. Not <npcfilename>.. Sorry, it's just Newb questions..
×
×
  • Create New...