Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. Radian

    Need Job changer

    https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt Modify it here OnInit: setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class .ThirdClass = 1; // Enable third classes? (1: yes / 0: no) .SecondExpanded = 1; // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? (1: yes / 0: no) .SNovice = 45; // Minimum base level to turn into Super Novice .LastJob = 1; // Enforce linear class changes? (1: yes / 0: no) .SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no) .Platinum = 1; // Get platinum skills automatically? (1: yes / 0: no) end; }
  2. this answer came from ratemyserver.net here http://ratemyserver.net/index.php?page=riot_bible_section&section=2 or I believe here /data/sprite/¸ó½ºÅÍ
  3. Anong software gamit mo sa pag Encrypt ?
  4. You mean when you enter the room " pvp is off " ? if yes, just add this mapname<tab>mapflag<tab>pvp //Duplicates
  5. Base : 255 /Base - Normal and Baby Jobs 255,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:4023 Job : 120 //Job - Star Gladiator 120,4047:4048,1,27434,27434,27434 /Job - Soul Linker (Same EXP table as 2nd Classes & Baby 2nd Classes) 120,4049,1,144,184,284,348,603,887,1096,1598,2540,3676,4290,4946,6679,9492 You can see it in your trunk/db/pre-re/job_exp.txt (pre renewal) & trunk/db/re/job_exp.txt
  6. I dont understand. but here please relay on this and apply it manually. http://rathena.org/board/topic/82370-costume-npc-and-costumeitem/?p=272111 I tested it on the latest revision.
  7. Eto po yung guide. check mo lang ang mga links pag may mga tanong ka or hindi mo maintindihan reply here. http://rathena.org/board/topic/95921-video-guide-how-to-setup-offline-version-of-rathena-windows/ http://rathena.org/board/topic/53291-guidehow-to-setup-a-ragnarok-onlineserver-side-only/
  8. look for this L_start: and add something like this OnHour07: L_start: meaning it will start at 7:00 am on your server time. now lets go to when will it ends. look for this L_end: and then it will look like this OnHour08: L_end:
  9. I don't have any idea about this.. pc_status_def_rate: 35 = 350? Well you can try it first.
  10. trunk/conf/battle/status.con // Adjustment for the natural rate of resistance from status changes. // If 50, status defense is halved, and you need twice as much stats to block // them (eg: 200 vit to completely block stun) pc_status_def_rate: 100 I think try changing that into this // Adjustment for the natural rate of resistance from status changes. // If 50, status defense is halved, and you need twice as much stats to block // them (eg: 200 vit to completely block stun) pc_status_def_rate: 35 I don't have any idea about this..
  11. Yes i already did can you check if you can view custom items using that client? I really think theres a problem As I check what Judas said on the NOTE 1: NOTE 1:When I diff, I DON’T check “read data folder first” or “load lua before lub”. I only say this because whenever I tried to use luas, I get client side errors, and sometimes settings don’t save. With lub, I don’t have any problems regarding those issues, especially resolution settings. Also make sure to run client as admin just to be sure. For me i prefer to use the 2012-04-10 Completely Undiffed the you do the DIFF.
  12. eto ang guide na papano mag add ng drop or remove. ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper
  13. 2 Kiels = 60% reduce after cast skill delay. Palitan mo lang to // Delay time after casting (Note 2) delay_rate: 100 ng ganito // Delay time after casting (Note 2) delay_rate: 60 meron ding other options like // Does the delay time depend on the caster's DEX and/or AGI? (Note 1) // Note: On Official servers, neither Dex nor Agi affect delay time delay_dependon_dex: no delay_dependon_agi: no if isa dyan is naka set as yes for example ... delay_dependon_agi: no If Player is merong maatas na agi which e bboost ang attack speed if ASPD is max (ex: 193) is equals to 2 kiels or 3 kiels.
  14. You mean to add more cards available to sell? which is the MVP cards right? If im correct here are the list of the ID# of the MVP cards that are available for sell. you can see that on the script. just add the ID# of the cards you want to be available. "4121,4123,4128,4131,4132,4134,4135,4137,4142,4143,4144,4145,4146,4147,4148,4168,4236,"+ "4241,4263,4276,4302,4305,4318,4324,4330,4342,4357,4359,4361,4363,4365,4399,4403,4407";
  15. Changing this for example. { sc_start SC_INTFOOD,1200000,10; percentheal 10,20; },{},{} into this { sc_start SC_INTFOOD,3600000,10; percentheal 10,20; },{},{}
  16. here's an example how to duplicate. look for this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; } for example the shop ID is 3 all you need to do is make a new line and do this prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } this means that you are calling the function of Shop #3 which only those items you set on #3 will be shown on prontera 150 150 coordinates and it was named as Quest Shop 2. Add(3,503,1,0,0,4108,150,1041,1500); so it will look like this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; }
  17. If you enabled the switch to getitem2 there was a problem with that option. It's fixed now, but I'm not really sure why custom items aren't working for you. I don't think it has anything todo with the script. Thanks i forgot to change something on the ticket.!
  18. go to your mysql then look for ragsrvinfo click it and look for the option " repair table " this happens to me last time reason was the host didn't update my payment and my server is down.
  19. For my own opinion being a " Developer " means that you are good of what you do and what should you do. anybody can be Developer depends on what you are good in. Dont pretend that you are a Developer, be a real Developer.
  20. Update: Card that is on the Wing[1] < Kiel D-01 when refining the card is gone. Hi there! I got 1 question why is it everytime I use a custom item to make it as refine item its not working I even change this part into a custom ticket that i made. OnInit: .npc$ = "[ Ticket Refiner ]"; .tk_id = 674;
  21. If rAthena is your emulator there should no be a problem. but let me search that for you and see what i can do. did you do some changes? ( modifying it )?
  22. Im not here to make any issue but please use English so others can understand. as you are on the General forum.
  23. Dec 23, 2013 If you are using 2013 Client. i think 2013+ clients use lub instead of lua. I have already tried editing the .lub as well I'm not sure if this will help but try to change the ID# of your custom item lower than your current ID# right now.. This is the result try to lower the ID# hmm lets say example change the 40000 into 25000. or anything you like just lower than 40000.
  24. Dec 23, 2013 If you are using 2013 Client. i think 2013+ clients use lub instead of lua. I have already tried editing the .lub as well I'm not sure if this will help but try to change the ID# of your custom item lower than your current ID# right now..
×
×
  • Create New...