-
Content Count
391 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by vBrenth
-
Exactly, this is really broken source or else put it ur topic that this wont be usable for server who has autotrades.
-
Bug, When you @autotrade the item you were selling can be bought via zeny, please fix it asap.
-
R> Hex Code To Disable Shift+Rightclick Autofollow
vBrenth replied to Angelmelody's question in Client-Side Requests
Is it possible to do it via source? like i dont want to work only on GVG/BG maps? -
Hmm make sure you have ur custom cards on your numids***.txt files.
-
Oh dear i hope that gender thing is possible on other clients (more like hardly coded) i wouldn't mind paying for it.
-
Im using this, im not sure if its still working but my player still can use maya purple hacks.
-
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
-
Solved: Uhm it was my GCC version thanks to Nebrasska, Milky-milk, Shikazu and Valo on IRC!
-
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; }}
-
Star gladiator feeling of sun,moon, stars
vBrenth replied to master@ragna's question in General Server Support
Make sure don't use GM account for testing. Because i can't reproduce this bug. -
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;}
-
Ive been using it on hercules, we converted it (@Kichi) help me to convert it
-
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.
-
Your talking about this one right ? http://rathena.org/board/files/file/3182-restock-system/
-
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.
-
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
-
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.
-
Cant reproduce, i really suggest you guys use plugins >.> less stress.
-
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?
-
after trying so many things i can't see anything wrong/bug so far.
-
Crashed instantly o.O when i used the 1.3 and @market with zeny requirements
-
Yeah when people vend, the clone must die
-
I can't find any bug on 1.1 tested alot of things... even the warnings i gets is gone.