Jump to content

Wafflebutt

Members
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Wafflebutt

  1. //2011-11-16aRagexeRE 0x01FD,15,repairitem,2 0x0365,26,friendslistadd,2 0x0819,5,hommenu,2:4 0x0364,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x0802,26,partyinvite2,2 0x089C,19,wanttoconnection,2:6:10:14:18 0x0887,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x089A,-1,itemlistwindowselected,2:4:8 0x0363,18,bookingregreq,2:4:6 0x0803,4 0x0804,14,bookingsearchreq,2:4:6:8:12 0x0805,-1 0x0806,2,bookingdelreq,0 0x0807,4 0x0808,14,bookingupdatereq,2 0x0809,50 0x080A,18 0x080B,6 0x0888,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x022D,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0361,5,walktoxy,2 0x035F,6,ticksend,2 0x0437,5,changedir,2:4 0x089D,6,takeitem,2 0x0369,6,dropitem,2:4 0x02C4,8,movetokafra,2:4 0x0896,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x0281,6,getcharnamerequest,2 0x0368,6,solvecharname,2 0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/packets_2011-11-16aRagexeRE.txt
  2. I guess its something with the packet version. Otherwise you would get an error from the client or server. What is your clientdate? Do you have the right packet_db_ver: in your rathena/db/packet_db.txt ? Also look into your mmo.h located at rAthena/src/common/ look for #ifndef PACKETVER #define PACKETVER 20xxxxxx and edit #define PACKETVER 20xxxxxx to your client date #define PACKETVER 20110906 <--- This would be for the client date 2011-09-06 Save and recompile with visual studio. Also why the hell is this at the Filipino Support....
  3. (╯°□°)╯︵ ┻━┻

  4. Ugh "ausführliche erklärung" kann ich dir nicht geben. Aber bei einem update werden deine modifizierten Dateien mit den neuen Dateien vom SVN repo gemerged. Solange es in der Datei keine Konflikte gibt, fügt er diese zusammen bzw updated er diese. Konflikte werden von tsvn angezeigt und ausgelassen. Beispiel: Sagen wir mal du hast in deiner itemdb ein item eingetragen an stelle 18000. Und die neue SVN itemdb hat nun auch etwas an der stelle so kann er dies natürlich nicht updaten. Zeigt nen Konflikt an und überspringt die Datei. Also es gibt 2 möglichkeiten bei modifizierten Dateien: - entweder er merged die dateien (bei einem merge behält er deine einstellungen) - oder es kommt zu einem konflikt und überspringt die dateien Ich hoffe das hilft etwas (。⌒∇⌒)。
  5. My day - night cycle is totally destroyed

  6. Yeah you should search for the right packets and do a recompile. Just edit your mmo.h #ifndef PACKETVER #define PACKETVER 2009XXXX <your client date recompile and use the right packets in rathena/db/packet_db.txt Packet ver should be 25 i think. You can use a pre-re client. But whats the point of it? Just use a new client without adding the new items etc. Your client is just one half of the whole. The client can have all the new items, classes etc. But can´t do anything with it when the server doesn´t have them or send them out.
  7. OMG this looks so awesome! xDDDD Great job doing this. It´s almost a complete new game!
  8. FULLY AWAKE!!!!... not

  9. Thanks for the clarification Lighta ^^
  10. I just noticed a heavy flaw in my function.... i could have recalled every guild ;DDDD But well only if it worked... but i doubt that somehow after I looked at Emistry´s script XDD .... *I cantz script*
  11. Wafflebutt

    Problem

    Ok wait a sec. I already made everything. I´ll send it to you via pm + instructions.
  12. Wafflebutt

    Problem

    Actually the txt part was dropped with revision 15503. So I can´t make you a txt server as I do not have the old revision. You can either switch to sql or stay with your old server. What do you want?
  13. Wafflebutt

    Problem

    ..... ...... You are lucky that I am currently totally bored so I´ll do it >_>
  14. I don´t really get what you wanna know.... 607 Yggdrasil berry drop rate 25% in mob_db rate are set like this 607,2500 2500=25% 250=2,5% 25=0,25% 2=0,02% The treasurebox uses rAthena/conf/battle/drops.conf: // Rate adjustment for Treasure Box drops (these override all other modifiers) item_rate_treasure: 100 = your 25% = 2500 item_drop_treasure_min: 1 = the min drop 0,01 item_drop_treasure_max: 10000 = max drop rate from the treasure box = 100% (if you set item_rate_treasure to 10000 your berry drop rate would be 25000% thus it would go negative if item_drop_treasure_max wasn´t set to 10000. But with item_drop_treasure_max:10000 your 25000% are set to 100% (real drop chance)) http://rathena.org/wiki/Category:Configuration#Setting_Drop_rates
  15. comment storage to player? You mean how to enable the command for players? If you want to enable the command for all players: //-------------------------- // 0: normal player commands // None for security purposes. storage: 0,0 http://eathena.ws/wiki/index.php/Category:Configuration#.2Fconf.2Fatcommand_athena.conf and get rAthena! -> Go into your rAthena/conf/groups.conf -> In that file go to groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } }, and edit it to: groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { storage: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } }, Wiki: http://rathena.org/w...f.2Fgroups.conf using eAthena....*facepalm*
  16. Wafflebutt

    Problem

    You don´t need to run visual studio to save the file. You can do that with wordpad. But you do need to recompile the server files with visual studio. Otherwise the changes wouldn´t apply. And one other thing you actually should do is update your Server to the recent rAthena revision. Your server files are pretty old.
  17. Do you have a .htaccess file that denies your connection? or maybe just wrong permissions
  18. Not too sure as I am a newb @ scripting but can´t you make a function like: function script F_GRecall -1,{ input @guild$; atcommand "@guildrecall "+@guild$; and the item callfunc "F_GRecall"; ? try that xD *unsure looking*
  19. Wafflebutt

    Problem

    try packetver 22 you already have older ones in your packet db. All you have to do now is: in your mmo.h #ifndef PACKETVER #define PACKETVER 20100721 and in your packet_db.txt packet_db_ver: 22 at the beginning
  20. Wafflebutt

    Problem

    #ifndef PACKETVER #define PACKETVER 20110906 <--------- Insert your Client date here //#define PACKETVER 20111116 Like en_dev said For your packet_db.txt Search your client date here: http://svn6.assembla...kets/Packet_db/ and insert the content into your packet_db.txt like this: //Your Client date packet_ver: new number <content from http://svn6.assembla...kets/Packet_db/ > And set your packetver at the beginning of packet_db.txt: packet_db_ver: the number you entered at packet_ver (packet_ver: new number) Also look at the wiki. The people here made this amazing wiki, yet only few people use it!!! http://rathena.org/wiki/Connecting#CHARACTER_INFO_size_error.21.21
  21. Uhm maybe you should stick with one client for now and try to answer our questions. This way we may be able to help you but we can´t help you if you don´t help us. Example: Mysterious asked you after your client version. You answered: "now i change client" <- This makes no sense at all After that you write "rathena - Revision 16366: /trunk" wich makes even less sense because thats your server and not your client! Maybe you should take a look at this: http://rathena.org/wiki/Connecting#Client_Side
×
×
  • Create New...