

xDiiZeRx
Member-
Content Count
160 -
Joined
-
Last visited
Community Reputation
4 NeutralAbout xDiiZeRx

-
Rank
Friendly
Informations
-
Gender
Male
Skills
-
Mapping
Beginner
Recent Profile Visitors
746 profile views
-
Thank you man! I'm thankful!
-
xDiiZeRx started following <Question> Removing an item from each member of a party, Shop system c++, Refine_proto c++ and 6 others
-
Hello Devs! I search this system. I would need one where I can give more items. https://imgur.com/swHHjpe
-
Hi guys! How can I expand the refine proto? vnum4, count4 does not work. Thanks for the helping!
-
Yes, auth is running. The character exchange then throws out as I would enter.
-
There is no error. And yes, the channel is running.
-
I also tried rewriting it, not good.
-
Version of Files : XXX WELCOME! I made 1 new channel (game98) but not 100% working. I can teleport to the channel, from another channel. However, if I log out of this channel, I cannot log in. Can anyone help me? Config file: HOSTNAME: channel98 CHANNEL: 98 PORT: 13098 P2P_PORT: 13098 DB_PORT: 15000 DB_ADDR: localhost MAP_ALLOW: 1 21 41 3 23 43 TABLE_POSTFIX: ITEM_ID_RANGE: 900000001 1000000000 PASSES_PER_SEC: 25 SAVE_EVENT_SECOND_CYCLE: 180 PING_EVENT_SECOND_CYCLE: 180 PLAYER_SQL: localhost mt2 [email protected]# player COMMON_SQL: localhost mt2 [email protected]# common LOG_SQL: l
-
Yes, i know. But i need it.
-
Hi! I search this panel. https://gyazo.com/66ec080d1b7c136fb7384ca9169a5b47
-
The Fix: Dont use Turkey, or Romanish serverfile
-
Hey! I search a hack protection. Mostly against lalaker1, m2bob, dll inject, etc. Of course, I cover all costs. I need something that is not licensed. Discord: uhhhhgf#4760
-
bump
-
1: Number 2: Item ID 3: Quantity 4: Percent 5: Nothing.
-
I have an issue about the quest window panel, if I open one from an npc, I can't click after the teleport if the window is opened at the moment of the teleport. But if I open one from the quest list (left on the screen) it won't get bugged. I create a new quest board, in ui.py. class QuestBoard(Window): CORNER_WIDTH = 64 CORNER_HEIGHT = 64 LINE_WIDTH = 64 LINE_HEIGHT = 64 BASE_WIDTH = 64 BASE_HEIGHT = 64 BOARD_COLOR = grp.GenerateColor(0.0, 0.0, 0.0, 0.8) LT = 0 LB = 1 RT = 2 RB = 3 L = 0 R = 1 T = 2 B = 3 def __init__(self, layer = "UI"): Window.__init
-
open <Question> Removing an item from each member of a party
xDiiZeRx posted a question in Questions & Answers
Hi - I've created a new dungeon etc which requires a ticket to enter, it's easy to sort this for an individual player so he pays the ticket then enters etc but i've gotten stuck on how to do it for each individual member of a group. Can someone help me? I need a c++ function. Thanks.