Jump to content

Denny2399

Inactive Member
  • Posts

    119
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Denny2399

  1. The function was like this when I downloaded the client and so is in every client I tried to look into. It's part of the uiinventory.py where it checks if you can put item to destination item. I didn't edit this script in any way and should be then functional? But it's not. Even though I have a value of true it doesn't seem to work and numbers of attrCount don't change anything. I tried putting there elif with different value and return, still didn't succeed. It behaves like attrCount does nothing. I guess the function is incomplete as you say. Also, there should be true in my opinion as well if attrCount<4: return True else: return False Did not work.
  2. You made new const for it right? Can you point me to how to do that too please? I would like to make one for normal bonus checking and 6/7 bonus checking.
  3. I don't understand python much, but it should be here: The variable is only present in the definition
  4. Should I use ATTRIBUTE_SLOT_MAX_NUM instead?
  5. Well I've checked multiple roots with uiinventory script an there is the same code, can't find that constant anywhere too. Where can I find out what it returns?
  6. Hello, Can anyone experienced help me out a little with this piece of code? It should consider number of bonuses when adding new, but it doesn't. Maybe the function attrcount is wrongly defined? The define checks if you can add bonus into an item and highlights with red or green.
  7. Got it all, I updated a define a little bit and added one for special bonuses. Thanks for help anyway. #closed
  8. 1. mysql -u root -p 2. create user 'root'@'localhost' identified by 'password you wish'; 3. grant all privileges on *.* to 'root'@'localhost' identified by 'same pass' with grant option; 4. flush privileges; 5. exit You can also create a completely new user where you put instead of 'root@'localhost' - 'user'@'%'. Don't forget to add privileges. Now you should be able to connect from your MySQL client to the server using IP of the virtual machine, chosen username and password. If you need further assistance send me a DM. Regards.
  9. Hello, I've recently downloaded game files with source and when I want to add bonus, the item highlights in red, but it should be green, because I can add it. Does anyone know where to look to change this?
  10. Using mainline? Can you tell me how did you open it etc.?
  11. Hello guys, I've recently downloaded mainline source(client and server). Client is on v90(vs 2008) tool set, which is quite old and I'm interested in updating to atleast v120(vs 2013). Is there any way to do it?
  12. Hey, sorry for a late response, I was busy. We can surely figure this out through skype, just pm me your nick
  13. Not a problem buddy, everyone has to start somewhere. Well most of the people are using 40k these days and someone told me that vanilla core is bad(no offense). But that's an opinion. Also vanilla doesn't have makefiles done, so it is a bit complex to compile.(I didn't succeed so imagine how much I know about these things xd) I would start with: Fliege Files "Reworked" Those are fliege's files, they say they are clean and I think 60k version(not sure) - I'm now testing them out too. But he has vdi ready to compile there.. you can just load that up and if you change something there and compile you can easily move it to your game folder and replace current game/db.. Your game can be on newer version of fbsd and you just move those files from one system to another. Lunia-Network files are also nice, but I've found some faults like some systems were not implemented fully.
  14. Unfortunately, there are not many tutorials like that. Lycan can be easily disabled in any source. There are leaked sources from Ymir/Webzen somewhere on the internet and people build upon them or build their own sources from scratch(What is complicated to me as well to understand how). Basically, source uses C++ scripting language on both sides - Like Serverside, so is Clientside. On side of the server, you compile it to 2 binaries(database and game) - Which you can find usually /usr/home/game or /usr/home/database - but you can put them anywhere you want(Don't forget to link them in your starting script of the server) On side of the client, it's only the .exe file as far as I know. People are trying to have the newest one version(which is not necessarily better than the older one) but to implement new stuff you need a new core too. Python is more like the surface of the client - position of the graphics etc.(I may not be right if so correct me, please) Also, there is language called LUA for quests. I hope I pointed some major things you asked and wish you good luck on your journey. Also If anyone wants to add something more, I would be glad, because I'm interested in it too.
  15. Hello, I'm searching for "full" & "fixed" belt system like this one: [Hidden Content] If anyone doesn't mind to share it, thanks in advance. (Sorry for not posting this into file requests, no one seems to read those)
  16. Hello Guys or Girls. I would like to know, if anyone can create new subtype and tell me how to do it. I would really appreciate your help. Kind Regards.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.