Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. Map Server didn't crashed. The problem is When player opened vending and restart server, the vending people doesn't reopen their shop when server restarted...... I encounter the same problem even though im not using the extended patch and it's default setup of rA. maybe the problem is not the extended.
  2. Hi rAthena developers ~ This is related on the mapflag nobranch why not change it to vice versa? instead of mapflag nobranch change it to mapflag branch which players can spawn or use the bloody/dead branch on a specific map. What i see is it's too many map and it's annoying players keep using bloody branch every where and if you want to disable specific map to use the branch. It take's time, so I suggest that changing it vice versa will very useful.. setting it like this for my suggestion... mapname mapflag yes_branch thanks!
  3. It's a good idea that rAthena have its own way, of course we follow what official server do.. But com'on we have some good idea's too that official dont have so.. making this on and off as Cydh said.. It's good!
  4. Radian

    Help

    Maybe it's a sprite problem that your getting that error..
  5. Radian

    Help

    What did you do that your client is getting this error? -- Did you add custom item? -- Palletes? hairstyle?
  6. Radian

    Help

    We can't help you if you don't explain why and what did you do to produce this kind of error?
  7. Version 1.0

    454 downloads

    I made a little changes on this script. and all settings can be seen in the script. OnInit: // NPC Header Name .np$ = "[^009900 Race Event ^000000]"; // Activate Event? 1 = on / 0 = off default .e_active = 1; // Set the first account id here // to where you want to start this event. .acc_strt = 2000000; // Set the last accound id here // beyond this account id will no // longer acceptable. .acc_end = 2000020; // Max Base & Job Level here! .b_lvl = 99; .j_lvl = 70; // Rewards per winner. <itemid1>,<itemamt1>,.... setarray .itemre, 501,10,502,10,503,10,504,10,505,5; // Waitingroom waitingroom "Race Event",0; end;
    Free
  8. View File Reach to the Max I made a little changes on this script. and all settings can be seen in the script. OnInit: // NPC Header Name .np$ = "[^009900 Race Event ^000000]"; // Activate Event? 1 = on / 0 = off default .e_active = 1; // Set the first account id here // to where you want to start this event. .acc_strt = 2000000; // Set the last accound id here // beyond this account id will no // longer acceptable. .acc_end = 2000020; // Max Base & Job Level here! .b_lvl = 99; .j_lvl = 70; // Rewards per winner. <itemid1>,<itemamt1>,.... setarray .itemre, 501,10,502,10,503,10,504,10,505,5; // Waitingroom waitingroom "Race Event",0; end; Submitter Radian Submitted 03/17/2015 Category Utilities Video Content Author Radian  
  9. broken? Here I'm using 2013-12-23c with default keys, diffed by NEMO. Screenshot_18.png well, if u're using NEMO, it might tell "Second Packet Key is copy of Third for this date - change Third one instead", just comment the lines on NEMO's /Patches/PacketEncryptionKeys.qs (note: idk the side effect ) //Duplicate Check switch(keyindex) { case 0: if (keyaddrs[2] == keyaddrs[0]) { return "First Packet Key is copy of Third for this date - change Third one instead"; } if (keyaddrs[1] == keyaddrs[0]) { return "First Packet Key is copy of Second for this date - change Second one instead"; } break; case 1: if (keyaddrs[2] == keyaddrs[1]) { return "Second Packet Key is copy of Third for this date - change Third one instead"; } break; } Oh so if i still use the default packet keys its okay? because what i did is i changed the default keys of the client im using.
  10. It's okay to comment that.. it's showing up when you are using pre-renewal.
  11. One Question : because i am using 2013 - 12 - 23 client and the keys are broken. I did not patch packet first key encryption and the rest of it that's fine right?
  12. I think rAthena already did.. which i mentioned right here https://rathena.org/board/topic/92610-devotion-reflect-magic-r17701/?p=279841
  13. since you are using pre renewal go to your db/pre-re/job_exp.txt and change //Base - Normal and Baby Jobs 99,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20... //Base - Trans Jobs 99,4001:4002:4003:4004:4005:4006:4007:4008:4009:4010:4011:4012 it should work now just change the 99 into the desired level you want..
  14. I'm not sure but try this one maybe it helps? https://rathena.org/board/topic/92610-devotion-reflect-magic-r17701/
  15. Update mo po trunk mo or follow mo to https://github.com/rathena/rathena/commit/73bfa215e5e59a85fae7d45987233d5e0ba88ba1
  16. I think its related to this modification? https://rathena.org/board/topic/68841-how-to-fix-this-star-glad-skill-like-union/
  17. Thanks for the hard work applying this
  18. Did you try to look in this translation? https://github.com/ROClientSide/Translation
  19. goto your pc.h and look for this #define MAX_DEVOTION 5 /// Max Devotion slots replace it to your desired amount and after that recompile your server.
  20. goto your map.h change this to the maximum level you want. #define MAX_LEVEL 175 after changing that recompile your server.
  21. try this one [ fixed ] - script quest_restriction -1,{ OnPCLoadMapEvent: if( strcharinfo(3) == "Askydun" ) { if(#done < 1) { dispbottom "Map Restriction : we identify that you are not allowed to enter this map."; warp "SavePoint",0,0; end; } else { dispbottom "Okay you are allowed to stay in this map"; end; } } } Askydun mapflag loadevent
  22. As what I remember this is not a bug, check if you enable the hunting_mission.txt and.. replace .Party = 3; // Party options: 0 (exclude party kills), 1 (include party kills), 2 (same map only), 3 (screen area only) into this .Party = 0; // Party options: 0 (exclude party kills), 1 (include party kills), 2 (same map only), 3 (screen area only) that's what aleos said here https://github.com/rathena/rathena/issues/282 If you mean after switching from Mjol to 4sk it will frost the enemy there are some possibilities that it wont work, what if the enemy if using anti freeze status? and I think on the second hit it will trigger im not 100% sure let's wait for someone who can explain this..
  23. You can try this one [ edit ] prontera,150,150,0 script specialeffect 111,{ end; OnInit: initnpctimer; end; OnTimer40: specialeffect 7, strnpcinfo(0); sleep2 1000; initnpctimer; end; } And you are in the wrong section to post this. it should be on the script support.
  24. @Akkarin if you don't mind can you fix the link at the first post of yours? https is missing
×
×
  • Create New...