Jump to content

pajodex

Members
  • Content Count

    42
  • Joined

  • Last visited

Everything posted by pajodex

  1. Quite a lot but hope someone will have patience with me =) -if investing in commerce +2Pts and twice per day -if guild successfully defended for that day it will add +5 pts commerce -But guild failed to defend or emperium broke, -5 pts commerce -Every guild that destroys emp from other agits will get +5 pts commerce -Maximum econ pts per guild = 100 -Then investment in commerce is 1m -Also, I would like to add an ::Onboxkilled script in the treasurebox when killed. Sorry for asking a lot. I dont really know where to find these or how to edit this.
  2. I dont know if im in the right section... Anyways, I would like to know where can I edit the damage calculations? Seems that my server has quite a low normal damage output when hitting a player. Btw. I've disabled Renewal already.
  3. Thanks man! yeah but it's going to give them cash points as well, so i think it will be worth it! LOL
  4. - script hourlypoints -1,{OnPCLoginEvent: if(#limit == 1) { dispbottom "You have already reached the maximum points per day."; dispbottom "Wait until the next day for the timer to start."; } else { dispbottom "Hourly Points has been initiated in this account.";} set #Clock,#minute; set .@i, (gettime(7) * 365 * 24) + (gettime(8) * 24) + gettime(3);// this will set time of origional loging if(.@i >= (#LastClock + .ResetHours)){ set #LastClock,.@i; set #Clock,0; } else { set #minute,#Clock; } attachnpctimer(); startnpctimer(); end;OnTimer60000: if(#limit == 1) { stopnpctimer(); } else { setarray .@h_maps$[0],"vend_zone","vip_lounge"; for (set .@a, 0; .@a < getarraysize(.@h_maps$); set .@a, .@a + 1) { if(strcharinfo(3) == .@h_maps$[.@a]) { dispbottom "Hourly points is restricted in this map."; dispbottom "Please change map and relog if you wish to continue Hourly points."; stopnpctimer(); end; } } set #minute, #minute + 1; if(#minute == 60){ set .point_amt, 1; set #KAFRAPOINTS, #KAFRAPOINTS + .point_amt; dispbottom "You received "+.point_amt+" Free Donation points for staying in-game for 1 hour"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Free Donation Points"; } if(#minute == 120){ set .point_amt, 2; set #KAFRAPOINTS, #KAFRAPOINTS + .point_amt; dispbottom "You received "+.point_amt+" Free Donation points for staying in-game for 2 hours"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Free Donation Points"; } if(#minute == 240){ set .point_amt, 4; set #KAFRAPOINTS, #KAFRAPOINTS + .point_amt; dispbottom "You received "+.point_amt+" Free Donation points for staying in-game for 4 hours"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Free Donation Points"; } if(#minute == 480){ set #minute,0; set #limit,1; set .point_amt, 13; set #KAFRAPOINTS, #KAFRAPOINTS + .point_amt; dispbottom "You received "+.point_amt+" Free Donation points for staying in-game for 8 hours"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Free Donation Points"; sleep2 2000; dispbottom "You have already reached the maximum points per day."; dispbottom "Wait until 12:01 for the timer to start."; } stopnpctimer(); initnpctimer(); } end;OnInit: set .ResetHours,24; OnClock0001: set #minute,0; set #limit,0; sleep2 1000; stopnpctimer(); initnpctimer(); dispbottom "Timer has been restarted."; end;} So here is my hourly script. Based on multiple hourly points i have seen, however, i have this problem. I want to reset #minute and #limit to 0 when the server ticks to the next day. This script does that but only if the player is online. if he/she is not online, it wont be reset-ed.
  5. Fixed. Damn, sorry very clumsy of me. The mistake is at my clientinfo.xml. Changed it from 33 > 30 and it is all fixed
  6. Yes, I am using latest Hercules, and i already changed the PACKETVER in mmo.h. I think the problem is the packet_db Can you check this out? I kinda changed my packet_db because there was a problem if I would change my character from logging in,.. // Client<->Map Packet Database//// Structure of Database:// PacketType,PacketLength[,Name,FieldIndex1:FieldIndex2:FieldIndex3:...]//// 01. PacketType ID of the packet.// 02. PacketLength Length of the packet. If 0, packet is disabled in current packet version. If -1, packet has variable size.// 03. Name Name of the packet parser function (optional, for incoming packets only).// 04. FieldIndex Specifies the offset of a packet field in bytes from the begin of the packet (only specified when Name is given).// Can be 0, when the layout is not known.// ...//// NOTE: Up to MAX_PACKET_POS (typically 20) field indexes may be used.//// The packet database allows you to add support for new clients,// because packets change every release.//// Note: Every packet version needs a wanttoconnection specification, since// that is the packet used to identify a client's version.// If multiple versions have the same connection packet, the higher version// will be used (unless the lower one is specified as the default)//// Incoming packets have their parser function and layout specified, which enables// them for the current and all higher versions, unless explicitely disabled.//// Outgoing packets must be specified in order to enable them for the current// and all higher versions, unless explicitely disabled. Packets that are not// enabled for a packet version are silently discarded when sent as multicast.//// Every packet version inherits packet definitions from the previous (lower)// packet version.//// Main packet version of the DB to use (default = max available version)// Client detection is faster when all clients use this version.// Version 23 is the latest Sakexe (above versions are for Renewal clients)//packet_db_ver: 25packet_db_ver: 30packet_ver: 50x0064,550x0065,170x0066,60x0067,370x0068,460x0069,-10x006a,230x006b,-10x006c,30x006d,1080x006e,30x006f,20x0070,60x0071,280x0072,19,wanttoconnection,2:6:10:14:180x0073,110x0074,30x0075,-10x0076,90x0077,50x0078,540x0079,530x007a,580x007b,600x007c,410x007d,2,loadendack,00x007e,6,ticksend,20x007f,60x0080,70x0081,30x0082,20x0083,20x0084,20x0085,5,walktoxy,20x0086,160x0087,120x0088,100x0089,7,actionrequest,2:60x008a,290x008b,20x008c,-1,globalmessage,2:40x008d,-10x008e,-1//0x008f,-10x0090,7,npcclicked,20x0091,220x0092,280x0093,20x0094,6,getcharnamerequest,20x0095,300x0096,-1,wis,2:4:280x0097,-10x0098,30x0099,-1,broadcast,2:40x009a,-10x009b,5,changedir,2:40x009c,90x009d,170x009e,170x009f,6,takeitem,20x00a0,230x00a1,60x00a2,6,dropitem,2:40x00a3,-10x00a4,-10x00a5,-10x00a6,-10x00a7,8,useitem,2:40x00a8,70x00a9,6,equipitem,2:40x00aa,70x00ab,4,unequipitem,20x00ac,7//0x00ad,-10x00ae,-10x00af,60x00b0,80x00b1,80x00b2,3,restart,20x00b3,30x00b4,-10x00b5,60x00b6,60x00b7,-10x00b8,7,npcselectmenu,2:60x00b9,6,npcnextclicked,20x00ba,20x00bb,5,statusup,2:40x00bc,60x00bd,440x00be,50x00bf,3,emotion,20x00c0,70x00c1,2,howmanyconnections,00x00c2,60x00c3,80x00c4,60x00c5,7,npcbuysellselected,2:60x00c6,-10x00c7,-10x00c8,-1,npcbuylistsend,2:40x00c9,-1,npcselllistsend,2:40x00ca,30x00cb,30x00cc,6,gmkick,20x00cd,30x00ce,2,killall,00x00cf,27,wisexin,2:260x00d0,3,wisall,20x00d1,40x00d2,40x00d3,2,wisexlist,00x00d4,-10x00d5,-1,createchatroom,2:4:6:7:150x00d6,30x00d7,-10x00d8,60x00d9,14,chataddmember,2:60x00da,30x00db,-10x00dc,280x00dd,290x00de,-1,chatroomstatuschange,2:4:6:7:150x00df,-10x00e0,30,changechatowner,2:60x00e1,300x00e2,26,kickfromchat,20x00e3,2,chatleave,00x00e4,6,traderequest,20x00e5,260x00e6,3,tradeack,20x00e7,30x00e8,8,tradeadditem,2:40x00e9,190x00ea,50x00eb,2,tradeok,00x00ec,30x00ed,2,tradecancel,00x00ee,20x00ef,2,tradecommit,00x00f0,30x00f1,20x00f2,60x00f3,8,movetokafra,2:40x00f4,210x00f5,8,movefromkafra,2:40x00f6,80x00f7,2,closekafra,00x00f8,20x00f9,26,createparty,20x00fa,30x00fb,-10x00fc,6,partyinvite,20x00fd,270x00fe,300x00ff,10,replypartyinvite,2:60x0100,2,leaveparty,00x0101,60x0102,6,partychangeoption,20x0103,30,removepartymember,2:60x0104,790x0105,310x0106,100x0107,100x0108,-1,partymessage,2:40x0109,-10x010a,40x010b,60x010c,60x010d,20x010e,110x010f,-10x0110,100x0111,390x0112,4,skillup,20x0113,10,useskilltoid,2:4:60x0114,310x0115,350x0116,10,useskilltopos,2:4:6:80x0117,180x0118,2,stopattack,00x0119,130x011a,150x011b,20,useskillmap,2:40x011c,680x011d,2,requestmemo,00x011e,30x011f,160x0120,60x0121,140x0122,-10x0123,-10x0124,210x0125,80x0126,8,putitemtocart,2:40x0127,8,getitemfromcart,2:40x0128,8,movefromkafratocart,2:40x0129,8,movetokafrafromcart,2:40x012a,2,removeoption,00x012b,20x012c,30x012d,40x012e,2,closevending,00x012f,-10x0130,6,vendinglistreq,20x0131,860x0132,60x0133,-10x0134,-1,purchasereq,2:4:80x0135,70x0136,-10x0137,60x0138,30x0139,160x013a,40x013b,40x013c,40x013d,60x013e,240x013f,26,itemmonster,20x0140,22,mapmove,2:18:200x0141,140x0142,60x0143,10,npcamountinput,2:60x0144,230x0145,190x0146,6,npccloseclicked,20x0147,390x0148,80x0149,9,gmreqnochat,2:6:70x014a,60x014b,270x014c,-10x014d,2,guildcheckmaster,00x014e,60x014f,6,guildrequestinfo,20x0150,1100x0151,6,guildrequestemblem,20x0152,-10x0153,-1,guildchangeemblem,2:40x0154,-10x0155,-1,guildchangememberposition,20x0156,-10x0157,60x0158,-10x0159,54,guildleave,2:6:10:140x015a,660x015b,54,guildexpulsion,2:6:10:140x015c,900x015d,42,guildbreak,20x015e,60x015f,420x0160,-10x0161,-1,guildchangepositioninfo,20x0162,-10x0163,-10x0164,-10x0165,30,createguild,60x0166,-10x0167,30x0168,14,guildinvite,20x0169,30x016a,300x016b,10,guildreplyinvite,2:60x016c,430x016d,140x016e,186,guildchangenotice,2:6:660x016f,1820x0170,14,guildrequestalliance,20x0171,300x0172,10,guildreplyalliance,2:60x0173,30x0174,-10x0175,60x0176,1060x0177,-10x0178,4,itemidentify,20x0179,50x017a,4,usecard,20x017b,-10x017c,6,insertcard,2:40x017d,70x017e,-1,guildmessage,2:40x017f,-10x0180,6,guildopposition,20x0181,30x0182,1060x0183,10,guilddelalliance,2:60x0184,100x0185,34//0x0186,-10x0187,60x0188,80x0189,40x018a,4,quitgame,00x018b,40x018c,290x018d,-10x018e,10,producemix,2:4:6:80x018f,60x0190,90,useskilltoposinfo,2:4:6:8:100x0191,860x0192,240x0193,6,solvecharname,20x0194,300x0195,1020x0196,90x0197,4,resetchar,20x0198,8,changemaptype,2:4:60x0199,40x019a,140x019b,100x019c,-1,localbroadcast,2:40x019d,6,gmhide,00x019e,20x019f,6,catchpet,20x01a0,30x01a1,3,petmenu,20x01a2,350x01a3,50x01a4,110x01a5,26,changepetname,20x01a6,-10x01a7,4,selectegg,20x01a8,40x01a9,6,sendemotion,20x01aa,100x01ab,120x01ac,60x01ad,-10x01ae,4,selectarrow,20x01af,4,changecart,20x01b0,110x01b1,70x01b2,-1,openvending,2:4:84:850x01b3,670x01b4,120x01b5,180x01b6,1140x01b7,60x01b8,30x01b9,60x01ba,26,remove,20x01bb,26,shift,20x01bc,26,recall,20x01bd,26,summon,20x01be,20x01bf,30x01c0,20x01c1,140x01c2,100x01c3,-10x01c4,220x01c5,220x01c6,40x01c7,20x01c8,130x01c9,97//0x01ca,-10x01cb,90x01cc,90x01cd,300x01ce,6,autospell,20x01cf,280x01d0,80x01d1,140x01d2,100x01d3,350x01d4,60x01d5,-1,npcstringinput,2:4:80x01d6,40x01d7,110x01d8,540x01d9,530x01da,600x01db,20x01dc,-10x01dd,470x01de,330x01df,6,gmreqaccname,20x01e0,300x01e1,80x01e2,340x01e3,140x01e4,20x01e5,60x01e6,260x01e7,2,sndoridori,00x01e8,28,createparty2,20x01e9,810x01ea,60x01eb,100x01ec,260x01ed,2,snexplosionspirits,00x01ee,-10x01ef,-10x01f0,-10x01f1,-10x01f2,200x01f3,100x01f4,320x01f5,90x01f6,340x01f7,14,adoptreply,00x01f8,20x01f9,6,adoptrequest,00x01fa,480x01fb,560x01fc,-10x01fd,4,repairitem,20x01fe,50x01ff,100x0200,260x0201,-10x0202,26,friendslistadd,20x0203,10,friendslistremove,2:60x0204,180x0205,260x0206,110x0207,340x0208,11,friendslistreply,2:6:100x0209,360x020a,10//0x020b,-1//0x020c,-10x020d,-1//2004-07-05aSakexepacket_ver: 60x0072,22,wanttoconnection,5:9:13:17:210x0085,8,walktoxy,50x00a7,13,useitem,5:90x0113,15,useskilltoid,4:9:110x0116,15,useskilltopos,4:9:11:130x0190,95,useskilltoposinfo,4:9:11:13:150x0208,14,friendslistreply,2:6:100x020e,24//2004-07-13aSakexepacket_ver: 70x0072,39,wanttoconnection,12:22:30:34:380x0085,9,walktoxy,60x009b,13,changedir,5:120x009f,10,takeitem,60x00a7,17,useitem,6:130x0113,19,useskilltoid,7:9:150x0116,19,useskilltopos,7:9:15:170x0190,99,useskilltoposinfo,7:9:15:17:19//2004-07-26aSakexepacket_ver: 80x0072,14,dropitem,5:120x007e,33,wanttoconnection,12:18:24:28:320x0085,20,useskilltoid,7:12:160x0089,15,getcharnamerequest,110x008c,23,useskilltopos,3:6:17:210x0094,10,takeitem,60x009b,6,walktoxy,30x009f,13,changedir,5:120x00a2,103,useskilltoposinfo,3:6:17:21:230x00a7,12,solvecharname,80x00f3,-1,globalmessage,2:40x00f5,17,useitem,6:120x00f7,10,ticksend,60x0113,16,movetokafra,5:120x0116,2,closekafra,00x0190,26,movefromkafra,10:220x0193,9,actionrequest,3:8//2004-08-09aSakexepacket_ver: 90x0072,17,dropitem,8:150x007e,37,wanttoconnection,9:21:28:32:360x0085,26,useskilltoid,11:18:220x0089,12,getcharnamerequest,80x008c,40,useskilltopos,5:15:29:380x0094,13,takeitem,90x009b,15,walktoxy,120x009f,12,changedir,7:110x00a2,120,useskilltoposinfo,5:15:29:38:400x00a7,11,solvecharname,70x00f5,24,useitem,9:200x00f7,13,ticksend,90x0113,23,movetokafra,5:190x0190,26,movefromkafra,11:220x0193,18,actionrequest,7:17//2004-08-16aSakexe0x0212,26,rc,20x0213,26,check,20x0214,42//2004-08-17aSakexe0x020f,10,pvpinfo,2:60x0210,22//2004-09-06aSakexepacket_ver: 100x0072,20,useitem,9:200x007e,19,movetokafra,3:150x0085,23,actionrequest,9:220x0089,9,walktoxy,60x008c,105,useskilltoposinfo,10:14:18:23:250x0094,17,dropitem,6:150x009b,14,getcharnamerequest,100x009f,-1,globalmessage,2:40x00a2,14,solvecharname,100x00a7,25,useskilltopos,10:14:18:230x00f3,10,changedir,4:90x00f5,34,wanttoconnection,7:15:25:29:330x00f7,2,closekafra,00x0113,11,takeitem,70x0116,11,ticksend,70x0190,22,useskilltoid,9:15:180x0193,17,movefromkafra,3:13//2004-09-20aSakexepacket_ver: 110x0072,18,useitem,10:140x007e,25,movetokafra,6:210x0085,9,actionrequest,3:80x0089,14,walktoxy,110x008c,109,useskilltoposinfo,16:20:23:27:290x0094,19,dropitem,12:170x009b,10,getcharnamerequest,60x00a2,10,solvecharname,60x00a7,29,useskilltopos,6:20:23:270x00f3,18,changedir,8:170x00f5,32,wanttoconnection,10:17:23:27:310x0113,14,takeitem,100x0116,14,ticksend,100x0190,14,useskilltoid,4:7:100x0193,12,movefromkafra,4:8//2004-10-05aSakexepacket_ver: 120x0072,17,useitem,6:130x007e,16,movetokafra,5:120x0089,6,walktoxy,30x008c,103,useskilltoposinfo,2:6:17:21:230x0094,14,dropitem,5:120x009b,15,getcharnamerequest,110x00a2,12,solvecharname,80x00a7,23,useskilltopos,3:6:17:210x00f3,13,changedir,5:120x00f5,33,wanttoconnection,12:18:24:28:320x0113,10,takeitem,60x0116,10,ticksend,60x0190,20,useskilltoid,7:12:160x0193,26,movefromkafra,10:22//2004-10-25aSakexepacket_ver: 130x0072,13,useitem,5:90x007e,13,movetokafra,6:90x0085,15,actionrequest,4:140x008c,108,useskilltoposinfo,6:9:23:26:280x0094,12,dropitem,6:100x009b,10,getcharnamerequest,60x00a2,16,solvecharname,120x00a7,28,useskilltopos,6:9:23:260x00f3,15,changedir,6:140x00f5,29,wanttoconnection,5:14:20:24:280x0113,9,takeitem,50x0116,9,ticksend,50x0190,26,useskilltoid,4:10:220x0193,22,movefromkafra,12:18//2004-11-01aSakexe0x0084,-10x0215,6//2004-11-08aSakexe0x0084,20x0216,60x0217,2,blacksmith,00x0218,2,alchemist,00x0219,2820x021a,2820x021b,100x021c,10//2004-11-15aSakexe0x021d,6,lesseffect,2//2004-11-29aSakexepacket_ver: 140x0072,22,useskilltoid,8:12:180x007e,30,useskilltopos,4:9:22:280x0085,-1,globalmessage,2:40x0089,7,ticksend,30x008c,13,getcharnamerequest,90x0094,14,movetokafra,4:100x009b,2,closekafra,00x009f,18,actionrequest,6:170x00a2,7,takeitem,30x00a7,7,walktoxy,40x00f3,8,changedir,3:70x00f5,29,wanttoconnection,3:10:20:24:280x00f7,14,solvecharname,100x0113,110,useskilltoposinfo,4:9:22:28:300x0116,12,dropitem,4:100x0190,15,useitem,3:110x0193,21,movefromkafra,4:170x0221,-10x0222,6,weaponrefine,20x0223,8//2004-12-13aSakexe//skipped: many packets being set to -10x0066,30x0070,30x01ca,30x021e,60x021f,660x0220,10//2005-01-10bSakexepacket_ver: 150x0072,26,useskilltoid,8:16:220x007e,114,useskilltoposinfo,10:18:22:32:340x0085,23,changedir,12:220x0089,9,ticksend,50x008c,8,getcharnamerequest,40x0094,20,movetokafra,10:160x009b,32,wanttoconnection,3:12:23:27:310x009f,17,useitem,5:130x00a2,11,solvecharname,70x00a7,13,walktoxy,100x00f3,-1,globalmessage,2:40x00f5,9,takeitem,50x00f7,21,movefromkafra,11:170x0113,34,useskilltopos,10:18:22:320x0116,20,dropitem,15:180x0190,20,actionrequest,9:190x0193,2,closekafra,0//2005-03-28aSakexe0x0224,100x0225,2,taekwon,00x0226,282//2005-04-04aSakexe0x0227,180x0228,18//2005-04-11aSakexe0x0229,150x022a,580x022b,570x022c,64//2005-04-25aSakexe0x022d,5,hommenu,2:40x0232,9,hommoveto,2:60x0233,11,homattack,2:6:100x0234,6,hommovetomaster,2//2005-05-09aSakexepacket_ver: 160x0072,25,useskilltoid,6:10:210x007e,102,useskilltoposinfo,5:9:12:20:220x0085,11,changedir,7:100x0089,8,ticksend,40x008c,11,getcharnamerequest,70x0094,14,movetokafra,7:100x009b,26,wanttoconnection,4:9:17:21:250x009f,14,useitem,4:100x00a2,15,solvecharname,110x00a7,8,walktoxy,50x00f5,8,takeitem,40x00f7,22,movefromkafra,14:180x0113,22,useskilltopos,5:9:12:200x0116,10,dropitem,5:80x0190,19,actionrequest,5:18//2005-05-23aSakexe0x022e,690x0230,12//2005-05-30aSakexe0x022e,710x0235,-10x0236,100x0237,2,rankingpk,00x0238,282//2005-05-31aSakexe0x0216,20x0239,11//2005-06-08aSakexe0x0216,60x0217,2,blacksmith,00x022f,50x0231,26,changehomunculusname,00x023a,40x023b,36,storagepassword,2:4:200x023c,6//2005-06-22aSakexe0x022e,71//2005-06-28aSakexepacket_ver: 170x0072,34,useskilltoid,6:17:300x007e,113,useskilltoposinfo,12:15:18:31:330x0085,17,changedir,8:160x0089,13,ticksend,90x008c,8,getcharnamerequest,40x0094,31,movetokafra,16:270x009b,32,wanttoconnection,9:15:23:27:310x009f,19,useitem,9:150x00a2,9,solvecharname,50x00a7,11,walktoxy,80x00f5,13,takeitem,90x00f7,18,movefromkafra,11:140x0113,33,useskilltopos,12:15:18:310x0116,12,dropitem,3:100x0190,24,actionrequest,11:230x0216,-10x023d,-10x023e,4//2005-07-18aSakexepacket_ver: 180x0072,19,useskilltoid,5:11:150x007e,110,useskilltoposinfo,9:15:23:28:300x0085,11,changedir,6:100x0089,7,ticksend,30x008c,11,getcharnamerequest,70x0094,21,movetokafra,12:170x009b,31,wanttoconnection,3:13:22:26:300x009f,12,useitem,3:80x00a2,18,solvecharname,140x00a7,15,walktoxy,120x00f5,7,takeitem,30x00f7,13,movefromkafra,5:90x0113,30,useskilltopos,9:15:23:280x0116,12,dropitem,6:100x0190,21,actionrequest,5:200x0216,60x023f,2,mailrefresh,00x0240,80x0241,6,mailread,20x0242,-10x0243,6,maildelete,20x0244,6,mailgetattach,20x0245,70x0246,4,mailwinopen,20x0247,8,mailsetattach,2:40x0248,680x0249,30x024a,700x024b,4,auctioncancelreg,00x024c,8,auctionsetitem,00x024d,140x024e,6,auctioncancel,00x024f,10,auctionbid,00x0250,30x0251,20x0252,-1//2005-07-19bSakexepacket_ver: 190x0072,34,useskilltoid,6:17:300x007e,113,useskilltoposinfo,12:15:18:31:330x0085,17,changedir,8:160x0089,13,ticksend,90x008c,8,getcharnamerequest,40x0094,31,movetokafra,16:270x009b,32,wanttoconnection,9:15:23:27:310x009f,19,useitem,9:150x00a2,9,solvecharname,50x00a7,11,walktoxy,80x00f5,13,takeitem,90x00f7,18,movefromkafra,11:140x0113,33,useskilltopos,12:15:18:310x0116,12,dropitem,3:100x0190,24,actionrequest,11:23//2005-08-01aSakexe0x0245,30x0251,4//2005-08-08aSakexe0x024d,12,auctionregister,00x024e,4//2005-08-17aSakexe0x0253,30x0254,3,feelsaveok,0//2005-08-29aSakexe0x0240,-10x0248,-1,mailsend,2:4:28:680x0255,50x0256,-10x0257,8//2005-09-12bSakexe0x0256,50x0258,20x0259,3//2005-10-10aSakexe0x020e,320x025a,-10x025b,6,cooking,0//2005-10-13aSakexe0x007a,60x0251,320x025c,4,auctionbuysell,0//2005-10-17aSakexe0x007a,580x025d,6,auctionclose,00x025e,4//2005-10-24aSakexe0x025f,60x0260,6//2005-11-07aSakexe0x024e,6,auctioncancel,00x0251,34,auctionsearch,0//2006-01-09aSakexe0x0261,110x0262,110x0263,110x0264,200x0265,200x0266,300x0267,40x0268,40x0269,40x026a,40x026b,40x026c,40x026d,40x026f,20x0270,20x0271,380x0272,44//2006-01-26aSakexe0x0271,40//2006-03-06aSakexe0x0273,60x0274,8//2006-03-13aSakexe0x0273,30,mailreturn,2:6//2006-03-27aSakexepacket_ver: 200x0072,26,useskilltoid,11:18:220x007e,120,useskilltoposinfo,5:15:29:38:400x0085,12,changedir,7:11//0x0089,13,ticksend,90x008c,12,getcharnamerequest,80x0094,23,movetokafra,5:190x009b,37,wanttoconnection,9:21:28:32:360x009f,24,useitem,9:200x00a2,11,solvecharname,70x00a7,15,walktoxy,120x00f5,13,takeitem,90x00f7,26,movefromkafra,11:220x0113,40,useskilltopos,5:15:29:380x0116,17,dropitem,8:150x0190,18,actionrequest,7:17//2006-10-23aSakexe0x006d,110//2006-04-24aSakexe to 2007-01-02aSakexe0x023e,80x0277,840x0278,20x0279,20x027a,-10x027b,140x027c,600x027d,620x027e,-10x027f,80x0280,120x0281,40x0282,2840x0283,60x0284,140x0285,60x0286,40x0287,-10x0288,60x0289,80x028a,180x028b,-10x028c,460x028d,340x028e,40x028f,60x0290,40x0291,40x0292,2,autorevive,00x0293,700x0294,100x0295,-10x0296,-10x0297,-10x0298,80x0299,60x029a,270x029c,660x029d,-10x029e,110x029f,3,mermenu,00x02a0,-10x02a1,-10x02a2,8//2007-01-08aSakexepacket_ver: 210x0072,30,useskilltoid,10:14:260x007e,120,useskilltoposinfo,10:19:23:38:400x0085,14,changedir,10:130x0089,11,ticksend,70x008c,17,getcharnamerequest,130x0094,17,movetokafra,4:130x009b,35,wanttoconnection,7:21:26:30:340x009f,21,useitem,7:170x00a2,10,solvecharname,60x00a7,8,walktoxy,50x00f5,11,takeitem,70x00f7,15,movefromkafra,3:110x0113,40,useskilltopos,10:19:23:380x0116,19,dropitem,11:170x0190,10,actionrequest,4:9//2007-01-22aSakexe0x02a3,180x02a4,2//2007-01-29aSakexe0x029b,720x02a3,-10x02a4,-10x02a5,8// 2007-02-05aSakexe0x02aa,40x02ab,360x02ac,6//2007-02-12aSakexepacket_ver: 220x0072,25,useskilltoid,6:10:210x007e,102,useskilltoposinfo,5:9:12:20:220x0085,11,changedir,7:100x0089,8,ticksend,40x008c,11,getcharnamerequest,70x0094,14,movetokafra,7:100x009b,26,wanttoconnection,4:9:17:21:250x009f,14,useitem,4:100x00a2,15,solvecharname,11//0x00a7,8,walktoxy,50x00f5,8,takeitem,40x00f7,22,movefromkafra,14:180x0113,22,useskilltopos,5:9:12:200x0116,10,dropitem,5:80x0190,19,actionrequest,5:18//2007-05-07aSakexe0x01fd,15,repairitem,2//2007-02-27aSakexe to 2007-10-02aSakexe0x0288,10,cashshopbuy,2:4:60x0289,120x02a6,220x02a7,220x02a8,1620x02a9,580x02ad,80x02b0,850x02b1,-10x02b2,-10x02b3,1070x02b4,60x02b5,-10x02b6,7,queststate,2:60x02b7,70x02b8,220x02b9,1910x02ba,11,hotkey,2:4:5:90x02bb,80x02bc,60x02bf,100x02c0,20x02c1,-10x02c2,-10x02c4,26,partyinvite2,20x02c5,300x02c6,300x02c7,7,replypartyinvite2,2:60x02c8,30x02c9,30x02ca,30x02cb,200x02cc,40x02cd,260x02ce,100x02cf,60x02d0,-10x02d1,-10x02d2,-10x02d3,40x02d4,290x02d5,20x02d6,6,viewplayerequip,20x02d7,-10x02d8,10,equiptickbox,60x02d9,100x02da,30x02db,-1,battlechat,2:40x02dc,-10x02dd,320x02de,60x02df,360x02e0,34//2007-10-23aSakexe0x02cb,650x02cd,71//2007-11-06aSakexe0x0078,550x007c,420x022c,650x029b,80//2007-11-13aSakexe0x02e1,33//2007-11-20aSakexe//0x01df,10 <- ???0x02e2,140x02e3,250x02e4,80x02e5,80x02e6,6//2007-11-27aSakexe0x02e7,-1//2008-01-02aSakexe0x01df,6,gmreqaccname,20x02e8,-10x02e9,-10x02ea,-10x02eb,130x02ec,670x02ed,590x02ee,600x02ef,8//2008-03-18aSakexe0x02bf,-10x02c0,-10x02f0,100x02f1,2,progressbar,00x02f2,2//2008-03-25bSakexe0x02f3,-10x02f4,-10x02f5,-10x02f6,-10x02f7,-10x02f8,-10x02f9,-10x02fa,-10x02fb,-10x02fc,-10x02fd,-10x02fe,-10x02ff,-10x0300,-1//2008-04-01aSakexe0x0301,-10x0302,-10x0303,-10x0304,-10x0305,-10x0306,-10x0307,-10x0308,-10x0309,-10x030a,-10x030b,-10x030c,-10x030d,-10x030e,-10x030f,-10x0310,-10x0311,-10x0312,-10x0313,-10x0314,-10x0315,-10x0316,-10x0317,-10x0318,-10x0319,-10x031a,-10x031b,-10x031c,-10x031d,-10x031e,-10x031f,-10x0320,-10x0321,-10x0322,-10x0323,-10x0324,-10x0325,-10x0326,-10x0327,-10x0328,-10x0329,-10x032a,-10x032b,-10x032c,-10x032d,-10x032e,-10x032f,-10x0330,-10x0331,-10x0332,-10x0333,-10x0334,-10x0335,-10x0336,-10x0337,-10x0338,-10x0339,-10x033a,-10x033b,-10x033c,-10x033d,-10x033e,-10x033f,-10x0340,-10x0341,-10x0342,-10x0343,-10x0344,-10x0345,-10x0346,-10x0347,-10x0348,-10x0349,-10x034a,-10x034b,-10x034c,-10x034d,-10x034e,-10x034f,-10x0350,-10x0351,-10x0352,-10x0353,-10x0354,-10x0355,-10x0356,-10x0357,-10x0358,-10x0359,-10x035a,-1//2008-05-27aSakexe0x035b,-10x035c,20x035d,-10x035e,20x035f,-10x0389,-1//2008-08-20aSakexe0x040c,-10x040d,-10x040e,-10x040f,-10x0410,-10x0411,-10x0412,-10x0413,-10x0414,-10x0415,-10x0416,-10x0417,-10x0418,-10x0419,-10x041a,-10x041b,-10x041c,-10x041d,-10x041e,-10x041f,-10x0420,-10x0421,-10x0422,-10x0423,-10x0424,-10x0425,-10x0426,-10x0427,-10x0428,-10x0429,-10x042a,-10x042b,-10x042c,-10x042d,-10x042e,-10x042f,-10x0430,-10x0431,-10x0432,-10x0433,-10x0434,-10x0435,-1//2008-09-10aSakexepacket_ver: 230x0436,19,wanttoconnection,2:6:10:14:180x0437,7,actionrequest,2:60x0438,10,useskilltoid,2:4:60x0439,8,useitem,2:4//2008-11-13aSakexe0x043d,80x043e,-10x043f,8//2008-11-26aSakexe0x01a2,370x0440,100x0441,4//2008-12-10aSakexe0x0442,-10x0443,8,skillselectmenu,2:6//2009-01-14aSakexe0x043f,250x0444,-10x0445,10//2009-02-18aSakexe0x0446,14//2009-02-25aSakexe0x0448,-1//2009-03-30aSakexe0x0449,4//2009-04-08aSakexe0x02a6,-10x02a7,-10x044a,6//Renewal Clients//2008-08-27aRagexeREpacket_ver: 240x0072,22,useskilltoid,9:15:180x007c,440x007e,105,useskilltoposinfo,10:14:18:23:250x0085,10,changedir,4:90x0089,11,ticksend,70x008c,14,getcharnamerequest,100x0094,19,movetokafra,3:150x009b,34,wanttoconnection,7:15:25:29:330x009f,20,useitem,7:200x00a2,14,solvecharname,100x00a7,9,walktoxy,60x00f5,11,takeitem,70x00f7,17,movefromkafra,3:130x0113,25,useskilltopos,10:14:18:230x0116,17,dropitem,6:150x0190,23,actionrequest,9:220x02e2,200x02e3,220x02e4,110x02e5,9//2008-09-10aRagexeREpacket_ver: 250x0436,19,wanttoconnection,2:6:10:14:180x0437,7,actionrequest,2:60x0438,10,useskilltoid,2:4:60x0439,8,useitem,2:4//2008-11-12aRagexeRE0x043d,8//0x043e,-10x043f,8//2008-12-17aRagexeRE0x01a2,37//0x0440,10//0x0441,4//0x0442,8//0x0443,8//2008-12-17bRagexeRE0x006d,114//2009-01-21aRagexeRE0x043f,25//0x0444,-1//0x0445,10//2009-02-18aRagexeRE//0x0446,14//2009-02-26cRagexeRE//0x0448,-1//2009-04-01aRagexeRE//0x0449,4//2009-05-14aRagexeRE//0x044b,2//2009-05-20aRagexeRE//0x07d0,6//0x07d1,2//0x07d2,-1//0x07d3,4//0x07d4,4//0x07d5,4//0x07d6,4//0x0447,2//2009-06-03aRagexeRE0x07d7,8,partychangeoption,2:6:70x07d8,80x07d9,2540x07da,6,partychangeleader,2//2009-06-10aRagexeRE//0x07db,8//2009-06-17aRagexeRE0x07d9,268//0x07dc,6//0x07dd,54//0x07de,30//0x07df,54//2009-07-01aRagexeRE//0x0275,37//0x0276,-1//2009-07-08aRagexeRE//0x07e0,58//2009-07-15aRagexeRE0x07e1,15//2009-08-05aRagexeRE0x07e2,8//2009-08-18aRagexeRE0x07e3,60x07e4,-1,itemlistwindowselected,2:4:80x07e6,8//2009-08-25aRagexeRE//0x07e6,280x07e7,5//2009-09-22aRagexeRE0x07e5,80x07e6,80x07e7,320x07e8,-10x07e9,5//2009-09-29aRagexeRE//0x07ea,2//0x07eb,-1//0x07ec,6//0x07ed,8//0x07ee,6//0x07ef,8//0x07f0,4//0x07f2,4//0x07f3,3//2009-10-06aRagexeRE//0x07ec,8//0x07ed,10//0x07f0,8//0x07f1,15//0x07f2,6//0x07f3,4//0x07f4,3//2009-10-27aRagexeRE0x07f5,6,gmreqaccname,20x07f6,14//2009-11-03aRagexeRE0x07f7,-10x07f8,-10x07f9,-1//2009-11-17aRagexeRE0x07fa,8//2009-11-24aRagexeRE0x07fb,25//2009-12-01aRagexeRE//0x07fc,10//0x07fd,-10x07fe,26//0x07ff,-1//2009-12-15aRagexeRE0x0800,-1//0x0801,-1//2009-12-22aRagexeRE0x0802,18,bookingregreq,2:4:6 // Booking System0x0803,40x0804,8 // Booking System0x0805,-10x0806,4,bookingdelreq,2 // Booking System//0x0807,20x0808,4 // Booking System//0x0809,14//0x080A,50//0x080B,18//0x080C,6//2009-12-29aRagexeRE0x0804,14,bookingsearchreq,2:4:6:8:12 // Booking System0x0806,2,bookingdelreq,0 // Booking System0x0807,40x0808,14,bookingupdatereq,2 // Booking System0x0809,500x080A,180x080B,6 // Booking System//2010-01-05aRagexeRE0x0801,-1,purchasereq2,2:4:8:12//2010-01-26aRagexeRE//0x080C,2//0x080D,30x080E,14//2010-02-09aRagexeRE//0x07F0,6//2010-02-23aRagexeRE0x080F,20//2010-03-03aRagexeRE0x0810,30x0811,-1,reqopenbuyingstore,2:4:8:9:89//0x0812,86//0x0813,6//0x0814,6//0x0815,-1//0x0817,-1//0x0818,6//0x0819,4//2010-03-09aRagexeRE0x0813,-1//0x0814,2//0x0815,60x0816,60x0818,-1//0x0819,10//0x081A,4//0x081B,4//0x081C,60x081d,220x081e,8//2010-03-23aRagexeRE//0x081F,-1//2010-04-06aRagexeRE//0x081A,6//2010-04-13aRagexeRE//0x081A,100x0820,11//0x0821,2//0x0822,9//0x0823,-1//2010-04-14dRagexeRE//0x081B,8//2010-04-20aRagexeRE0x0812,80x0814,860x0815,2,reqclosebuyingstore,00x0817,6,reqclickbuyingstore,20x0819,-1,reqtradebuyingstore,2:4:8:120x081a,40x081b,100x081c,100x0824,6//2010-06-01aRagexeRE//0x0825,-1//0x0826,40x0835,-1,searchstoreinfo,2:4:5:9:13:14:150x0836,-10x0837,3//0x0838,3//2010-06-08aRagexeRE0x0838,2,searchstoreinfonextpage,00x083A,4 // Search Stalls Feature0x083B,2,closesearchstoreinfo,00x083C,12,searchstoreinfolistitemclick,2:6:100x083D,6//2010-06-15aRagexeRE//0x083E,26//2010-06-22aRagexeRE//0x083F,22//2010-06-29aRagexeRE0x00AA,9//0x07F1,18//0x07F2,8//0x07F3,6//2010-07-01aRagexeRE0x083A,5 // Search Stalls Feature//2010-07-13aRagexeRE//0x0827,6//0x0828,14//0x0829,6//0x082A,10//0x082B,6//0x082C,14//0x0840,-1//0x0841,19//2010-07-14aRagexeRE//0x841,4//2010-08-03aRagexeRE0x0839,660x0842,6,recall2,20x0843,6,remove2,2//2010-11-24aRagexeREpacket_ver: 260x0288,-1,cashshopbuy,4:80x0436,19,wanttoconnection,2:6:10:14:180x035f,5,walktoxy,20x0360,6,ticksend,20x0361,5,changedir,2:40x0362,6,takeitem,20x0363,6,dropitem,2:40x0364,8,movetokafra,2:40x0365,8,movefromkafra,2:40x0366,10,useskilltopos,2:4:6:80x0367,90,useskilltoposinfo,2:4:6:8:100x0368,6,getcharnamerequest,20x0369,6,solvecharname,20x0856,-10x0857,-10x0858,-10x0859,-10x08d0,9//2011-10-05aRagexeREpacket_ver: 270x0364,5,walktoxy,20x0817,6,ticksend,20x0366,5,changedir,2:40x0815,6,takeitem,20x0885,6,dropitem,2:40x0893,8,movetokafra,2:40x0897,8,movefromkafra,2:40x0369,10,useskilltopos,2:4:6:80x08ad,90,useskilltoposinfo,2:4:6:8:100x088a,6,getcharnamerequest,20x0838,6,solvecharname,20x0439,8,useitem,2:40x08d2,100x08d1,7// 2011-11-02aRagexepacket_ver: 280x0436,26,friendslistadd,20x0898,5,hommenu,40x0281,36,storagepassword,00x088d,26,partyinvite2,20x083c,19,wanttoconnection,2:6:10:14:180x08aa,7,actionrequest,2:60x02c4,10,useskilltoid,2:4:60x0811,-1,itemlistwindowselected,2:4:80x890,80x08a5,18,bookingregreq,2:4:60x0835,-1,reqopenbuyingstore,2:4:8:9:890x089b,2,reqclosebuyingstore,00x08a1,6,reqclickbuyingstore,20x089e,-1,reqtradebuyingstore,2:4:8:120x08ab,-1,searchstoreinfo,2:4:5:9:13:14:150x088b,2,searchstoreinfonextpage,00x08a2,12,searchstoreinfolistitemclick,2:6:10//2012-03-07fRagexeREpacket_ver:290x086A,19,wanttoconnection,2:6:10:14:180x0437,5,walktoxy,20x0887,6,ticksend,20x0890,5,changedir,2:40x0865,6,takeitem,20x02C4,6,dropitem,2:40x093B,8,movetokafra,2:40x0963,8,movefromkafra,2:40x0438,10,useskilltopos,2:4:6:80x0366,90,useskilltoposinfo,2:4:6:8:100x096A,6,getcharnamerequest,20x0368,6,solvecharname,20x0369,26,friendslistadd,20x0863,5,hommenu,40x0861,36,storagepassword,00x0929,26,partyinvite2,20x0885,7,actionrequest,2:60x0889,10,useskilltoid,2:4:60x0870,-1,itemlistwindowselected,2:4:80x0926,18,bookingregreq,2:4:60x0815,-1,reqopenbuyingstore,2:4:8:9:890x0817,2,reqclosebuyingstore,00x0360,6,reqclickbuyingstore,20x0811,-1,reqtradebuyingstore,2:4:8:120x0884,-1,searchstoreinfo,2:4:5:9:13:14:150x0835,2,searchstoreinfonextpage,00x0838,12,searchstoreinfolistitemclick,2:6:100x0439,8,useitem,2:4//2012-04-10aRagexeREpacket_ver: 300x01FD,15,repairitem,20x089C,26,friendslistadd,20x0885,5,hommenu,2:40x0961,36,storagepassword,00x0288,-1,cashshopbuy,4:80x091C,26,partyinvite2,20x094B,19,wanttoconnection,2:6:10:14:180x0369,7,actionrequest,2:60x083C,10,useskilltoid,2:4:60x0439,8,useitem,2:40x0945,-1,itemlistwindowselected,2:4:80x0815,-1,reqopenbuyingstore,2:4:8:9:890x0817,2,reqclosebuyingstore,00x0360,6,reqclickbuyingstore,20x0811,-1,reqtradebuyingstore,2:4:8:120x0819,-1,searchstoreinfo,2:4:5:9:13:14:150x0835,2,searchstoreinfonextpage,00x0838,12,searchstoreinfolistitemclick,2:6:100x0437,5,walktoxy,20x0886,6,ticksend,20x0871,5,changedir,2:40x0938,6,takeitem,20x0891,6,dropitem,2:40x086C,8,movetokafra,2:40x08A6,8,movefromkafra,2:40x0438,10,useskilltopos,2:4:6:80x0366,90,useskilltoposinfo,2:4:6:8:100x0889,6,getcharnamerequest,20x0884,6,solvecharname,20x08E5,41,bookingregreq,2:4 //Added to prevent disconnections0x08E6,40x08E7,10,bookingsearchreq,20x08E8,-10x08E9,2,bookingdelreq,20x08EA,40x08EB,39,bookingupdatereq,20x08EC,730x08ED,430x08EE,60x08EF,6,bookingignorereq,20x08F0,60x08F1,6,bookingjoinpartyreq,20x08F2,360x08F3,-10x08F4,60x08F5,-1,bookingsummonmember,2:40x08F6,220x08F7,30x08F8,70x08F9,60x08FA,60x08FB,6,bookingcanceljoinparty,20x0907,5,moveitem,2:40x0908,50x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections0x08CF,10 //Amulet spirits0x0977,14 //Monster HP Bar0x0844,2,cashshopopen,00x084a,2,cashshopclose,00x08c9,4,cashshopitemlist,00x0848,-1,cashshopbuy,0//2012-04-18aRagexeRE [Special Thanks to Judas!]packet_ver:310x023B,26,friendslistadd,20x0361,5,hommenu,2:40x08A8,36,storagepassword,00x0802,26,partyinvite2,20x022D,19,wanttoconnection,2:6:10:14:180x0281,-1,itemlistwindowselected,2:4:80x035F,6,ticksend,20x0202,5,changedir,2:40x07E4,6,takeitem,20x0362,6,dropitem,2:40x07EC,8,movetokafra,2:40x0364,8,movefromkafra,2:40x096A,6,getcharnamerequest,20x0368,6,solvecharname,20x08E5,41,bookingregreq,2:4 //Added to prevent disconnections0x08d2,100x0916,26,guildinvite2,2//2012-06-18packet_ver: 320x0983,29//2012-07-16aRagexepacket_ver: 330x01FD,15,repairitem,20x023B,26,friendslistadd,20x0361,5,hommenu,2:40x0819,36,storagepassword,00x0288,-1,cashshopbuy,4:80x0802,26,partyinvite2,20x022D,19,wanttoconnection,2:6:10:14:180x0369,7,actionrequest,2:60x083C,10,useskilltoid,2:4:60x0439,8,useitem,2:40x0281,-1,itemlistwindowselected,2:4:80x0815,-1,reqopenbuyingstore,2:4:8:9:890x0817,2,reqclosebuyingstore,00x0360,6,reqclickbuyingstore,20x0940,-1,reqtradebuyingstore,2:4:8:120x0811,-1,searchstoreinfo,2:4:5:9:13:14:150x0835,2,searchstoreinfonextpage,00x0838,12,searchstoreinfolistitemclick,2:6:100x0437,5,walktoxy,20x035F,6,ticksend,20x0202,5,changedir,2:40x07E4,6,takeitem,20x0362,6,dropitem,2:40x07EC,8,movetokafra,2:40x0364,8,movefromkafra,2:40x0438,10,useskilltopos,2:4:6:80x0366,90,useskilltoposinfo,2:4:6:8:100x096A,6,getcharnamerequest,20x0368,6,solvecharname,20x08E5,41,bookingregreq,2:4 //Added to prevent disconnections0x08E6,40x08E7,10,bookingsearchreq,20x08E8,-10x08E9,2,bookingdelreq,20x08EA,40x08EB,39,bookingupdatereq,20x08EC,730x08ED,430x08EE,60x08EF,6,bookingignorereq,20x08F0,60x08F1,6,bookingjoinpartyreq,20x08F2,360x08F3,-10x08F4,60x08F5,-1,bookingsummonmember,2:40x08F6,220x08F7,30x08F8,70x08F9,60x08FA,60x08FB,6,bookingcanceljoinparty,20x0907,5,moveitem,2:40x0908,50x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections// New cashshop0x0844,2,cashshopopen,00x084a,2,cashshopclose,00x08c9,2,cashshopitemlist,00x0848,-1,cashshopbuy,0//Add new packets here//packet_ver: 35
  7. Everytime i try to change it, it will turn back to its original(like position 1) and then sometimes it goes blank and i cant change it anymore.
  8. I cant change the position title in Guilds!!!! WHYYY
  9. pajodex

    Server Wipe

    Okay, thank you so much
  10. pajodex

    Server Wipe

    If you dont mind, how do I do it? I mean the code in Sql. Sorry i have no idea
  11. pajodex

    Server Wipe

    How can I wipe all of the data in database without re-doing the database. I mean A total server wipeout.
  12. Hello, how can i make Enchant Deadly Poison- add a drawback When Activated cannot use healing items, and damage per second to user 1% Thanks
  13. I keep on getting this error!! HELP!
  14. having this problem on 2013 clients
  15. I'll just request at rA i guess How I wish i could change to rA to Hercules that easily. I had modified my server files quite massively already
  16. You have to convert it to rA compatible and patch it. any one who can convert this to rA? badly need it
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.