Jump to content

vBrenth

Members
  • Content Count

    391
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by vBrenth

  1. Exactly, this is really broken source or else put it ur topic that this wont be usable for server who has autotrades.
  2. Bug, When you @autotrade the item you were selling can be bought via zeny, please fix it asap.
  3. Is it possible to do it via source? like i dont want to work only on GVG/BG maps?
  4. Hmm make sure you have ur custom cards on your numids***.txt files.
  5. Oh dear i hope that gender thing is possible on other clients (more like hardly coded) i wouldn't mind paying for it.
  6. Im using this, im not sure if its still working but my player still can use maya purple hacks.
  7. I am getting this error when someone donated using paypal donation. So i searched the error and this is the result http://stackoverflow.com/questions/26404984/my-paypal-stop-accepting-payment-and-giving-me-error http://stackoverflow.com/questions/26396412/paypal-ipn-stopped-working-curl-35-error And paypal announcement. https://www.paypal-community.com/t5/PayPal-Forward/PayPal-Response-to-SSL-3-0-Vulnerability-aka-POODLE/ba-p/891829
  8. Solved: Uhm it was my GCC version thanks to Nebrasska, Milky-milk, Shikazu and Valo on IRC!
  9. I am using CentOS 6.0 and running with uptodate hercules but today there's some recent commits and when i update my Hercules i get 0 errors, but when i try to recompile my server it gives me. clif.c: In function âclif_parse_LoadEndAckâ:clif.c:18970: error: invalid storage class for function âpacketdb_addpacketâclif.c:19854: error: expected declaration or statement at end of input 18970* static void __attribute__ ((unused)) packetdb_addpacket(short cmd, int len, ...) { va_list va; int i; int pos; pFunc func; if (cmd > MAX_PACKET_DB) { ShowError("Packet Error: packet 0x%x is greater than the maximum allowed (0x%x), skipping...n", cmd, MAX_PACKET_DB); return; } packet_db[cmd].len = len; va_start(va,len); pos = va_arg(va, int); if( pos == 0xFFFF ) /* nothing more to do */ return; va_end(va); va_start(va,len); func = va_arg(va,pFunc); packet_db[cmd].func = func; for (i = 0; i < MAX_PACKET_POS; i++) { pos = va_arg(va, int); if (pos == 0xFFFF) break; packet_db[cmd].pos[i] = pos; } va_end(va);}void packetdb_loaddb(void) { memset(packet_db,0,sizeof(packet_db)); #define packet(id, size, ...) packetdb_addpacket((id), (size), ##__VA_ARGS__, 0xFFFF) #define packetKeys(a,b,c) do { clif->cryptKey[0] = (a); clif->cryptKey[1] = (; clif->cryptKey[2] = (c); } while(0) #include "packets.h" /* load structure data */ #undef packet #undef packetKeys}void clif_bc_ready(void) { if( battle_config.display_status_timers ) clif->status_change = clif_status_change; else clif->status_change = clif_status_change_notick; switch( battle_config.packet_obfuscation ) { case 0: clif->parse_cmd = clif_parse_cmd_normal; break; default: case 1: clif->parse_cmd = clif_parse_cmd_optional; break; case 2: clif->parse_cmd = clif_parse_cmd_decrypt; break; }}
  10. Make sure don't use GM account for testing. Because i can't reproduce this bug.
  11. This can be done via script i forgot where i get it.... or who made it but credits to them. - script MapRecall -1,{ OnInit: bindatcmd "maprecall",strnpcinfo(3)+"::OnMapRecall",70,70; end; OnMapRecall: if(getgmlevel()==0) end; getmapxy .@map$,.@x,.@y,0; mapwarp .@map$,.@map$,.@x,.@y,0;}
  12. vBrenth

    @restock

    Ive been using it on hercules, we converted it (@Kichi) help me to convert it
  13. vBrenth

    @restock

    Uhm not really, i purchased the source and i am the one who mark it as broken source, but the creator pm me and fix the problem.
  14. vBrenth

    @restock

    Your talking about this one right ? http://rathena.org/board/files/file/3182-restock-system/
  15. After searching so deep i find out that it requires client modification to make your custom pet talks not just by editing the "pettalktable.xml" I have 10+ custom pets (such as GR, Angeling, Deviling, Piamette, Garm Baby and etc.) but all of them talks like porings. Please help. I tried hexing the client and add "one of my pet names after "CHUNG_E" on client but failed. (client not opening) Thanks in advance. If someone can diff client to fix were willing to pay.
  16. When i remove that i get this line pc.c: In function âpc_useitemâ: pc.c:4621: warning: unused variable âe_tickâ int e_tick = (int)(DIFF_TICK(sd->item_delay[i].tick, tick)/1000); So i also have to line this int e_tick = (int)(DIFF_TICK(sd->item_delay[i].tick, tick)/1000); Anyway to make the msg works? using 2010-07-30
  17. I am currently using 2010-07-30 client. How can i fix this? been looking for solution long time ago, but its still there or how can i remove the delay msg entirely? Same topic: http://herc.ws/board/topic/5937-no-msg-1862-when-using-yggdrasil-berry-608-and-607/ But it seems that iZeal fixed it so i tried to follow his fixes. I added this on messages.conf still nothing.
  18. Cant reproduce, i really suggest you guys use plugins >.> less stress.
  19. Hello annie i find this quite useful command for some rush maintenance, however is it possible not to get the vendors kick? i am always using vending persistency?
  20. after trying so many things i can't see anything wrong/bug so far.
  21. Crashed instantly o.O when i used the 1.3 and @market with zeny requirements
  22. Yeah when people vend, the clone must die
  23. I can't find any bug on 1.1 tested alot of things... even the warnings i gets is gone.
×
×
  • Create New...

Important Information

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