-
Content Count
24 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout CristianDragan

-
Rank
Neutral
- Birthday December 26
Informations
-
Nationality
Romanian
-
Gender
Male
-
Location
Romania
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
open Small bug - private shop
CristianDragan replied to CristianDragan's question in Questions & Answers
Syserr it's empty- 7 replies
-
- privateshop
- shop
-
(and 2 more)
Tagged with:
-
open Small bug - private shop
CristianDragan replied to CristianDragan's question in Questions & Answers
Tried something, but got the same thing. I can see the name, but it's from another item. And the price that's showing it's 0. I don't remember if it's correctly or not, but it's showing the price on top of the name, description, etc.- 7 replies
-
- privateshop
- shop
-
(and 2 more)
Tagged with:
-
open Small bug - private shop
CristianDragan replied to CristianDragan's question in Questions & Answers
Sure, thank you for your time. uitooltip.py: https://pastebin.com/kbk98TKk- 7 replies
-
- privateshop
- shop
-
(and 2 more)
Tagged with:
-
CristianDragan started following The map looks good on laptop, but not on PC, Small bug - private shop, Channel Status Update | Player Count and 2 others
-
1. Description of the problem/Question: You can see the problem in the video. It's a short one. I tried something, I could see the name, but the name of another item from inventory, and without the price that I set to it. Maybe it's from the source... I don't know. I compared the function def OnOverInItem(self, slotIndex) with another ones from another clients and I didn't find something new... uiprivateshopbuilder.py: https://pastebin.com/zTnQgfLy 2. SysErr (Client/Server) / SysLog (Server) Empty 3. How to reproduce it? You can se
- 7 replies
-
- privateshop
- shop
-
(and 2 more)
Tagged with:
-
ClientManager.cpp: In member function 'void CClientManager::UpdateChannelStatus(TChannelStatus*)': ClientManager.cpp:4326:30: error: 'TChannelStatus' has no member named 'player_count' it->second.second = pData->player_count; ClientManager.cpp:4329:80: error: 'TChannelStatus' has no member named 'player_count' m_mChannelStatus.emplace(pData->nPort, std::make_pair(pData>bStatus, pData->player_count)); Thanks in advance EDIT: Solved the errors, but: and it changes (1 player logged in) EDIT2: Solved.
-
I tried your method few minutes ago, and I get " need more than 1 value to unpack " at " (accountName, accountPassword) = content.split(':') ". Thank you in advance. Shouldn't be like (accountName, accountPassword) = content.split('Value1', 'Value2'') ?
-
Mulțumesc frumos! Apreciez! Thank you!
-
Somebody?
-
@VegaS™ Salut! Am o mică problemă cu sistemul. Sper că mă poţi ajuta. Totul funcţionează, dar dacă nu selectez un cont din listă, şi folosesc butonul de autentificare în loc de enter, primesc https://pastebin.com/raw/XSv9k8Fz în syserr. intrologin.py: https://pastebin.com/kKuYbCJd Hi! I have a small problem. Hope that you can help me. Everything works, but if I'm not selecting any account from the list and I use the login button instead of enter, I get https://pastebin.com/raw/XSv9k8Fz in syserr. intrologin.py: https://pastebin.com/kKuYbCJd Mulţumes
-
open How to add a restriction to speed shoes
CristianDragan replied to CristianDragan's question in Questions & Answers
Tried with your latest edit, and I get this error when compiling : char_item.cpp: In member function 'bool CHARACTER::CanEquipNow(CItem*, const TItemPos&, const TItemPos&)': char_item.cpp:7768: error: argument of type 'DWORD (CItem::)()const' does not match 'DWORD' Line 7768: if (isSpeedShoe(item->GetVnum)) You forgot to add an "(" near Vnum and one at the end if (isSpeedShoe(item->GetVnum())) Now it's working. Thank you. -
open How to add a restriction to speed shoes
CristianDragan replied to CristianDragan's question in Questions & Answers
Solved. Thank you so much for your time and code ? -
open How to add a restriction to speed shoes
CristianDragan posted a question in Questions & Answers
Version of Files : XXX 1. Description of the problem / Question : I installed three pair of speed shoes on my server, and I want to know how to make an restriction when trying to equip a second pair of shoes, with that error message: "You cannot equip this item twice." I already tried something in item.cpp : else if (GetType() == ITEM_UNIQUE) { if (ch->GetWear(SPEED_SHOES)) return SPEED_SHOES2; else return SPEED_SHOES; else return SPEED_SHOES3; } but when I'm tr -
solved The map looks good on laptop, but not on PC
CristianDragan replied to CristianDragan's question in Solved
Solved by itself, but I don't know how, because I didn't modified anything since last night ? Thanks anyway.- 4 replies
-
- lair
- visual bug
-
(and 2 more)
Tagged with:
-
solved The map looks good on laptop, but not on PC
CristianDragan replied to CristianDragan's question in Solved
Yes, I have it on D.- 4 replies
-
- lair
- visual bug
-
(and 2 more)
Tagged with:
-
Version of Files : XXX 1. Description of the problem / Question : The map looks good on laptop, but not on PC 2. SysErr ( Client / Server ) / SysLog ( Server ) EMPTY 3. How to reproduce it ? - 4. Screenshots ? On PC: On laptop: Screenshots are taken at the same time, at the same resolutions *1280x768. Does anyone know a solution? And especially, how is this possible? Thanks, Sincerly, [[ Cristian ]]
- 4 replies
-
- lair
- visual bug
-
(and 2 more)
Tagged with: