Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by sader1992

  1. sorry didn't see the coments up there look like @crazyarashi alrady did fix the script but the mob not spown ? try this for the mob new_zone01,0,0,0,0 monster Poring 1002,30,0,0,0 the spaces are tab
  2. i would do this but be inmind that i am not sure cuz i don't have the script with me
  3. then can you screenshot the terminal ? after doing @reloadscript
  4. i would go to the datebase and edit the map of the char to prontera do that and see if you still get the error if no then it's from the map
  5. then how you edit add new files ?
  6. plz post the script it self not screenshot (use the Code button when you post the script) this will make it faster and easier to fix
  7. you need to add more info and screenshots screenshot your terminal after login what the client you use what rathena version you use what the diff you did for your client what the .grf you use in your client show us the data.ini if you have one (i think the problem here)
  8. close the game open the setup (as administrator) and uncheck [Disable hardware-accelerated graphics] apply > ok open the game
  9. @hannicaldummy then you didn't disable the PACKET_OBFUSCATION when you diffed your client don't comment the two and use the correct packet keys i would say that the correct packet keys are already in the server if you didn't edit them if you don't know the keys you can use nemo or peek to extract them or you can if @Mikegyver made your client ask hem if he edit the keys and he may send them to you (i don't think he edit them or he would give them to you or add them him self to the server) the keys add in rathena\src\map\clif_obfuscation.h #elif PACKETVER == your_client_date packet_keys(0x2CC4749A,0x1FA954DC,0x72276857); ^likee that the client date will be already added you will need to edit the keys if they are not the same as your client if you still have the problem after that plz screen shot the error on the client and the terminal when you login
  10. @hannicaldummy you need to comment #define PACKET_OBFUSCATION too #define PACKET_OBFUSCATION == server side (if you didn't comment this you need to use the packet key or else you can't login the server) #define PACKET_OBFUSCATION_WARN == client side error window (if you didn't comment this line you will still can login the server but everytime you login you will see error) so you need to comment those 2 lines PS : you need to do this , that only if you disable the Packet Obfuscation when you diffed the client
  11. Version 3.1.0

    2207 downloads

    Note: it's recommended to not use All-In-One scripts like this one , it's better if you create a npc that does only what you want from it! Information: with this script you can add any item and any ore to enchant in exchange of zeny/items. read the configuration carefully the configuration start at line 238 to remove example: Armor you need to delete Armor and EQI_ARMOR if you want to remove the weapon tab you may want to remove the shield tab too etc I did plan to rewrite this script , however I backed out of it the script work the way it is I have no plan to rewrite it, and I am impressed by my self writing this script with too many config If I rewrite this now i would spend 99% of the time just preparing the new config , so i don't see any point of rewriting it yes the script could be written better , but it's not worth it. for any error contact me plz for faster update https://github.com/sader1992/sader_scripts
    Free
  12. packet_db.txt removed like 2 weeks ago and the packet_ver 54 now ignored i would really suggest you get the last rathena
  13. i think you can add it here data\LuaFiles514\Lua Files\SignBoardList.lub / lua
  14. i would suggest using the lastest rathena
  15. setarray .Rebirth[0],99,50; change it to setarray .Rebirth[0],100,50; and then no one can rebirth it's easy unless you your players can level to the level 100 (that not ganna happen if you didn't edit the level cap your self)
  16. bonus2 bAddClass,c,x; +x% physical damage against class c it increases the attack you get from the str not the weapon and items and other bonus so it's not 25% from your last dmg how it don't work ? 4140,Knight_Of_Abyss_Card,Abysmal Knight Card,6,20,,10,,,,,,,,2,,,,,{ bonus2 bAddClass,Class_Boss,25; },{},{} bonus2 bAddClass,Class_Boss,25; you can find it in your /rathena/db/re/item_db.txt
  17. it work only with physical attack no magic and only on bosses
  18. you don't need the item avail now everything good you will need to use the files in your client or add new files //in the iteminfo.lua so here unidentifiedResourceName = "사과", and here identifiedResourceName = "사과", the 사과 = the file name you may find the files in your data.grf the photo in the inventory 사과.bmp in data\texture\유저인터페이스\item\ and the photo when you right click on the item 사과.bmp in data\texture\유저인터페이스\collection\ you can use the photos that already in your client this 사과 is the files of the (apple) you can add your own files just add the icon in data\texture\유저인터페이스\item\ and the right click in data\texture\유저인터페이스\collection\ inside your grf they must be .bmp 24bit 75x100 for collection and .bmp 8bit 24x24 for item they must be the same name (you can name them in english) example: unidentifiedResourceName = "my_apple", identifiedResourceName = "my_apple", so in this case there must be in the grf data\texture\유저인터페이스\item\my_apple.bmp data\texture\유저인터페이스\collection\my_apple.bmp
  19. yes they must be the same and i say +35000 cuz if you see the item info it's already have +32000 item so be save and take from +35000 and more
  20. as long as you don't see @item failed = the error from the client side try different id (in the server&client side) cuz you maybe have this id in the client side for different item i would try something like 35000 and more
  21. you can use any editor you want but if you want to use Visual Code open it then select above File >> Preferences >> Settings then on the right side must be like this // Place your settings in this file to overwrite the default settings { "files.encoding": "utf8", "files.autoGuessEncoding": true } as the photo then click Ctrl + S to save the setting then restart Visual Code then open your iteminfo in it and edit
  22. try to use another editor like Visual Code use new iteminfo the one that don't work delete it and copy a new one
×
×
  • Create New...