Jump to content

Ahoy

Members
  • Posts

    64
  • Joined

  • Last visited

Everything posted by Ahoy

  1. it's working thanks, but im still dont understand why my sclientinfo not working before?
  2. here's my sclientinfo... im using 2018-06-21a ragexeRE so i think its using sclientinfo right ? here my exe @Functor 2018-06-21aRagexeRE.exe TeMPoison.exe
  3. hello want to ask about make second connection on client i have this on my sclientinfo : if i want make 2 connection i just add connection like this right ? but its not working , is there any files i need to edit ? thanks
  4. naah i mean how to unlock that slot ?
  5. hello , want to ask... how to increase slot character on client ? already edit on mmo.h and recompile still not working... and i try to see nemo there is no increase slot character so how to increase / add more slot for character ? note : im using client 2018-06-21aRE thanks...
  6. @Functor do you have a website ? i want to see price list for gepard Thanks
  7. hey ty for reply @Diospectre already redownload all files and replace my configuration files from my old server , but error is still there with same error.. i just can see that map has been reached and it continue with fast scroll sorry for bad english already fix it... thanks
  8. helo rAthena, i try to update my server when i use git pull nothing error , but when i start the server i got this error : please help, thanks...
  9. Dear all need help, i want to try using RO Credential from ai4rei and i already make sure to disable Packet Obfuscation from server and my client. but error still showing when my character entering map and i already recompile file , please help thanks...
  10. please help , i try to compile new rathena and get this error... and code error is C1083 how to fix it ? thanks,
  11. yes, i try to compile rAthena source with cygwin on windows , because i cannot use MS Build Tools or Visual Studio... so i just download https://www.microsoft.com/en-us/download/details.aspx?id=48159 this right ?
  12. complete error massage : socket.cpp:220:2: error: ‘fd_set’ does not name a type; did you mean ‘fpos_t’? fd_set readfds; ^~~~~~ fpos_t socket.cpp: In function ‘int connect_client(int)’: socket.cpp:505:14: error: ‘readfds’ was not declared in this scope sFD_SET(fd,&readfds); ^~~~~~~ socket.cpp:505:14: note: suggested alternative: ‘read’ sFD_SET(fd,&readfds); ^~~~~~~ read socket.cpp:205:17: error: ‘FD_SET’ was not declared in this scope #define sFD_SET FD_SET ^ socket.cpp:505:2: note: in expansion of macro ‘sFD_SET’ sFD_SET(fd,&readfds); ^~~~~~~ socket.cpp:205:17: note: suggested alternative: ‘sFD_SET’ #define sFD_SET FD_SET ^ socket.cpp:505:2: note: in expansion of macro ‘sFD_SET’ sFD_SET(fd,&readfds); ^~~~~~~ socket.cpp: In function ‘int make_listen_bind(uint32, uint16)’: socket.cpp:572:15: error: ‘readfds’ was not declared in this scope sFD_SET(fd, &readfds); ^~~~~~~ socket.cpp:572:15: note: suggested alternative: ‘read’ sFD_SET(fd, &readfds); ^~~~~~~ read socket.cpp:205:17: error: ‘FD_SET’ was not declared in this scope #define sFD_SET FD_SET ^ socket.cpp:572:2: note: in expansion of macro ‘sFD_SET’ sFD_SET(fd, &readfds); ^~~~~~~ socket.cpp:205:17: note: suggested alternative: ‘sFD_SET’ #define sFD_SET FD_SET ^ socket.cpp:572:2: note: in expansion of macro ‘sFD_SET’ sFD_SET(fd, &readfds); ^~~~~~~ socket.cpp: In function ‘int make_connection(uint32, uint16, bool, int)’: socket.cpp:698:14: error: ‘readfds’ was not declared in this scope sFD_SET(fd,&readfds); ^~~~~~~ socket.cpp:698:14: note: suggested alternative: ‘read’ sFD_SET(fd,&readfds); ^~~~~~~ read socket.cpp:205:17: error: ‘FD_SET’ was not declared in this scope #define sFD_SET FD_SET ^ socket.cpp:698:2: note: in expansion of macro ‘sFD_SET’ sFD_SET(fd,&readfds); ^~~~~~~ socket.cpp:205:17: note: suggested alternative: ‘sFD_SET’ #define sFD_SET FD_SET ^ socket.cpp:698:2: note: in expansion of macro ‘sFD_SET’ sFD_SET(fd,&readfds); ^~~~~~~ socket.cpp: In function ‘int do_sockets(t_tick)’: socket.cpp:889:2: error: ‘fd_set’ was not declared in this scope fd_set rfd; ^~~~~~ socket.cpp:889:2: note: suggested alternative: ‘fpos_t’ fd_set rfd; ^~~~~~ fpos_t socket.cpp:916:10: error: ‘rfd’ was not declared in this scope memcpy(&rfd, &readfds, sizeof(rfd)); ^~~ socket.cpp:916:16: error: ‘readfds’ was not declared in this scope memcpy(&rfd, &readfds, sizeof(rfd)); ^~~~~~~ socket.cpp:916:16: note: suggested alternative: ‘read’ memcpy(&rfd, &readfds, sizeof(rfd)); ^~~~~~~ read socket.cpp:201:17: error: ‘select’ was not declared in this scope #define sSelect select ^ socket.cpp:917:8: note: in expansion of macro ‘sSelect’ ret = sSelect(fd_max, &rfd, NULL, NULL, &timeout); ^~~~~~~ socket.cpp:201:17: note: suggested alternative: ‘sSelect’ #define sSelect select ^ socket.cpp:917:8: note: in expansion of macro ‘sSelect’ ret = sSelect(fd_max, &rfd, NULL, NULL, &timeout); ^~~~~~~ socket.cpp:207:19: error: ‘FD_ISSET’ was not declared in this scope #define sFD_ISSET FD_ISSET ^ socket.cpp:977:6: note: in expansion of macro ‘sFD_ISSET’ if(sFD_ISSET(i,&rfd) && session) ^~~~~~~~~ socket.cpp:207:19: note: suggested alternative: ‘sFD_ISSET’ #define sFD_ISSET FD_ISSET ^ socket.cpp:977:6: note: in expansion of macro ‘sFD_ISSET’ if(sFD_ISSET(i,&rfd) && session) ^~~~~~~~~ In file included from socket.hpp:19:0, from socket.cpp:4: socket.cpp: In function ‘int socket_config_read(const char*)’: cbasetypes.hpp:241:20: error: ‘strcasecmp’ was not declared in this scope #define strcmpi strcasecmp ^ socket.cpp:1308:8: note: in expansion of macro ‘strcmpi’ if (!strcmpi(w1, "stall_time")) { ^~~~~~~ cbasetypes.hpp:241:20: note: suggested alternative: ‘strncmp’ #define strcmpi strcasecmp ^ socket.cpp:1308:8: note: in expansion of macro ‘strcmpi’ if (!strcmpi(w1, "stall_time")) { ^~~~~~~ socket.cpp: In function ‘void do_close(int)’: socket.cpp:1427:15: error: ‘readfds’ was not declared in this scope sFD_CLR(fd, &readfds);// this needs to be done before closing the socket ^~~~~~~ socket.cpp:1427:15: note: suggested alternative: ‘read’ sFD_CLR(fd, &readfds);// this needs to be done before closing the socket ^~~~~~~ read socket.cpp:206:17: error: ‘FD_CLR’ was not declared in this scope #define sFD_CLR FD_CLR ^ socket.cpp:1427:2: note: in expansion of macro ‘sFD_CLR’ sFD_CLR(fd, &readfds);// this needs to be done before closing the socket ^~~~~~~ socket.cpp:206:17: note: suggested alternative: ‘sFD_CLR’ #define sFD_CLR FD_CLR ^ socket.cpp:1427:2: note: in expansion of macro ‘sFD_CLR’ sFD_CLR(fd, &readfds);// this needs to be done before closing the socket ^~~~~~~ socket.cpp: In function ‘int socket_getips(uint32*, int)’: socket.cpp:1481:3: error: ‘u_long’ was not declared in this scope u_long ad; ^~~~~~ socket.cpp:1481:3: note: suggested alternative: ‘__Long’ u_long ad; ^~~~~~ __Long socket.cpp:1504:6: error: ‘ad’ was not declared in this scope ad = ntohl(a->sin_addr.s_addr); ^~ socket.cpp:1504:6: note: suggested alternative: ‘a’ ad = ntohl(a->sin_addr.s_addr); ^~ a socket.cpp: In function ‘void socket_init()’: socket.cpp:1581:12: error: ‘readfds’ was not declared in this scope sFD_ZERO(&readfds); ^~~~~~~ socket.cpp:1581:12: note: suggested alternative: ‘read’ sFD_ZERO(&readfds); ^~~~~~~ read socket.cpp:208:18: error: ‘FD_ZERO’ was not declared in this scope #define sFD_ZERO FD_ZERO ^ socket.cpp:1581:2: note: in expansion of macro ‘sFD_ZERO’ sFD_ZERO(&readfds); ^~~~~~~~ socket.cpp:208:18: note: suggested alternative: ‘sFD_ZERO’ #define sFD_ZERO FD_ZERO ^ socket.cpp:1581:2: note: in expansion of macro ‘sFD_ZERO’ sFD_ZERO(&readfds); ^~~~~~~~
  13. Hello , want to ask , i got this error make[1]: *** [Makefile:65: obj/socket.o] Error 1 make[1]: Leaving directory '/home/Server/rAthena/src/common' make: *** [Makefile:41: common] Error 2 im using cygwin and already using GCC ver 7.4.0 command i use : make clean make sql and get that error , please help , thanks ?
  14. @Cyro oke i get a new bug / error , when i enable packet obstruction in packets.h and i configure it with ( ./configure make clean && make server ) still the mssg from server say [Status]: Packet Obfuscation: Disabled.
  15. Dear All , please help me, when i use Client ragnarok 2017-06-14bRagexeRE i got Failed to connect to server , but when im use 2015 its work perfectly , how to solved this ? Note : im disable packet obstruction in server side and in client side Thanks, Steven Ahoy
  16. Dear rAthena Team, Please help me , i use jobmaster from ( https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt ) , can i disable rebirth system ? Thanks
  17. hey @koloridjo can i copy paste that item from renewal to pre renewal item db? because my server is pre renewal
  18. @manut sorry it cannot be consume , i already double klik to Roulette Coin but its doesnt work
  19. Dear rAthena Team, please help i enable Roulette system in pre - renewall server , but i use @item gold coin for roulette but its not counting in roulette system ( pleaes see attachment ) sorry for bad english i hope you can understand Client : 2015-11-04aRagexe Thanks, Steven Ahoy
  20. @MrBlex hey Thank you for your suggestion, this server is not yet open for public (testing) , so I can still learn what bugs will happen in the future And I do not understand the system github, so I post this problem in the forum
×
×
  • Create New...