Witchie NL Posted January 31, 2006 Report Posted January 31, 2006 can anyone program this for a MERVbot (command.cpp): let a bot say in public: *prize 7, when you tell the bot: !buywarpall Thanks alot -Witchie NL Pwn3D
★ D1st0rt Posted January 31, 2006 Report Posted January 31, 2006 if (c->check("buywarpall")) { sendPublic("*prize #7"); } ? edit: used the wrong function, haven't done merv in forever _UU___UU__SSSSS____AAA____UU___UU__SSSSS____AAA____UU___UU_SS_______AAAAA___UU___UU_SS_______AAAAA___UU___UU__SSSSS__AA___AA__UU___UU__SSSSS__AA___AA__UU___UU______SS_AAAAAAA__UU___UU______SS_AAAAAAA___UUUUU___SSSSS_AA____AA___UUUUU___SSSSS_AA____AAJ.C. Dento> prime example of why america will never be a world super power.Moscato> d1 is mad he will never have a job outside subspaceI can't see this because I turned signatures off. ps VT
Witchie NL Posted February 3, 2006 Author Report Posted February 3, 2006 nope doesnt work gives errors with compiling... Pwn3D
★ D1st0rt Posted February 3, 2006 Report Posted February 3, 2006 The above code should work, unless there are already command checks in the file In that case you should use "else if" instead of "if" _UU___UU__SSSSS____AAA____UU___UU__SSSSS____AAA____UU___UU_SS_______AAAAA___UU___UU_SS_______AAAAA___UU___UU__SSSSS__AA___AA__UU___UU__SSSSS__AA___AA__UU___UU______SS_AAAAAAA__UU___UU______SS_AAAAAAA___UUUUU___SSSSS_AA____AA___UUUUU___SSSSS_AA____AAJ.C. Dento> prime example of why america will never be a world super power.Moscato> d1 is mad he will never have a job outside subspaceI can't see this because I turned signatures off. ps VT
Witchie NL Posted February 9, 2006 Author Report Posted February 9, 2006 oke ill try to do that thanks alot im still noobie with programming bots...can i PM any of you guys ingame if i need you? ohh and D1st0rt nice arena in TW (?go battleship) best sub i ever seen Pwn3D
Witchie NL Posted February 9, 2006 Author Report Posted February 9, 2006 wooohoooo nice 1 guy i forgot to delete the p, after sendPublic( tested it and it works YES would bring me alot further! and the else isnt needed just if is enough. Pwn3D
Recommended Posts