rl2171 - The pak 7b1 is IncreaseSkillLv1 also i will check out the setmonspawn something must have gone wrong...?
Printable View
rl2171 - The pak 7b1 is IncreaseSkillLv1 also i will check out the setmonspawn something must have gone wrong...?
Oh, btw
}else if (strcmp(command, "goto")==0) {
if ((tmp = strtok_s(NULL, " ", &next_token))==NULL) return true; char* name=tmp;
return pakGMTeleToPlayer(thisclient, name);
Doesnt work.
I also have them with /level name amount, but it only lvl's myself (Same for /item,/set etc)
Do you mean /levelup because you have to make sure you have the exact name typed in like if the name is Test then it would be /levelup Test 100.
Yes i did, But when i type like
/item a ID TYPE AMOUNT REFINE
Then it also works, while my name is Angeling
and also when i type someone else's name it still spawns in my invent.
Lol, fix the error in pakcreate71b ... either that or I'm gonna comment it out ... so uh yeah.
well i tested all the gm commands i made and they work, to give a item to another player you use;
/itemtoplayer [playername] [itemid] [itemtype] [itemamount]
GG and thank u for ur work zad67^^
Nevermind, forgot the
CWorldClient* otherclient = GetClientByCharName( name );
I get this error when trying to compile
.\gmcmds.cpp(31) : error C2065: 'MSG_GMACTION' : undeclared identifier
Help please?
By the way..
Why dont you add the /hide command ?
Thanks but now I get new errors =/
Code:Linking...
msvcprt.lib(MSVCP80.dll) : error LNK2005: "protected: char const * __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Myptr(void)const " (?_Myptr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IBEPBDXZ) already defined in worldclient.obj
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: char const * __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::c_str(void)const " (?c_str@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ) already defined in worldclient.obj
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in worldclient.obj
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(char const *)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z) already defined in worldclient.obj
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z) already defined in worldclient.obj
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
Ok I did get the latest release (50) and yet i still get the same errors =/ can someone upload their compiled version it would help the rest and save time and trouble by uploading it. Well Appriciated Thanks
this is the stite you need get a sql file .
site: https://opensvn.csie.org/RoseEvoServer/SQL/
all this sql file working .
SQL files seem fine now but i'm also getting this..
When Compile World Server, says something about use /NODEFAULTLIB ??Code:Linking...
msvcprt.lib(MSVCP80.dll) : error LNK2005: "protected: char const * __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Myptr(void)const " (?_Myptr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IBEPBDXZ) already defined in socket_server.obj
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: char const * __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::c_str(void)const " (?c_str@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ) already defined in socket_server.obj
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in socket_server.obj
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(char const *)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z) already defined in socket_server.obj
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z) already defined in socket_server.obj
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
C:\Documents and Settings\John\Desktop\svnrose\Release\3. World Server.exe : fatal error LNK1169: one or more multiply defined symbols found
iunno i dont think so but if it does show where would it be =SQuote:
When Compile World Server, says something about use /NODEFAULTLIB ??
Some question:
1. someone already fixed life and mana?
2. how can I help with quest's fixing?
3. we just work on world server.exe or login e char too?
4. the stats and the spells are ok?
Thx to all for your work!!!!
lol...
how can i download all the source files at the same time?
need to download 1 to 1?
_______________________
,,|,,^(ò,..,ó)^,,|,,
TheFireDragon - use TortoiseSVN to download all files simply make a folder and right click on it then choose update for more information read the first page that should help.
i have a question
I have the a littel proble with the GM command
I make /setmonrespawns id .. ... .. .. then crash the server. In the SQL was it added but when i restart the server and i loget in the mop not on this place. what i must do that the mop is on this place?
I have a problem whit the exp rate and the welcome msg,
when I change my config.ini, the exrate and the msg dont work
What still need to fix in the source? we could make a list to make it easier to work on it
- Arrows and Bullets in the slot
- Gems in slots
- Refine Glow
- Use of scrolls and food
- Learn skills
- Fix the vending ( can walk while in vending and need put the message )
- Fix atk power and def system
- Buffs
hmm i forgot something?
Hello,
Zad67, The kick command is not working.. But the Ban command works as the kick command.. because I use/ban [player name] and it kicks them out but they are able to come back online...
Is there a way to fix this?