xJetStar721 Posted November 26, 2011 Report Share Posted November 26, 2011 Yeah. Link to comment Share on other sites More sharing options...
Owners Rocx Posted November 26, 2011 Owners Report Share Posted November 26, 2011 What just pisses me off is what a load pf people percieve to be a "developer". Here is the view of the 90%: "I can spawn mobs and make them say stuff, I'm such a hardcore developer hurr durr" And the 9%: "Yeah, I'm learning C++. I can make a box that says "Hello world!. I'm amazing!" And the un-findable 1%: "Yes, I'm a skilled and experienced C++ Object-oriented programmer with experience on WoW emulators" A REAL developer would understand this and be able to add new features to it within minutes: Field* fields = result->Fetch(); int a = fields[1].GetUInt32(); if (a > 0) { player->AddItem(37829,a); QueryResult result = CharacterDatabase.PQuery("UPDATE table SET points = '0' WHERE id = '%u'",player->GetSession()->GetAccountId()); QueryResult result2 = LoginDatabase.PQuery("INSERT INTO table2 VALUES('%u',UNIX_TIMESTAMP(),'2','%u','%u')",player->GetSession()->GetAccountId(),a,realmID); player->ADD_GOSSIP_ITEM( 0, "Success" , GOSSIP_SENDER_MAIN, 3); player->SEND_GOSSIP_MENU(DEFAULT_GOSSIP_MESSAGE, _creature->GetGUID()); } Can you understand and change that code? No? THEN YOU'RE NOT A DEVELOPER Just had to get that out.. Link to comment Share on other sites More sharing options...
brakmage Posted November 26, 2011 Report Share Posted November 26, 2011 What just pisses me off is what a load pf people percieve to be a "developer". Here is the view of the 90%: "I can spawn mobs and make them say stuff, I'm such a hardcore developer hurr durr" And the 9%: "Yeah, I'm learning C++. I can make a box that says "Hello world!. I'm amazing!" And the un-findable 1%: "Yes, I'm a skilled and experienced C++ Object-oriented programmer with experience on WoW emulators" A REAL developer would understand this and be able to add new features to it within minutes: Field* fields = result->Fetch(); int a = fields[1].GetUInt32(); if (a > 0) { player->AddItem(37829,a); QueryResult result = CharacterDatabase.PQuery("UPDATE table SET points = '0' WHERE id = '%u'",player->GetSession()->GetAccountId()); QueryResult result2 = LoginDatabase.PQuery("INSERT INTO table2 VALUES('%u',UNIX_TIMESTAMP(),'2','%u','%u')",player->GetSession()->GetAccountId(),a,realmID); player->ADD_GOSSIP_ITEM( 0, "Success" , GOSSIP_SENDER_MAIN, 3); player->SEND_GOSSIP_MENU(DEFAULT_GOSSIP_MESSAGE, _creature->GetGUID()); } Can you understand and change that code? No? THEN YOU'RE NOT A DEVELOPER Just had to get that out.. You feel better? Link to comment Share on other sites More sharing options...
Owners Rocx Posted November 26, 2011 Owners Report Share Posted November 26, 2011 Yes, yes I do :3 I think I'll somehow post that in the dev application section rules... xD Link to comment Share on other sites More sharing options...
Tiri Posted November 26, 2011 Report Share Posted November 26, 2011 What just pisses me off is what a load pf people percieve to be a "developer".Here is the view of the 90%: "I can spawn mobs and make them say stuff, I'm such a hardcore developer hurr durr" And the 9%: "Yeah, I'm learning C++. I can make a box that says "Hello world!. I'm amazing!" And the un-findable 1%: "Yes, I'm a skilled and experienced C++ Object-oriented programmer with experience on WoW emulators" A REAL developer would understand this and be able to add new features to it within minutes: Field* fields = result->Fetch(); int a = fields[1].GetUInt32(); if (a > 0) { player->AddItem(37829,a); QueryResult result = CharacterDatabase.PQuery("UPDATE table SET points = '0' WHERE id = '%u'",player->GetSession()->GetAccountId()); QueryResult result2 = LoginDatabase.PQuery("INSERT INTO table2 VALUES('%u',UNIX_TIMESTAMP(),'2','%u','%u')",player->GetSession()->GetAccountId(),a,realmID); player->ADD_GOSSIP_ITEM( 0, "Success" , GOSSIP_SENDER_MAIN, 3); player->SEND_GOSSIP_MENU(DEFAULT_GOSSIP_MESSAGE, _creature->GetGUID()); } Can you understand and change that code? No? THEN YOU'RE NOT A DEVELOPER Just had to get that out.. That means you're adding the Brewfest Token to the teleporter for the player to retrieve. Link to comment Share on other sites More sharing options...
Apple-Core Posted November 26, 2011 Report Share Posted November 26, 2011 You do that lawl Link to comment Share on other sites More sharing options...
Owners Rocx Posted November 26, 2011 Owners Report Share Posted November 26, 2011 That additem part is a Brewfest Prize token! :P I think it means you send that item to the NPC and you retrieve it!!! Correct me Rocx if im wrong. Yes, thats a snippet from the teleporter code for vote points :) Link to comment Share on other sites More sharing options...
Tiri Posted November 26, 2011 Report Share Posted November 26, 2011 See I r smart sometimes. Link to comment Share on other sites More sharing options...
brakmage Posted November 26, 2011 Report Share Posted November 26, 2011 Your grammar is where the sometimes comes in :P Link to comment Share on other sites More sharing options...
Apple-Core Posted November 26, 2011 Report Share Posted November 26, 2011 Hehe Lol Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now