Jump to content

sader1992

Content Moderator
  • Posts

    1676
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by sader1992

  1. if you go to map and your client stop working before the map load then there is something wrong with your files first check for the map in your grf/data files if you don't have the map get it put it in your data and everything should work if you don't map then check for your first resnametable.txt << (and the map is duplicate from other map) the first readable resnametable so it's in your data folder if not >> in your first grf if not > in your 2nd grf etc if the map are a duplicate then the wrong in this file the duplicated maps must be in the first resnametable
  2. any client can use Pincode any client less then 2015 have the Old Character Creation
  3. i think google is your first option to set up the system && the network then you can use any guide to run rathena ? you will find alot
  4. good you fixed it and you may find this helpful for you https://github.com/rathena/rathena/blob/b275412bcc1251a1c9214b8cdafdf40323c2b0f7/doc/script_commands.txt#L8028
  5. DirectX End-User Runtimes (June 2010) Microsoft Visual C++ 2008 Redistributable Package (x86) Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) Microsoft Visual C++ 2010 Redistributable Package (x86) .Net Framework 3.5
  6. that's depend on the way you get rathena with https://github.com/rathena/rathena if you know how github work it's git pull it's better to get the last rathena then update it if you didn't use github when you downloaded rathena then you can't git the updates first make sure what rathena version you have if you don't know then search for this file rathena\db\packet_db.txt do you have this file ? if you don't search for rathena\src\map\clif_shuffle.h do you have this file ? if you have clif_shuffle.h then i think you are good to go no need for new rathena to make the exe work if you have packet_db.txt and you get rathena from github then you can pull the updates if you don't then i would suggest you get last version from rathena
  7. and script side as i know cuz you want to use the castle for something
  8. i am not good in web development but let's say it's true he can also delete all the variables for that account too and also flux wont give the account id to a new account it <<(i don't know what but that tested in every server i made[not sure if flux side or rathena side]) so even if he didn't delete the variables no one will get them if they made new account cuz they can't get the same id (unless it added in the database manualy)
  9. there is no problem deleting accounts that didn't login even once no char or items connected to the account
  10. i didn't get the question +.+ but as i know that RagexeRE is without cashshop button by default so nemo is the helper here and for the hot key by default there is no hotkey for the cash shop but you can add one data\luafiles514\lua files\hotkey.lub by default the cash shop is [37] = { EXE = MsgStrID.MSI_HK_CASHSHOPWND }, = no key (the keys number can be found up this file) example: [37] = { EXE = MsgStrID.MSI_HK_CASHSHOPWND, KEY1 = 67 }, the key 67 = C if you edit the hotkey.lub like that in game now you can use C to open the cash shop to add 2 hotkeys it's like that [37] = { EXE = MsgStrID.MSI_HK_CASHSHOPWND, KEY1 = 67, KEY2 = 18 }, this ^ = alt and C to open the cash shop
  11. *setcell "<map name>",<x1>,<y1>,<x2>,<y2>,<type>,<flag>; export_constant(CELL_SHOOTABLE); try this (didn't test this) setcell "prontera",0,0,100,100,CELL_SHOOTABLE,1;
  12. yes file not found @Akkarin
  13. plz open new post with all the info of your problem to get help faster
  14. you already did a video you should make it for more then 1 npc in the normal stat i will ask you to but the script for this npc to let us check it (the npc in the video) i would also ask you what version you use from rathena (hash) what happen in the terminal when you talk to the npc ? renewal / pre-renewal ? client side exe version ? what npcs you have this problem in ? if there is many (else then the one in the video) link the npcs you have the problem in ? and check this
  15. if you have old rathena i would suggest you upgrade your rathena cuz you would need alot of edits and if you have the lastest rathena there is no need to edit the files anymore they already add support for the client so you can use it just by editing your #define PACKETVER 20170517
  16. query_sql( "SELECT `clothes_color` FROM `char` WHERE `char_id` = '"+.@charid+"'",clothesc ); this line save the value of the color in a char variable (clothesc) this mean that if the color value 5 clothesc will also be 5 and now you can call clothesc without sql cuz it's a variable by just typing it so if after you call the func SaveClothes and the cloth color was 23 if you but npc say mes clothesc; the npc will say 23 and in the unequip you are setting the color to clothesc value so it will be 23 if you call the sql line in equip again in unequip that what will happen you are setting clothesc to the color value (let's say 23) when equip then the style change and the color for the new style will be 0 and when unequip the sql will be called again and will save clothesc color as 0 from the new style and remove the old value from it and you will end up with the color 0 after unequip
  17. I have to say this gives me an idea XD but yah good idea if rAthena did it officially cuz even if i done with it ,there is things that i can't do like reading the map_cache.dat
×
×
  • Create New...