Jump to content

redscoutyt2

Inactive Member
  • Posts

    50
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by redscoutyt2

  1. Hello guys! I'm looking for someone to code and position a new design (interface); I have the images and files (dds, tga, png); please contact me via PM with your price.
  2. Hey guys! Looking for someone who accepts and willing to do costume patcher request. It's a basic request, please send me a message we'll talk the details in private message.
  3. Hello! We're looking for a modeller who can remove or replace logo's from 2.11 granny files. Please send me a private message, and we'll talk about the price, we can pay you before the work of course.
  4. Hey guys! We’re looking for a modeller who can replace/remove or add logo’s to mounts, weapons, pets and armors. We will talk about the price later. Dm me!
  5. Hello guys I'm looking for the MakeTexts function from ui.py Can someone please send it to me? Thanks!
  6. Hi guys! I'd like to get some help, so my idea would be that, to create a function which checks, if the item has ANTIFLAG_GIVE on it, if it has, this function removes it for one trade and only for that item on that character who used that function on that item, after one trade, the antiflag will be on the item until they use this function again(I want to use this function with an item) (Just for clarification, if someones uses that function(with an item) it only turns off the antiflag for only that item on that character, not for the whole item on every character and for every piece of item with that vnum) So I have the antiflag checking part of the function, but I don't have an idea how could I remove that antiflag for one trade only, can anyone help? Thank you guys!
  7. Hi guys! I was trying to get values from mysql in quest, but I wasn't very successful with it, so I came here to get some help. I created a ,,petLevel" column in player.player table and I'd like to get the value in quest, of course the petLevel is different for each person, so I want to get the person petLevel who clicks on a pet. I tried something like this: local petLevel = mysql_direct_query("SELECT petLevel FROM player.player WHERE name = "..pc.get_name().." LIMIT 1;") But it says it's: 4294967295, the value in mysql is 4 I can't solve it, I tried a lot of method but it doesn't want to work for me. Thanks for the help!
  8. Hi guys I've tried to implement the Title system by VegaS but I have a problem. When I try to choose a title, it can be premium or normal title, the server drops me off to the login screen. The server is still running, I can connect back, but as soon as I choose a character, it drops me back to the login screen again. I have to restart the server to join back to the game. Could anyone help me? I don't have client, auth, ch syssers. Here's my title.cpp: [Hidden Content] Thanks for the help!
  9. Hi guys! Does anyone have a tutorial of how to update binary directx8 to directx9? I tried to take it from another binary which has it, but the armors were bugged only the weapons and buildings were good, thanks for the answers!
  10. @nazoxI did the db and sql part again, but it still doesnt work, after I restart the server it will show that I have 0 won, in sql it shows the right amount, and after I add or remove won from my character, it will show the right value from sql I don't know which part is wrong now
  11. @nazoxHi! Thanks for your answer, I dont have any problem with levels, i dont even have offline shop, I just have this problem where I restart the server and in my inventory it will show i have 0 won, but after I add or remove a won from my character it will show the right amount of won
  12. Hi! I have a little problem with this system: [Hidden Content] Almost everything works perfectly, but I have one little problem and I don't know if its python or source part. Exmaple: I have 800 won, I restart the server(stop it, then start it again) the mysql will save that I have 800 won but when I login to my character it shows I have 0 won. If I add or remove one won from my character with command, it will load the right amount of won from the mysql, example if I add one won to my character it will show 801 instead of 0. Can someome help me? Thanks for the answers!
  13. Hi everyone! Everything works fine, I only have one problem and I don't know where is the problem. Example: I have 800 won, I stop the server, the mysql saves the right amount of won, but when I start the server again, it says I have 0 won. If I add or remove won from my character it will show the good amount, I mean, it shows I have 0 won, I add 1 won to my character with command, and it will show 801 won Is this a Python problem?
  14. @Gurugu I have the first problem, the item doesn't work for me, it won't remove the transmutation, if anyone solved it, please help us
  15. Why do I get this error with gcc6, and c++11? error: 'shared_ptr' is not a member of 'std' in safebox.h Thanks for the answers
  16. @ ReFreshThank you, it was just an example. I wrote the quest like this, even before commenting here. I tried yours(even its the same as mine), its not working.
  17. Hi, i have 3 pages on 1 npc, i want to open them with quest, like: local select = select("First window", "Second window", "Third window") if select == 1 then npc.open_shop(5) setskin(NOWINDOW) if select == 2 then npc.open_shop(6) setskin(NOWINDOW) if select == 3 then npc.open_shop(7) setskin(NOWINDOW) But it always opens the first window, any solution?
×
×
  • 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.