Jump to content

Fratini

Members
  • Posts

    153
  • Joined

  • Last visited

Everything posted by Fratini

  1. Good morning. I don't know if it's here to ask this, but I'm searching for the rAthena Rev 17310. I can't find it. I need to compare some source archives, to correct some mistakes I probably made Thank you
  2. I'm stuck in one problem: CC channel.c channel.c: In function 'channel_name2channel': channel.c:434: error: 'channel' undeclared (first use in this function) channel.c:434: error: (Each undeclared identifier is reported only once channel.c:434: error: for each function it appears in.) make[1]: *** [obj/channel.o] Error 1 make[1]: Leaving directory `/home/rlcpba9c/emulador/src/map' make: *** [map] Error 2 In channel.c 434: struct Channel* channel_name2channel(char *chname, struct map_session_data *sd, int flag){ if(channel_chk(chname, NULL, 1)) return NULL; if(sd && strcmpi(chname + 1,Channel_Config.map_chname) == 0){ if(flag&1 && !map[sd->bl.m].channel) map[sd->bl.m].channel = channel_create(Channel_Config.map_chname,NULL,Channel_Config.map_chcolor,CHAN_TYPE_MAP,sd->bl.m); if(flag&2) channel_mjoin(sd); return map[sd->bl.m].channel; } else if(sd && (strcmpi(chname + 1,Channel_Config.ally_chname) == 0) && sd->guild){ if(flag&1 && !sd->guild->channel) sd->guild->channel = channel_create(Channel_Config.ally_chname,NULL,Channel_Config.ally_chcolor,CHAN_TYPE_ALLY,sd->guild->guild_id); if(flag&2) channel_gjoin(sd,3); return sd->guild->channel; } else if(sd && (strcmpi(chname + 1,Channel_Config.faction_chname) == 0) && sd->status.faction_id){ struct faction_data *fdb = faction_search(sd->status.faction_id); /*434:*/ channel = fdb->channel; if(flag&1 && !channel) { channel = channel_create(Channel_Config.faction_chname,NULL,Channel_Config.faction_chcolor,CHAN_TYPE_FACTION,sd->status.faction_id); if(flag&2) channel_gjoin(sd,3); fdb->channel = channel; } } else return (struct Channel*) strdb_get(channel_db, chname + 1); return NULL; } I have no idea what is the problem... If someone can help I'll be grateful! Thank you for your time.
  3. Wow, very nice!! Thank you a lot , Ninja! That's a great work indeed!!
  4. Hi, It's been a while since I start adding the faction system, solving each problems one by one. But I'm having one problem that I'm stuck with: make[1]: Entering directory `/home/rlcpba9c/emulador/src/char' MKDIR obj CC char.c char.c: In function 'char_mmo_char_tosql': char.c:331: error: called object 'p->faction_id != cp->faction_id' is not a function I don't know where to declare this function. I tried a lot but nothing... I'm almost sure that it could be easy to fix... I think I'm overwhealmed... If anyone can help me with that I'll be eternally gratefull... Obs: Sorry about the english, Im brazilian. Thank you again for your time. Edit: I got it! It's because it's missing || (OR) in one of them. But other errors have arised... I'll try to solve whithin a couple of days. If I can't solve it, I'll post here. Thank you guys!
  5. Boa noite galera, O servidor ligava normalmente quando de repente o login e map demonstra erros. Eu geralmente sei ou me viro mas dessa vez não tenho a minima ideia =/ Alguem poderia me ajudar? Log do Login-Server: [Status]: Memory manager initialised: log/rlcpba9c_login-server.leaks rAthena Development Team presents ___ __ __ _____/ | / /_/ /_ ___ ____ ____ _ / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/ / / / ___ / /_/ / / / __/ / / / /_/ / /_/ /_/ |_\__/_/ /_/\___/_/ /_/\__,_/ http://rathena.org/board/ [Warning]: You are running rAthena with root privileges, it is not necessary. [Info]: Server supports up to '1024' concurrent connections. [Info]: loginconfig: client_version_to_connect = 42 [Info]: Finished reading conf/import/inter_conf.txt. [Info]: Finished reading conf/inter_athena.conf. [Status]: Login server binding IP address : [Info]: Finished reading conf/import/login_conf.txt. [Info]: Finished reading conf/login_athena.conf. [Info]: Done reading '23' messages in 'conf/msg_conf/login_msg.conf'. [Info]: Ipban conection made [Debug]: at account.c:131 Log do map-server: [Status]: Memory manager initialised: log/rlcpba9c_map-server.leaks rAthena Development Team presents ___ __ __ _____/ | / /_/ /_ ___ ____ ____ _ / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/ / / / ___ / /_/ / / / __/ / / / /_/ / /_/ /_/ |_\__/_/ /_/\___/_/ /_/\__,_/ http://rathena.org/board/ [Warning]: You are running rAthena with root privileges, it is not necessary. [Info]: Server supports up to '1024' concurrent connections. [Info]: Char Server IP Address : [Warning]: Unknown setting 'login_ip' in file conf/map_athena.conf [Info]: Map Server IP Address : [Info]: Char Server IP Address : [Info]: Map Server Bind IP Address : [Info]: Map Server IP Address : [Warning]: Value for setting 'produce_item_name_input': 0x105 is invalid (min:0 max:159)! Defaulting to 3... [Warning]: conf/battle/feature.conf banking is enabled but it requires PACKETVER 2013-07-24 or newer, disabling... [Status]: Using SQL dbs: no [Info]: Logging chat to table 'chatlog'. [Info]: Logging commands to table 'atcommandlog'. [Info]: Logging 'logmes' messages to table 'npclog'. [Info]: Logging Cash transactions to table 'cashlog'. [Info]: Connecting to the Map DB Server.... [Debug]: at map.c:3831 - SHOW VARIABLES LIKE 'wait_timeout' [Debug]: at map.c:3833 Desde já agradeço
  6. Hi! I'm thinking of reduce 1 from a value in SQL. For example: I have a value called 'zeny' from a table called 'debt', which has 300,000. I want to reduce 1 from that value, which goes to 299,999. How can I make that in a sample way? Thank you for your time!
  7. Boa noite! Alguém por acaso tem arquivos .lua traduzidos? Ou apenas os itens e skills traduzidas, já ajuda MUITO =D Valeu!!
  8. Yeah !! So simple ahahah Thank you ^-^
  9. Let me show the code: OnPCDieEvent: progressbar "0xFF0000",20; if(){ warp "que_temsky",151,140; recovery 0;} else save "prontera",150,150; } In that If, I need to check if he still dead or resurrect by another player.
  10. Good night, So, I need a code to check if the player is dead but I didn't found or couldn't find it in 'script_commands' at doc/ I find these in atcommand.c if(pc_isdead(sd)) Can I use in script? Thank you for your time.
  11. I looked in forums not downloads... My mistake =D Thank you !
  12. Good afternoon, I'm looking for those old maps : Izlude, morroc and payon. Old Times like. If anyone have it, please share with me =D Thank you
  13. How your subnet_athena is configurated? example subnet: 255.0.0.0:250.210.169.156:250.210.169.156 and not subnet: 255.0.0.0:localhost:localhost and your map_athena should have the IP of your server, not localhost. I had this error too and this fix it.
  14. I dont think RO is starting to phase out. Just passing through a bad phase, brother. I think, with a little patience, ideas in development will make RO rise again.
  15. Unchecked: #27 HKLM To HKCU It works, thanks! try to run it using Administrator. I tried your idea first, but still occur the same error, but thanks for the help!
  16. I Diffed the hexed version 2014-04-10 with the following profile: 8 Custom Window Title 10 Disable 4 Letter UserCharacter Limit 11 Disable 4 Letter UserID Limit 13 Disable Ragexe Filename Check (Recommended) 15 Disable HShield (Recommended) 17 Enable Official Custom Fonts 19 Enable Title Bar Menu 26 Fix Camera Angles (FULL) 27 HKLM To HKCU 31 Increase Zoom Out 75% 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 37 Read questid2display.txt (Recommended) 38 Remove Gravity Ads (Recommended) 40 Restore Login Window (Recommended) 44 Translate Client (Recommended) 47 Use Ragnarok Icon 49 Enable Multiple GRFs (Recommended) 50 Skip License Screen 64 @ Bug Fix (Recommended) 67 Remove Quake skill effect 68 Enable 64k Hairstyle 71 Ignore Missing File Error 72 Ignore Missing Palette Error 73 Remove Hourly Announce (Recommended) 74 Increase Screenshot Quality 87 Only Second Login Background 88 Allow space in guild name 90 Enable DNS Support (Recommended) 92 Packet First Key Encryption 93 Packet Second Key Encryption 94 Packet Third Key Encryption 97 Cancel to Login Window (Recommended) 100 Disable Multiple Windows (Experimental) 102 Fix Tetra Vortex When I tried to open the Hexed, it opens the setup like Forever. When I click Apply and Ok, it opens again and again... If someone knows what is going on, please help me Thank you
  17. I believe this Language error is your Lua and Lub files. Download the Lua and Lub files for your Hexed. You can download from here: http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/
  18. You sad you didn't have Force Send Client Hash Packet
  19. Post the Diffs you mark, please.
  20. The Cash Shop Button don't show. My Hexed is 2012-04-10 RagexeRE. Packets: //2012-04-10aRagexeRE packet_ver: 30 0x01fd,15,repairitem,2:4:6:7:9:11:13 0x089c,26,friendslistadd,2 0x0885,5,hommenu,2:4 0x0961,36,storagepassword,2:4:20 0x0288,-1,cashshopbuy,2:4:8:10 0x091c,26,partyinvite2,2 0x094b,19,wanttoconnection,2:6:10:14:18 0x0369,7,actionrequest,2:6 0x083c,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0945,-1,itemlistwindowselected,2:4:8:12 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0437,5,walktoxy,2 0x0886,6,ticksend,2 0x0871,5,changedir,2:4 0x0938,6,takeitem,2 0x0891,6,dropitem,2:4 0x086c,8,movetokafra,2:4 0x08a6,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x0889,6,getcharnamerequest,2 0x0884,6,solvecharname,2 0x08e6,4 0x08e7,10,bookingsearchreq,2:4:6:8:12 0x08e8,-1 0x08e9,2,bookingdelreq,0 0x08ea,4 0x08eb,39,bookingupdatereq,2 0x08ec,73 0x08ed,43 0x08ee,6 0x08ef,6,bookingignorereq,2 0x08f0,6 0x08f1,6,bookingjoinpartyreq,2 0x08f2,36 0x08f3,-1 0x08f4,6 0x08f5,-1,bookingsummonmember,2:4 0x08f6,22 0x08f7,3 0x08f8,7 0x08f9,6 0x08fa,6 0x08fb,6,bookingcanceljoinparty,2 0x0907,5,moveitem,2:4 0x0908,5 0x08d7,28,battlegroundreg,2:4 0x0977,14 //Monster HP Bar 0x0916,26,guildinvite2,2 0x091d,41,bookingregreq,2:4:6 0x08cb,10,ZC_PERSONAL_INFOMATION,2:4:6:8:10:11:13:15 //Still need further information There is Items in item_cash_db. Thanks for the attention
  21. Hey man. Unmark Force Send Client Hash Packet, diff your Hexed again and test it. Come back here with results.
  22. Sim. A menos que marque o Diff Disable 1rag1 & 1sak1. Mas não recomendo, pois é instavel.
×
×
  • Create New...