Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/27/15 in Posts

  1. go to src/config/renewal.h put comments // like this to make it pre renewal mode //#define RENEWAL << Comment //#define RENEWAL_CAST <==== put some comment here //#define RENEWAL_DROP <==== put some comment here //#define RENEWAL_EXP <==== put some comment here etc dont forget to express your appreciation by giving +1 :3
    2 points
  2. Packet Obfuscation Support As of 9d247d8, rAthena is now able to support encrypted packets making servers WPE free! Thanks to Hercules for the initial base of it. Thanks to @Napster for getting it applied to rA. Enabling support for your server: Packet Obfuscation support is enabled by default. It can be disabled in src/config/core.h by commenting out #define PACKET_OBFUSCATION. When diff'ing your client, make sure to not apply the "Disable encrypted packet" diff. A new definition has been added in db/packet_db.txt called packet_keys_use. Make sure this corresponds to the packet_ver you are using! Clients 2011-10-05 and newer will contain a new definition in db/packet_db.txt called packet_keys. These will have the three default keys for their specific client version. These keys can be changed if you use the diff to change the default key of the client. Keyworld was nice enough to provide a nice GUI to test custom keys. You can find that here. If you happen to change your keys, make sure the ones you apply in the diff match the order in the packet_keys definition. If your server supports multiple clients, make sure all clients are using the same 3 keys. Keep in mind, the maximum key value is 0x7FFFFFFF!
    1 point
  3. I just wanted to provide a little script I made earlier. Yet it is an NPC which gives you the possibility to enchant your headgears with different bonuses (currently Statpoints, Element resist, Element damage). The amount of possible upgrades can be inserted as item ID's at the very top of the script. -I will probably post my sample sql here later.- If there are any questions left, I'm glad to answer them, since this is my first script release. Feedback (positive or negative) is welcome too Sincerly, shadowscreen *Edit* I will probably create another NPC with a Quest for the enchantment stones, for now they have to be obtained via @item item_db2.sql customEnchanter.txt
    1 point
  4. 1 point
  5. https://rathena.org/board/files/file/2514-browedit-revision-586-pre-configured/
    1 point
  6. Please do a final save with BrowEdit version 586, if you final save with 620 this error occurs.
    1 point
  7. So first thing you need to make your client work is to get the latest kRO files which are required. I got mine here http://www.nickyzai.com/?p=kro second thing is you need to get a unpatched client so to read more information about that rAthena provide an information about the supported clients so you can see it here https://rathena.org/board/topic/86650-officially-supported-client-versions/ now you choose which one you prefer but i prefer using 2013-12-23cragexe (because that's what im using right now and so far nothing is wrong with it) but still it's up to you. oh and you can get the unpatched client's here http://roclients.info/ after getting your own unpatched client it means that you need to patched it I use this as the patcher of my client http://hercules.ws/board/topic/2905-nemo-client-patcher/ and for your clean and translated/updated data files. you can check it here https://github.com/ROClientSide/Translation All of these are very important files you need to run your own client... if i forgot to mention something please do and provide a help.
    1 point
  8. Hmm... - shop custom_seller2 -1,501:500 prontera.gat,95,99,5 script PK Points Dealer 100,{ mes "[PK Points Dealer]"; mes "I will sell you items for PK points."; mes "Each time you kill a player on "+.map$+" you'll get 1 PK point to spend here!"; next; mes "[PK Points Dealer]"; mes "You currently have [^0000ff"+pk_points+"^000000] PK points to spend."; callshop "custom_seller2",1; npcshopattach "custom_seller2"; end; OnBuyItem: for(set .@i,0; .@i<getarraysize(.customs); set .@i,.@i+1) { for(set .@d,0; .@d<getarraysize(@bought_nameid); set .@d,.@d+1) { if(@bought_nameid[.@d]==.customs[.@i]) { if(checkweight(@bought_nameid[.@d],@bought_quantity[.@d])) { if(pk_points >= .Price[.@i]*@bought_quantity[.@d]) { set pk_points, pk_points - .Price[.@i]*@bought_quantity[.@d]; getitem @bought_nameid[.@d],@bought_quantity[.@d]; } else dispbottom "You don't have enough PK points to purchase that item."; } else dispbottom "Purchasing these items will put you over the weight limit!"; } } } deletearray @bought_quantity, getarraysize(@bought_quantity); deletearray @bought_nameid, getarraysize(@bought_nameid); close; OnPCKillEvent: if( strcharinfo(3) != .map$ ) end; copyarray( @killed$[1], @killed$[0], .saved_l-1 ); @killed$ = ""+killedrid; if( countstr( implode( @killed$, "|" ), ""+killedrid, 0 ) <= .rstrk_l ) { pk_points++; dispbottom "You've gained one point! Your total is ["+pk_points+"] PK point(s)."; } end; OnInit: set .map$, "guild_vs3"; set .saved_l, 3; //Length of saved ids can be up to 127. set .rstrk_l, 2; //Level of restriction. setarray .customs[0], 12103, 607, 678; // Enter the ID of customs here... setarray .Price[0], 20 , 40 , 300; // Price for each custom here... npcshopitem "custom_seller2", 0 , 0; // Don't touch any coding beyond here.. for( set .i,0; .customs[.i]; set .i,.i+1 ) npcshopadditem "custom_seller2",.customs[.i],.Price[.i]; end; }
    1 point
  9. this is what I use //2012-04-10aRagexeRE packet_ver: 30 0x01fd,15,repairitem,2:4:6:7:9:11:13 0x089c,26,friendslistadd,2 0x0885,5,hommenu,2:4 0x0961,36,storagepassword,2:4:20 0x0288,-1,cashshopbuy,2:4:8:10 0x091c,26,partyinvite2,2 0x094b,19,wanttoconnection,2:6:10:14:18 0x0369,7,actionrequest,2:6 0x083c,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0945,-1,itemlistwindowselected,2:4:8:12 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0437,5,walktoxy,2 0x0886,6,ticksend,2 0x0871,5,changedir,2:4 0x0938,6,takeitem,2 0x0891,6,dropitem,2:4 0x086c,8,movetokafra,2:4 0x08a6,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x0889,6,getcharnamerequest,2 0x0884,6,solvecharname,2 0x08e6,4 0x08e7,10,bookingsearchreq,2:4:6:8:12 0x08e8,-1 0x08e9,2,bookingdelreq,0 0x08ea,4 0x08eb,39,bookingupdatereq,2 0x08ec,73 0x08ed,43 0x08ee,6 0x08ef,6,bookingignorereq,2 0x08f0,6 0x08f1,6,bookingjoinpartyreq,2 0x08f2,36 0x08f3,-1 0x08f4,6 0x08f5,-1,bookingsummonmember,2:4 0x08f6,22 0x08f7,3 0x08f8,7 0x08f9,6 0x08fa,6 0x08fb,6,bookingcanceljoinparty,2 0x0907,5,moveitem,2:4 0x0908,5 0x08d7,28,battlegroundreg,2:4 //Added to prevent disconnections 0x08cf,10 //Amulet spirits 0x0977,14 //Monster HP Bar 0x0916,26,guildinvite2,2 0x091d,18,bookingregreq,2:4:6 // New cashshop 0x0844,2,cashshopopen,0 0x084a,2,cashshopclose,0 0x08c9,2,cashshopitemlist,0 0x0848,-1,cashshopbuy,2:4:6:10
    1 point
×
×
  • Create New...