Jump to content

vBrenth

Members
  • Content Count

    388
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by vBrenth

  1. Hmm make sure you have ur custom cards on your numids***.txt files.
  2. Oh dear i hope that gender thing is possible on other clients (more like hardly coded) i wouldn't mind paying for it.
  3. Im using this, im not sure if its still working but my player still can use maya purple hacks.
  4. 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
  5. Solved: Uhm it was my GCC version thanks to Nebrasska, Milky-milk, Shikazu and Valo on IRC!
  6. 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; }}
  7. Make sure don't use GM account for testing. Because i can't reproduce this bug.
  8. 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;}
  9. vBrenth

    @restock

    Ive been using it on hercules, we converted it (@Kichi) help me to convert it
  10. 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.
  11. vBrenth

    @restock

    Your talking about this one right ? http://rathena.org/board/files/file/3182-restock-system/
  12. 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.
  13. 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
  14. 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.
  15. Cant reproduce, i really suggest you guys use plugins >.> less stress.
  16. 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?
  17. after trying so many things i can't see anything wrong/bug so far.
  18. Crashed instantly o.O when i used the 1.3 and @market with zeny requirements
  19. Yeah when people vend, the clone must die
  20. I can't find any bug on 1.1 tested alot of things... even the warnings i gets is gone.
  21. What im saying is the character position, for example you face is on the north is south the clone should copy it too and also if its your sitting while using @market the clone will copy ur character sitting too but the problem is you have to refresh/rewarp to see it sitting. (dastgir market) Its just throw me that error Its fine its cute, just the character direction ehe. and compile warning o.O
  22. market.c: In function âatcommand_reloadscriptâ:market.c:273: warning: suggest parentheses around assignment used as truth valuemarket.c: In function âbattle_check_target_postâ:market.c:296: warning: suggest parentheses around assignment used as truth valuemarket.c: In function âchat_joinchat_preâ:market.c:312: warning: suggest parentheses around assignment used as truth valuemarket.c: In function âclif_getareachar_unit_postâ:market.c:335: warning: suggest parentheses around assignment used as truth valuemarket.c: In function âmap_quit_preâ:market.c:343: warning: suggest parentheses around assignment used as truth valuemarket.c: In function âstatus_percent_change_preâ:market.c:352: warning: suggest parentheses around assignment used as truth value Market works well. just that error should i remove the reloadscript on atcommand.c? And also why the clone is on size 1 mode, and it also dont copy the creators character position like how dastgir works.
  23. is ur plugin works like @market title and msg?
×
×
  • Create New...

Important Information

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