Jump to content

Lord Ganja

Members
  • Posts

    444
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Lord Ganja

  1. oh, didn't notice it. thanks for this information. But, is it possible to be unequip when the player enters the restricted map and cannot be equipped on the restricted map? if i am not mistaken...the item that listed inside item_equip.txt will be auto stripped off when entering these restricted maps. No, they are not stripped. Instead they're effects we're disabled. is it still possible to return back the old system of this? wherein item are unequipped when entering the restricted map? Hello Clydelion, is it still possible to return back the old system of this? wherein item are unequipped when entering the restricted map?
  2. Hello, can anyone help me in src mod so that those equipments listed in the item_noequip.txt will be unequipped and cannot be equipped anymore when inside the restricted map. http://rathena.org/board/topic/80937-item-noequip-not-working-on-equipments-only-usable-item-help/ Thanks!
  3. oh, didn't notice it. thanks for this information. But, is it possible to be unequip when the player enters the restricted map and cannot be equipped on the restricted map?
  4. Hello. I got a problem about the item_noequip.txt. It only disables the consumable items listed on the item_noequip.txt but it doesn't restrict/remove/unequip the equipments listed in it. this is in my item_noequip.txt: //Zone 1 601,32 //Fly Wing 605,32 //Anodyne 506,32 //Green Potion 525,32 //Panacea 607,32 // Ygg berry 608,32 // Ygg seed 14524,32 // FS 2383,32 //Bryn 2541,32 //Asprika 2410,32 //Sleipnir Here's my mapflag: prontera<tab>mapflag<tab>restricted<tab>1 Based from those, I tried using the consumables at prontera and they can't be used. While the equipments can be equipped at prontera. I also tried removing the consumables at item_noequip.txt and after removing they can be used already. The only problem is about the equipments. It's like the script can't trigger them.. any help please. thanks in advance! EDIT: It's working fine and the effect is not working in the restricted map. But, is it possible to be unequip when the player enters the restricted map and cannot be equipped in the restricted map?
  5. Thanks malufett. It worked! For the solution, I look for Folder Options> View Tab> Show Hidden Folders and Files.
  6. Can't apply the patch to rathena r17227 Help me please. Here's the link : http://rathena.org/board/topic/80933-atcommandc-errors-after-patching-afk-command/
  7. I did. but still, there are still blue question mark on my desktop icons.
  8. Hello. I just want to ask for a solution for my problem. After I patched @afk_mod_v1.2_rAthena from this link : http://rathena.org/board/topic/71389-afk-with-afk-hat/ I got errors after I recompiled my files. Here are the errors during recompilation: Here's my atcommand.c: Thanks in advance! BTW, I am using the latest revision of the rathena. r17227 EDIT: SOLUTION : http://rathena.org/board/topic/80732-afk-error-after-update-svn/
  9. Hello. I was about to download only the atcommand.c from the trunk folder. Then I suddenly put its location folder to my desktop using SVN CHECKOUT. Now the problem is, after using the svn checkout. all of my desktop icons got a blue question mark in it. Is there any way to remove those? Sorry for asking this. It is my bad that it turns out this way. but I really wanna remove those blue question mark on my desktop icons. Help me please. Thanks in advance!
  10. inside trunk/db/item_delay.txt remove or comment out this line 607,5000 // Yggdrasil_Berry change the item type. 13517,Yggdrasilberry_Box,Yggdrasil Berry Box,0,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 607,3; },{},{} trunk/doc/item_db.txt Thanks for this Emistry! problem solved!
  11. damn! I was looking for item_delay.txt at db/pre-re. Thanks for this naan! Btw, do you have any idea about the msg box?
  12. Hello. I got 2 problems to be solved. Please help me if you know how to fix these things. 1st, how can I remove the item delays? I tried consuming Ygg Berry (item # 607) and this msg appeared in the chat box: 'Item failed. [Yggdrasil Berry] is cooling down. wait X seconds. I haven't tried the other consumable items if they have a delay. But maybe I can manage to fix the others if I could find a way to solve this. 2nd, How do I remove the msg box that appeared during I open(double-clicked) a box. for example, Yggdrasil Berry Box. View this image to see the box the appeared. What I wanted here is, when I double-clicked the box, the items will instantly went to inventory. In short, no more MSG BOX that will appear. Thanks in advance! EDIT: For the # 1 problem. I already edited the thing inside trunk/conf/battle/items.conf // How much time must pass between item uses? // Only affects the delay between using items, prevents healing item abuse. Recommended ~500 ms // On officials this is 0, but it's set to 100ms as a measure against bots/macros. item_use_interval: 100 So this should only be 1second. Not 5 seconds.
  13. Hello Emistry, I tried the link that you posted. but it always says 'Error: unsupported image format'. Here's my Image Details: Dimension: 1024 x 768 Width: 1024 pixels Height: 768 pixels Bit Depth: 24 Item Type: Bitmap image Size: 2.25 MB accepted images: JPG, PNG Thanks to all of you. It all worked now!
  14. Hello Emistry, I tried the link that you posted. but it always says 'Error: unsupported image format'. Here's my Image Details: Dimension: 1024 x 768 Width: 1024 pixels Height: 768 pixels Bit Depth: 24 Item Type: Bitmap image Size: 2.25 MB
  15. I tried disabling it. But still the same (default) background appeared. any other ideas? BTW, thank you for your reply.
  16. THANKS FOR THIS! SlashGeeGee I still need to know the solution for the first one. hehe
  17. Hello. I'm using the client 2012-04-12 and there's a quite few questions that i'd like to be answered. And I badly needed your help. FIRST, when I diffed my client I checked the 'Enforce Official Login Background' and 'Only First Login Background'. then I put my custom Login Background at data\texture\À¯ÀúÀÎÅÍÆäÀ̽º with the filenames t_¹è°æ1-1 up to t_¹è°æ3-4. Now the problem is, after building my grf. My custom login background doesn't show. Instead this one appears to be the login background another one is, I also made a custom Login Interface and I put it in it here: data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\login_interface. Now the problem is, my Character Select Background named 'win_select' and the Make Character Background named 'win_make' doesn't appear. The one that appeared is the default one. Do you have any idea why is it that these files aren't showing? SECOND, everytime I logged in, there's always this thing that asks for a password. I wanted to remove this or modify if possible. but I don't know where to modify it. Here's its screenshot: THANKS IN ADVANCE!
  18. I did edit something before I update it to the latest revision. I can't remember what did I changed, but it doesn't have errors before after recompiling them and it's working fine. Before I update it, I didn't edit anything, and it's still working fine. But during the updates there are conflicts. After having a conflict, I used the SVN Resolved. Then the conflicts are resolved. But after that, errors appeared when I compiled them.
  19. Hello rathena, please help me with these. I updated my rathena to the latest revision then I got errors when I recompile my files. Here's the errors after recompiling: 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\atcommand.c(1916): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1> battleground.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> buyingstore.c 1>c:\users\user\desktop\svn\src\map\battle.c(1276): error C2065: 'MOBID_BLUE_CRYST' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\battle.c(1276): error C2065: 'MOBID_PINK_CRYST' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\battle.c(1323): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\battle.c(1338): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\battle.c(3454): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\battle.c(4701): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\battle.c(5337): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\battle.c(5362): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1> chat.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> chrif.c 1> clif.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> date.c 1> duel.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> elemental.c 1> guild.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> intif.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> itemdb.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> log.c 1> mail.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> map.c 1> mapreg_sql.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> homunculus.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> instance.c 1> mercenary.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> mob.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\mob.c(483): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\mob.c(594): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\mob.c(2549): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\mob.c(2671): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\mob.c(2741): error C2065: 'MOBID_TREAS01' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\mob.c(2741): error C2065: 'MOBID_TREAS40' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\mob.c(2741): error C2065: 'MOBID_TREAS41' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\mob.c(2741): error C2065: 'MOBID_TREAS49' : undeclared identifier 1> npc.c 1> npc_chat.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> party.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> path.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> pc.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\pc.c(4574): error C2065: 'MOBID_TREAS01' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\pc.c(4574): error C2065: 'MOBID_TREAS40' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\pc.c(4574): error C2065: 'MOBID_TREAS41' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\pc.c(4574): error C2065: 'MOBID_TREAS49' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\pc.c(4648): error C2065: 'MOBID_TREAS01' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\pc.c(4648): error C2065: 'MOBID_TREAS40' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\pc.c(4648): error C2065: 'MOBID_TREAS41' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\pc.c(4648): error C2065: 'MOBID_TREAS49' : undeclared identifier 1> pc_groups.c 1> pet.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> quest.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> script.c 1> searchstore.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> skill.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 2> login-server_sql.vcxproj -> C:\Users\User\Desktop\SVN\vcproj-10\..\login-server_sql.exe 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\skill.c(2098): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(2931): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(4816): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(4816): error C2065: 'MOBID_BARRICADE2' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(4816): error C2065: 'MOBID_FOOD_STOR' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(4816): error C2065: 'MOBID_PINK_CRYST' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(6034): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(6217): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(7009): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(7009): error C2065: 'MOBID_BARRICADE1' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(7009): error C2065: 'MOBID_GUARIDAN_STONE2' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(7081): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(7081): error C2065: 'MOBID_BARRICADE2' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(7081): error C2065: 'MOBID_FOOD_STOR' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(7081): error C2065: 'MOBID_PINK_CRYST' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(8089): error C2065: 'MOBID_SILVERSNIPER' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(8089): error C2065: 'MOBID_MAGICDECOY_WIND' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(9250): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(11374): error C2065: 'MOBID_BARRICADE2' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(11374): error C2065: 'MOBID_FOOD_STOR' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(11374): error C2065: 'MOBID_PINK_CRYST' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(13015): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(13015): error C2065: 'MOBID_GUARIDAN_STONE1' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\skill.c(13015): error C2065: 'MOBID_GUARIDAN_STONE2' : undeclared identifier 1> status.c 1>c:\users\user\desktop\svn\src\map\script.c(11071): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1> storage.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 3>------ Rebuild All started: Project: char-server_sql, Configuration: Debug Win32 ------ 1>c:\users\user\desktop\svn\src\map\status.c(1998): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\status.c(2116): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\status.c(2129): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\status.c(6465): error C2065: 'MOBID_EMPERIUM' : undeclared identifier 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\BROWSERPROTECT.SETTINGS' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\00' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\01' because it is being used by another process. 1>c:\users\user\desktop\svn\src\map\status.c(6465): error C2065: 'MOBID_BARRICADE2' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\status.c(6465): error C2065: 'MOBID_FOOD_STOR' : undeclared identifier 1>c:\users\user\desktop\svn\src\map\status.c(6465): error C2065: 'MOBID_PINK_CRYST' : undeclared identifier 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\02' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\03' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\10' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\11' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\12' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\13' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\20' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\21' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\22' because it is being used by another process. 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppClean.targets(74,5): warning : The process cannot access the file 'C:\PROGRAMDATA\BROWSERPROTECT\2.6.1184.107\{C16C1CCB-7046-4E5C-A2F3-533AD2FEC8E8}\TRAKING_SETTINGS\23' because it is being used by another process. 1> trade.c 1> unit.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' 1> vending.c 3> grammar.c 3> libconfig.c 1>c:\users\user\desktop\svn\src\map\map.h(49): error C2059: syntax error : '<<' 1>c:\users\user\desktop\svn\src\map\map.h(52): warning C4005: 'MAX_LEVEL' : macro redefinition 1> c:\users\user\desktop\svn\src\map\map.h(50) : see previous definition of 'MAX_LEVEL' And this is what happens when I run it: Can anyone help me with this? Thanks in advance!
  20. Hi Euphy, thank you for that quick reply. Btw, how could I apply those upgrades?
  21. Hello, I got errors when I updated my SVN to its latest revision. try to look at this: anyone knows how to solve this? thanks in advance!
  22. Hello Java, I just want to tell you that my point here is everytime I use @afk the client automatically close, meaning it is like you clicked the [X] button or you used ALT F4. Other clients usually proceed into the LOGIN screen everytime @afk is used. Another is when I logged in into an account which is currently in autotrade mode, the client automatically close, meaning it is like you clicked the [X] button or you used ALT F4. But other clients usually proceed into the LOGIN screen everytime you logged in into an account which is currently in autotrade mode.
  23. Hello Kyo, Yes! I am using 2012-04-10 client. Do you have any idea how to hex this client so auto-close will not be done? Hello Anubis, i'm using 2012-04-10 client.
×
×
  • Create New...