Jump to content

Valiente

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by Valiente

  1. I am using 2013-08-07 rag exe and my cash shop buttons aren't translated. Maybe I am not looking hard enough for solutions but I just couldn't find it. Here is the screenshot:
  2. We are not entirely sure yet but it won't matter since it is still open world.
  3. How did you update it? i get from here https://subversion.assembla.com/svn/client-side-translation data->MsgString->20130807msgstringtable.txt rename it to msgstringtable.txt and put in data folder Holy shit man. Thank you!
  4. Yep. I'm also using the latest revision.
  5. I have a problem. Where can I find the Style tab for costumes? For some reason it isn't there. I am using 2013-08-07a rag client
  6. It is called 'Tree of Savior'. Just look it up on kotaku.com or youtube since I can't paste anything on this reply box for some reason. It has 2D with 3D graphics! Just like RO.
  7. I mean come on! Who'd like to play that Flyff look alike game. The creator of Ragnarok online has created another excellent game with 80 classes! Check it out on youtube.
  8. Back in eAthena days, it had a guides section where people can post up guides. Which really made it easy for noobs like me. Now, I am just about to create another server but with the new 2013 clients, I find it really hard to set up my server's client side. The fact of not having a guide section makes it even harder! The wiki isn't that straight forward either when it comes to installing the client side. Well.. This is just a suggestion by a fellow community member. Tell me what you guys think about it. Thanks for reading!
  9. How do I do it? naghahanap po ako ng matinong guide kung paano mag set up ng client side for my server pero wala akong mahanap na matino at straight forward. Meron po bang pwedeng mag explain kung paano I-set up ang client side ng server ko? Up and running na kasi ang server ko at binabayaran ko na ito, problem ko lang isa yung client talaga. Any help would be great. Thanks.
  10. I have activated the debugmode and error reporting to show the errors about why my item database is not showing any items at all. This is the error that I am receiving: MySQL error (SQLSTATE: 42S22, ERROR: 1054): Unknown column 'attack' in 'field list' Do any of you guys have any idea what's causing this? I have tried reinstalling flux cp many many times and I have also tried using a different version. I am trying to create a pre-renewal server. Thank you for any help you guys may offer.
  11. Only monster db is showing, but the item db isn't. Any idea why? I executed the following in my Ragnarok server schema: item_db.sql item_db2.sql mob_db.sql mob_db2.sql
  12. How do I make the items/mobs appear? This what I see: Items Search... No items found. Go back.
  13. Where is the installation guide? Edit: Found one http://kreativepinoy.wordpress.com/2012/03/21/guide-setting-up-flux-control-panel-with-screenies-remake-guide-for-windows/
  14. I have been receiving this error whenever I login using Loki: So far the server is client-side bug free. No errors except for this! Also, how do I increase my screen's resolution? I'm using 2013-05-22 Ragexe, data v4.0 by alexandria, and using data folder only! Thank you for any help you may give!
  15. I am using Alexandrias Data folder 3.0, I diffed my 2012-04-10 using Shin's diff patcher with the "Read data folder first" feature, But nothing happens when I open my client/exe. Any ideas why?
  16. Sorry about that, haven't got the chance to derive the script. Anyway, just move the said lines in the munakajata npc object.
  17. Try this, I haven't tested it yet. - script freakingevent#disable -1,{ OnInit: disablenpc "munakajata"; disablenpc "escapepad"; setarray .npc$[0],"[Escape Pad]","[bat Mobile]"; set hptimer,0; set isfirstime,0; end; } - script freakingevent -1,{ OnClock000: OnClock0200: OnClock0400: OnClock0600: OnClock0800: OnClock1000: OnClock1200: OnClock1400: OnClock1600: OnClock1800: OnClock2000: OnClock2200: goto startfreakinevent; startfreakinevent: announce "A freaking event will begin in 3 minutes!",0; sleep2 180000; initnpctimer; set hptimer,1; announce "Talk to me now if you wanna join! The event has already started!",0; enablenpc "munakajata"; enablenpc "escapepod"; OnTimer3600000: announce "Event is finish!",0; set isfirstime,0; disablenpc "munakajata"; disablenpc "escapepad"; set hptimer,0; warp "prontera",151,181; stopnpctimer; end; } prontera,104,68,3 script munakajata 413,{ mes .npc$[1]; mes "Hello, What can I do for you?"; next; menu "Join the freaking event",-,"Leave",leave; if(isfirstime == 0){ set isfirstime,1; set Hp,Hp/2; warp new_3-1,100,100; initnpctimer; goto chicken; } else { mes "You can only register once per instance of this event!"; close; leave: close; } Chicken: OnTimer1000: getmapxy(.mapname$,.mapx,.mapy,0,strcharinfo(0)); if(.mapname == "new_3-1"){ set Hp,Hp-1000; set Sp,Sp-500; set Zeny,Zeny+1000; } if(hptimer == 0) stopnpctimer; } new_3-1,104,68,3 script escapepad 413,{ mes .npc$[0]; mes "Yo, wanna go?"; next; warp "prontera",151,181; } If you want it to become a no potion room, put the healing items' ids here. Too lazy to do it myself. lol
  18. put it right under these lines Case 2: // Dispel Pvp if (getmapusers("guild_vs3") > 99) callsub S_full;
  19. It'll be much better if rAthena has options for Classic 2nd jobs, Transcended and 3rd jobs. All in one. Since Private Server owners' preferences differ a lot.
  20. Download eathena then compare.
  21. Try this: { .npc$ = "[Dr. Ibarra]"; mes .npc$; if (Class != Job_Novice) { mes "Who are you? Get away from here."; close; } mes "What job do you want?"; next; set .@i, .Jobs[select(.menu$)-1]; if(Sex==1 && .@i==jobname(4042)) set .@i,jobname(4043); else if(Sex==1 && .@i==jobname(4020) set .@i,jobname(4021); else if(Sex==0 && .@i==jobname(4043)) set .@i,jobname(4042); else if(Sex==0 && .@i==jobname(4021)) set .@i,jobname(4020); else mes .npc$; mes "You have changed into the ^0055FF"+jobname(.@i)+"^000000 class!"; skill "NV_BASIC",9,0; // Give Basic Skill instantly jobchange .@i; BaseLevel = 100; //set base level JobLevel = 50; // set job level SkillPoint = SkillPoint + 118; // Set Skill Point to max specialeffect2 413; close; OnInit: setarray .Jobs[0],4008,4009,4010,4011,4012,4013,4015,4016,4017,4018,4019,4020,4021,4049,4047,23,24,25,4023,4024,4025,4026,4027,4028,4029,4030,4031,4032,4033,4034,4035,4037,4038,4039,4040,4041,4042,4043,4045; set .menu$,""; for(set .@i,0; .@i<getarraysize(.Jobs); set .@i,.@i+1) set .menu$, .menu$+jobname(.Jobs[.@i])+":"; end; } I haven't tested it yet.
  22. Look at your script. You are using an OnInit label, which means your script will run when loaded or server reload, without attaching any RID. So, at who did it suppose to send the mes "Welcome..." ?? You will just get the Player not attached ! error. About this, Valiente's script is a good solution. I believe it doesn't work instead. .@Item array exists only in the scope of its instance. When loaded with OnInit, it will be created until the script ends, that is at the next line. So when people will speak with the NPC, .@item array will just appear as a never-set array. To solvethis, just use NPC attached variable. (.Item). My bad. just copied his script. lol
  23. Madali lang naman mag integrate. PHP at HTML lang okay na. Aralin mo nalang, matututo ka pa, pwed emo pang magamit sa ibang bagay. Payong kaibigan lang.
×
×
  • Create New...