Jump to content

Mirio

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by Mirio

  1. Hi, I'm try to find the REAL formula (pre-renewal) of spiral pierce but i can't find it. I try to debug the battle.c but i don't know how to find it. Anyone help me to find it? Thanks
  2. The problem is related by "Class" index, i change it to 7 and it work.
  3. No.. i've try to restart the server, the client and all deamon.. and not work.
  4. I try to switch to txt files but the problem still. when i try to equip it with super novice, this is the result: Anyone?
  5. Hi, How i can remove the class limitation items? I tried to change the sprint set to "All jobs" with "equip_job" to "4294967295" (Mysql) but it don't work. I find the value on another item (without limitation), for example Adventurer's Suit Any tips?
  6. Hi Radian, Nice and client side where i need to put the sprite files? Thanks
  7. Hi, I want to add new costume to my client, how i can do that? I've found some post but the link are broken or not valid for my client version. What is the directory to insert the files? How to reference it in iteminfo? Client version: 2015-11-04a Many thanks,
  8. Nice, thanks Radian
  9. Ah ok, how to get it?
  10. Thanks Techno, the view-id "107" is need to use for all costume? How i can see the code for others costume? i've checked on wiki but it now specified
  11. Hi, I add new custom item, i will show it in the equip but when try to equip it, it will not appear. ItemInfo.lua [50009] = { unidentifiedDisplayName = "Hat", unidentifiedResourceName = "캡", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Costume Bankruptcy of Heart", identifiedResourceName = "돈잃은자의마음", identifiedDescriptionName = { "Class:^6666CC Costume^000000", "Location:^6666CC Upper^000000", "Weight:^006600 0^000000", "Level Requirement:^006600 1^000000", "Jobs:^6666CC All classes^000000" }, slotCount = 0, ClassNum = 107 }, Item on db Client version: 2015-11-04a Any tips? Thanks
  12. Hi, I want to disable the message sent by server to the client every login (it will show the rates) This is not a motd, how i can disable it? Thanks
  13. The server is built with pre-renewal
  14. Oh sorry, wrogn section Any tips?
  15. @Shitbrix, Why i need to download the old izlude map? i import the new map using weemapcache too
  16. Hi Freya, I set on grf-files.txt the same grf file of the client
  17. Hi, I've install the new izlude map found on this site, install on client and it work properly BUT when i try to go there i found some warp in another position. i've try to download the map_cache.dat and edit it with wee*, save it and reupload on the server but not change. Try to upload the grf file and edit che grf-files.txt to load it but don't work. How i can fix it? Thanks
  18. Ok solved: the issue is related by "<passwordencrypt />" and "<passwordencrypt2 />". Thanks
  19. Mmh nope, this is the console log: [Status]: Request for connection (passwdenc mode) of Mirio (ip: 192.168.1.166) version=55 [Info]: Closed connection from '192.168.1.166'. I make this script for rebuild (based by wiki): #!/bin/bash make clean rm -rf build/* ./configure --enable-prere make server cd build cmake -G"Unix Makefiles" -DINSTALL_TO_SOURCE=ON .. make install Any other tips?
  20. Hi, When i try to connect to my server it return back "Rejected from server(3)" Spec Client version: 20151104 (not diffed with "disable obfuscation", i don't want disable it) clientinfo.xml <version>55</version> db/packet_db.txt packet_db_ver: 55 packet_keys_use: 0x4C17382A,0x7ED174C9,0x29961E4F src/common/mmo.h #ifndef PACKETVER #define PACKETVER 20151104 //#define PACKETVER 20120410 #endif Any tips ? Thanks
×
×
  • Create New...