Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by sader1992

  1. i made the items my self and the items work but (( in roulette )) unknown item + i made a issue here https://github.com/rathena/rathena/issues/768
  2. feeding pet make the exe stop working roulette system showing the item that not Official in kro as Unknown item can't diff the exe without SSO Login Packet cuz it will crash on login and adoption not work ^^^^^^^^ those all the errors in 22-10-2014
  3. 2014-10-22 crach on feeding pets a crash happens when feeding pets exe stopped working after I click "feed" the exe stops working when I reopen the game the pet is feed successfully How can I fix this problem ?
  4. File Name: halloween map File Submitter: sader1992 File Submitted: 30 Oct 2015 File Category: Maps & Textures i made this map for the halloween for my server skyro it's not a Great map but i made it for what i need to... so, if someone want it there is it it's big map i made it like that to put two MVPs there and so many monsters include this file : .rsw ,.gnd ,.gat ,.extra ,.bmp (minimap) files Enjoy! Click here to download this file NOTE : i upload it here one week age but look like they are sleep to accept it ~~ the download link from herc
  5. average_lv on the guild sql the average_lv is the Average level of the guild members you can control that like if there 10 members 5 = 250 and 5 = 200 the Average will be 225 i don't if there is another way to set it and i don't think there is way to set the guild members number
  6. this with guild level prontera,154,95,4 script test 50,{ query_sql "SELECT `guild_lv` FROM `guild` WHERE `guild_id`="+getcharid(2)+"",@glvl; if(@glvl == 50 ){ if( !#GuildPackage3 ){ set #GuildPackage3,1; getitem 512,10; }else{ mes "You can't get it twice!"; } close; }else{ mes"your guild level too low"; close; } } getitem item,amount; getitem item,amount; getitem item,amount; getitem item,amount; you can do this script with any and more then one from the guild sql name char_id master guild_lv connect_member max_member average_lv exp next_exp skill_point mes1 mes2 emblem_len emblem_id emblem_data just edit this like the Example on connect_member query_sql "SELECT `guild_lv`,`connect_member` FROM `guild` WHERE `guild_id`="+getcharid(2)+"",@glvl,@cmember; and edit the if if(@glvl == 50 || @cmember == 10 ) i hope i helped you
  7. 400 downloads

    i made this map for the halloween for my server skyro it's not a Great map but i made it for what i need to... so, if someone want it there is it it's big map i made it like that to put two MVPs there and so many monsters include this file : .rsw ,.gnd ,.gat ,.extra ,.bmp (minimap) files Enjoy!
    Free
  8. i don't think so but i think but (i never test it) i think on diff you can check this Enable Multiple GRF - Embedded instead of Enable Multiple GRF (Recommended) i think it's make the exe read the GRFs you want without DATA.ini ######## Enable Multiple GRF v2 ######## //$inpMultGRF, XTYPE_FILE, /path/to/INI/file
  9. conf/battle/client.conf packet_ver_flag: 0x7FFFFFFF packet_ver_flag2: 0x7FFFFFFF conf/login_athena.conf check_client_version: no db/packet_db.txt packet_db_ver: default packet_keys_use: default packet_ver: 38 packet_keys: 0x646E08D9,0x5F153AB5,0x61B509B5 // or your packet keys on diff do not load your packet keys !! write them Manual !! ............................ first playable account the id must be 2000000 or more! M or F not S the account id 1 is S for conf/char_athena.conf // Server Communication username and password. userid: username passwd: password and conf/map_athena.conf // Interserver communication passwords, set in account.txt (or equiv.) userid: username passwd: password and it's not playable ........................ src/common/mmo.h #define PACKETVER 20130605 use 2013-06-05Ragexe.exe for the 38!
  10. try the bmp in here http://www.mediafire.com/download/ffcxs7r86iexyx5/data_v4.0.rar or the item info from here https://raw.githubusercontent.com/ROClientSide/Translation/master/System/itemInfo.lua
  11. edit it in rathena\db\pre-re\item_db.txt or rathena\db\re\item_db.txt or do what ^she said
  12. try this try it like it's and if it work edit it
  13. do not Disable it !!! diff to first key 0x7E241DE0 Second key 0x5E805580 3rd key 0x3D807D80 [status]: Packet Obfuscation: Enabled. Keys: 0x7E241DE0, 0x5E805580, 0x3D807D80 + no error ?? [info]: Attempt to connect to login-server... [status]: Connecting to <WAN_IP>:6900 [status]: Connected to login-server (connection #5). [status]: Awaiting maps from map-server. must be like this after those^ [status]: Map-Server 0 connected: 1215 maps, from IP ***.***.***.*** port 5121. [status]: Map-server 0 loading complete. and char_athena.conf login_ip: localhost or 127.0.0.1 //bind_ip: <WAN_IP>XXX char_ip: <WAN_IP> or your server ip etc your Internet ip map_athena.conf char_ip: localhost or 127.0.0.1 //bind_ip: <WAN_IP>XXX map_ip: <WAN_IP> or your server ip etc your Internet ip and check the port and copy the console after your login try!!
  14. adoption not work (there is no adopt option in the right click menu) i use 2014-02-05bRagexe is there and fixes? or something else i can do like npc etc .. ?
  15. hello cant i do this? vend_zone mapflag novending - script Vending_allow -1,{ end; OnInit: setcell "vend_zone",104,86,104,86,cell_novending,0; end; } i do like that and it not work~ i want to chose the blocks that i want to allow the vending on it not that i don't want to allow on it cuz the map is big i cant type every block i don't want to allow on it~ Fixed //vend_zone mapflag novending - script Vending_allow -1,{ end; OnInit: setcell "vend_zone",54,54,145,145,cell_novending,1; setcell "vend_zone",104,86,104,86,cell_novending,0; end; } i set all the map useing (cell_novending 1) and remove (vend_zone mapflag novending) Fixed
  16. Thank you it's work Perfect Solved
  17. get the Official Job Master and in the Menu delete the job IDs you don't want in it from here case 0: Job_Menu(1,2,3,4,5,6,23,4046,24,25); case 4001: Job_Menu(4002,4003,4004,4005,4006,4007); case 4023: Job_Menu(4024,4025,4026,4027,4028,4029,4045);
  18. like this - script update points -,{ OnPCLoginEvent: query_sql( "SELECT `account_id`,`value` FROM `global_reg_value` ",.@iduser,.@valueuser ); .idus = .@iduser; .valueus = .@valueuser; query_sql("UPDATE `acc_reg_num` SET account_id = '"+.idus+"', key = #CASHPOINTS, value = (value + '"+.valueus+"')"); query_sql("UPDATE `global_reg_value` SET account_id = 0, key = 0, value = 0"); end; } but there is error~ anyone?
  19. hello i want to make script copy from table to table OnTimer10000: copy the account_id + str + value from global_reg_value and delete them and make chg in acc_reg_num edit on the account_id str = key value = {value(global_reg_value)+value(acc_reg_num)} or set (global_reg_value)account_id = playeracc set (global_reg_value)value = pointsupdate atcommand"#CASHPOINTS "+playeracc" "+pointsupdate; and delete the line in the table or set value(global_reg_value) = 0 Is this possible?
  20. hello i need old morroc NPCs and Warps and moc_castle old izlude and payon NPCs someone have it >.>?
  21. try it too many is there other program?
  22. Thank you very much, I did not know that this program can work with phpmyadmin i am try to connect but i get this the Password is not a mistake, and I've tried a lot
  23. thank you Conflicts i have edit my post he wants me to upload/edit same script to the server database and he know nothing in database any one can help me?
  24. I do not know a lot about databases But I know how to make/edit/repair script My friend has a server and he wants me to upload/edit same script to the server database and he know nothing in database And is he no longer trust the experts because of an incident that occurred in the last period And I really want to help him Is it one tell me where can i find ,how upload ,how can i edit script in the database I would be very thankful to that my friend server in php my admin Please. any one can guide me?
×
×
  • Create New...