• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

Cant pickup item

Newbie Spellweaver
Joined
Nov 6, 2006
Messages
13
Reaction score
0
Hi,

I can buy items to npc but i can't pick up them, why? :/
I try the command: /@put "name of item or code" nothing happen but with: /@get "name of item or code" i can see the item but i can't pick it.
What i need to do please :'(
 
My Hotuk:

Code:
//Server IP and Name

//*GAME_GUARD
*MODE SERVER
*SERVER_CODE 0
*SERVER_NAME SrPT
*VERSION 3096
*SERVER_AUTOPLAY
//*NOTICE_URL
*GAME_SERVER srPT 127.0.0.1 127.0.0.1 127.0.0.1
*AREA_SERVER  127.0.0.1 127.0.0.1 127.0.0.1
*LOGIN_SERVER_IP  127.0.0.1
*SYSTEM_IP  127.0.0.1
*ENABLE_CLAN  127.0.0.1 127.0.0.1
*CLAN_SERVER  127.0.0.1 127.0.0.1
*TT_DATA_SERVER
*SERVER_LINK_IP

//Server Settings

*MAX_USERS 20
//*CRAZY_PACKET
*ENABLE_PARTYITEM
//*PERMIT_MONEY 60
//*PERMIT_EXP 60
*ENABLE_SERVER_EXP 8000
*ENABLE_PK 1
*PK_FIELD 2
//*REC_ADMIN_CMD
//*DISABLE_THROWITEM
//*START_FIELD
//*DISABLE_QUEST
//*DISABLE_DEC_SKILLPOINT
*SERVER_RECORD_MEM
//*CLIENT_CHECK_FUNC 1
//*BLOCK_LEVEL 1
//*DISCONNECT_ITEM_ERROR 1
*CHECK_POTION_COUNT 10000
*CLIENT_CHECK_PROCESS_TIME 30
//*CLIENT_PROCESS_TIME_OUT
*ENABLE_CLAN

//Event's

//*EVENT_EXPUP 80
//*EVENT_POTION 30
*EVENT_BITMASK
//*EVENT_BLESSCASTLE
*EVENT_SUMMER_CHICKEN
*EVENT_SANTAGOBLIN
//*EVENT_GHOST
*EVENT_MOLLYWOLF
*EVENT_MORIFSHELTOM
*EVENT_WHITEDAY
*EVENT_VALENTINEDAY
*EVENT_NINEFOX
*EVENT_BABELHORN
*EVENT_PUZZLE
//*EVENT_BIRTHDAY
//*EVENT_STARPOINT
*EVENT_CRISTAL
//*EVENT_CHILD
*EVENT_DAMAGEOFF
*EVENT_HARDCORE
//*EVENT_MANDOO
*PK_FIELD 6 

//Server Protection

//*CONNECT_CLIENT_CODE 1065117298
//*DISCONNECT_CLIENT_BADCODE
//*CLSAFE_CODE -1374628258
//*DISCONNECT_CLSAFE_CODE

//Database Backup DIR

*BACKUP_FOLDER_NAME "c:\databasebackup"
*BACKUP_PATH "c:\databasebackup"

// [ Admin Stuff ] 

*REC_ADMIN_CMD

*DEBUG_ID Dak
*DEBUG_ID hoolyshit
*DEBUG_ID soudronic
*DEBUG_ID gmran
*DEBUG_IP  127.0.0.1
*DEBUG_IP  127.0.0.1
*DEBUG_IP  127.0.0.1
*DEBUG_IP  127.0.0.1

*ADMIN_IP 127.0.0.1
*ADMINISTRATOR_IP 127.0.0.1
*ADMIN_LOGIN    "Dak"
*ADMIN_NAME    "Dak"
*ADMIN_COMMAND    "1"
*ADMIN_COMMAND    "2"
*ADMIN_COMMAND    "3"

And if you can tell me how can i change the xp/drop/gold of my server :) (I tryed on this Hotuk but nothing change for the xp and for the gold/drop i have a .exe for but nothing change too)
 
*EVENT_EXPUP is the command for enabling higher exp rates. On the gold rate you have to edit the monster files directly (Almost all server files should come with that Gold and Drop rate changer by QuantumFusion)

Disable these lines:

*AREA_SERVER
*SERVER_LINK_IP
*TT_DATA_SERVER

Should give you a smoother time adjusting things
 
Back