Jump to content

gaby

Administrators
  • Posts

    21,635
  • Joined

  • Last visited

  • Days Won

    784

Everything posted by gaby

  1. Poate ati observat deja Google Adsense a introdus optiunea de adaugarea a reclamelor si in feed-uri. Astazi am vazut adaugarea. Nu stiu daca a aparut de mai mult timp.
  2. E adevarat ca acele mesaje se pot considera spam, dar, incercati sa nu va jigniti pe forum. Acel hub, promoveaza intr-un fel si forumul, deci nu e chiar spam...
  3. Aici pe forum ai ip-ul: 89.122.250.93 Aici: www.showip.com ce ip iti arata? Mergi in start -> run -> scrii cmd, enter -> apoi scrii ipconfig si vezi la IP Adress ce ip iti indica.
  4. gaby

    Media Player In Html

    Cu ajutorul codurilor de mai jos puteti adauga pe una dintre paginile site-ului dumneavoastra melodii. Pentru a arata playerul pe pagina ne folosim de codurile: Cu codul de mai sus melodia va incepe singura, daca doriti sa nu inceapa automat si sa fie nevoie sa apasati pe butonul Play modificati True de la Autostart in False. Width (latimea) si Height (inaltimea) vor face playerul de ce dimensiuni doriti. Pentru a adauga un video folosim acelasi cod ca si la muzica numai ca trebuie sa fie format .avi de preferat ci nu de melodie mp3, wav, etc. Articol preluat si modificat de pe Lectii HTML
  5. Aveti mai jos un script, care preia cursul valutar de la BNR. Asta inseamna ca daca euro creste sau scare, atunci se va updata automat. Aveti un exemplu al codului de mai jos, in actiune aici: <? /* * Class cursBnrXML v1.0 * Author: Ciuca Valeriu * E-mail: vali.ciuca@gmail.com * This class parses BNR's XML and returns the current exchange rate * * Requirements: PHP5 * * Last update: June 2008, 03 * More info: www.curs-valutar-bnr.ro * */ class cursBnrXML { /** * xml document * @var string */ var $xmlDocument = ""; /** * exchange date * BNR date format is Y-m-d * @var string */ var $date = ""; /** * currency * @var associative array */ var $currency = array(); /** * cursBnrXML class constructor * * @access public * @param $url string * @return void */ function cursBnrXML($url) { $this->xmlDocument = file_get_contents($url); $this->parseXMLDocument(); } /** * parseXMLDocument method * * @access public * @return void */ function parseXMLDocument() { $xml = new SimpleXMLElement($this->xmlDocument); $this->date=$xml->Header->SendingDate; foreach($xml->Body->Cube->Rate as $line) { $this->currency[]=array("name"=>$line["currency"], "value"=>$line, "multiplier"=>$line["multiplier"]); } } /** * getCurs method * * get current exchange rate: example getCurs("USD") * * @access public * @return string/boolean in case of failure */ function getCurs($currency) { foreach($this->currency as $line) { if($line["name"]==$currency) { return $line["value"]; } } return false; } } //-------------------------------------------------------------------------------------------------- //@an example of using the cursBnrXML class $curs=new cursBnrXML("http://www.bnro.ro/nbrfxrates.xml"); print $curs->date; print "<hr>"; print "USD: ".$curs->getCurs("USD"); print "<hr>"; print "EUR: ".$curs->getCurs("EUR"); print "<hr>"; ?> [/code]
  6. Raspunsuri ConQUIZtador Quiz de Intrare 14 August 2008 Mitologie greacă: Care zei au fost oaspeţii bătr??nului cuplu Baucis şi Philemon, ?
  7. Am explicat intr-un tutorial pe care il gasiti in aceeasi categorie, respectiv Software -> Tutoriale cum puteti face un post de radio, pas cu pas, link aici: Cum pot face un post de radio ? Am dat pe internet de un mic programel care va va instala un post de radio, foarte rapid. Mai multe detalii: - marime arhiva: 11.3 MB - instalare: winamp + consola ( gata configurate ) si instructiuni de folosire ( la toate se face iconita (comanda rapida) pe desktop ) - player Radio: Shoutcast ( plugin pentru winamp ) Download:
  8. Hihi, ma bucur ca va plac !
  9. gaby

    Fazan

    Italia (nu stiu sigur daca e voie pe tari , ma corectati voi, daca nu).
  10. Incearca sa citesti putin aici: http://pctroubleshooting.ro/index.php?showtopic=4802 Vezi sa nu fie de la swds.dll !
  11. Acest program citeste din headerul EXIF al pozei data si ora cand a fost facuta si o inscrie automat in coltul dreapta jos al fotografiei. Se pot selecta una sau mai multe fotografii si prelucra toate odata. Lucreaza numai cu fisiere JPG care contin header EXIF valid inscris de camera foto in momentul fotografierii. Programul poate fi downloadat de aici: Link 1: Link 2:
  12. Google ofera aceasta facilitate de mai bine de 1 an, insa nu multa lume stie ca poti avea email de la Gmail, pentru domeniul tau. Vei avea adresa de genul numeletau@domeniultau.ro dar nu vei folosi din spatiul tau de hosting, nici nu vei avea parte de erorile dese cu care te cadorisesc companiile mici de hosting, ci vei avea un email de la Gmail, personalizat cu logo-ul tau. Vei putea beneficia si de Calendar/Google, Talk/Google Sites etc. Ce trebuie sa faci? Daca nu ai deja, sa-ti cumperi un domeniu. Dupa ce ai domeniul, te inregistrezi la www.google.com/a/ . Vei gasi acolo toate instructiunile in detaliu pentru setarea domeniului, dar, pe scurt, pentru cei care folosesc Cpanel, sub sectiunea Mail, vei gasi setarea Mx Entry. Trebuie sa inlocuiesti valoarea de acolo cu ASPMX.L.GOOGLE.COM. Asteptati propagare care dureaza cateva ore, vei putea sa accesezi, sa trimiti si sa primiesti mail-uri, de pe noua adresa. Pentru si mai multa simplitate, poti sa iti faci un subdomeniu gen email.numeledomeniului.ro sau mail.numeledomeniului.ro redirectionat catre www.google.com/a/numeledomeniului.ro . Astfel vei putea sa iti accesezi mult mai usor adresa.
  13. gaby

    Fazan

    atractiv
  14. Nici nu s-a lansat bine, Windows Vista, majoritatea folosesc tot XP-ul, si deja vor sa inlocuiasca ? hmm...
  15. Hihi, nu neaparat pe miniclip, poate sunt pe alte site-uri, jocuri flash, si se dau premii, daca faci cel mai mare scor. Asa ca, te pui pe trisat, si castigi (glumesc). Am incercat si eu, pe un joc, flash, sa vad daca merge, pe unele merge, pe altele nu, au luat in calcul aceste mici bug-uri, ale jocurilor flash, si le-au fixat.
  16. Ai facut vreo modificare inainte sa iti apara eroarea? Ai vreun back-up la baza de date ? In acele erori iti spune ca nu poate modifica informatiile din header, pentru ca au fost deja trimise. Uita-te in fisierul indicat, si vezi daca iti dai seama care e problema, fisierul este: /includes/functions.php, iar problemele vin din cauza linilor: 3545,3547,3548,3549
  17. S-ar putea sa nu fi urmat, exact acei pasi, uite o metoda cu mult mai simpla decat aceasta, ti-o recomand: Counter-strike 1.6 Server Creator 1.0
  18. Dupa cum stiti, a fost lansat noul post de televiziune GSP TV, pe care unii dintre noi, printre care si eu, nu il prindem, datorita firmelor de televiziune prin cablu la care suntem abonati, in cazul meu, UPC (fostul Astral Telecom). M-am interesat putin, si am vazut ca pot vedea meciurile transmise pe GSP TV, GSP TV 2 sau GSP TV 3, si pe internet. M-am gandit ca vor mai avea nevoie si alte persoane de aceste informatii, asa ca mi-am zis sa le fac publice. Pentru a putea viziona posturile GSP TV, GSP TV 2 sau GSP TV 3, aveti nevoie de: Internet explorer, cu Mozilla Firefox nu merge ! Windows Media Player 10: Sopcast v.4 plugin: Posturile GSP TV, GSP TV 2 sau GSP TV 3, pot fi vizualizate la urmatoarele adrese: GSP TV: Adresa 1: Adresa 2: Adresa 3: GSP TV 2: Adresa 1: Adresa 2: GSP TV 3:
  19. Daca te referi, la ce scrie mai jos, da !
  20. Admin Mod - http://www.adminmod.org/ Advanced Team Attack Control (ATAC) - http://www.amxmodx.org/forums/viewtopic.php?t=443 AMXMod - http://amxmod.net/ AMXModX - http://www.amxmodx.org/ Cheating-Death - http://www.unitedadmins.com/cdeath.php Chicken Mod - http://djeyl.net/chickenmod.php Clan Mod - http://www.unitedadmins.com/clanmod.php HLGuard - http://www.thezproject.org/projects.php?pid=1 Logd - http://logd.sourceforge.net/ LogMod - http://www.hlsw.net/index.php?url=logmod_info MetaMod - http://metamod.org/ Ptahhotep's Team Balancer - http://www.amxmodx.org/forums/viewtopic.php?t=2814 SoundCheck - http://www.tng-clan.de/index.php?page=tools StatsMe - http://www.unitedadmins.com/statsme.php SuperHero - http://shero.rocks-hideout.com/ Ultimate Warcraft 3 - http://www.mudconnect.com/uwc3/servers.html Warcraft 3 Expansion - http://wc3mods.net/war3x/ Warcraft3 - http://wc3mods.net/forums/index.php?c=6 Warcraft3:FT - http://wc3mods.net/war3ft/ WebMod - http://djeyl.net/w.php
  21. Daca vreti sa va creati propriile item-uri, va trebui sa downloadati, TBC Item Creator, de mai jos, si sa vi le creati, sau, puteti vizita site-ul: www.wow-v.com si sa le downloadati de pe site, deja facute, apoi sa le adaugati cu sqlyog in baza de date. Cum se adauga cu sqlyog ? Deschideti sql.yog, va conectati, va duceti unde aveti baza de date unde sunt si itemele dati click dreapta pe baza, execute bach file si ii aratati ce sa execute, adica fisierul sql cu item-ul downloadat de pe site. Downloadam editorul TBC Item creator de aici: Download ultimile sintaxe pentru item-uri: Syntax's.txt Cateva screenshot-uri:
  22. Tutorial instalare server WoW The Burning Crusade (windows) 1) Downlodam fisierele necesare pentru server: !!! Atentie mai jos sunt uploadate fisierele in 2 locuri, nu trebuie sa downloadati fisierele din ambele link-uri. Download: MaNGOS v2.0.10 [COMPLETE].rar- 291.88MB Download: MaNGOS v2.0.10 [COMPLETE].rar - 291.88MB 2) Dezarhivati arhiva downlodata intr-un folder exemplu: C:\MaNGOS\ 3) Instalare Mysql SERVER Download: mysql server: Dublu click pe fisierul downlodat, o sa va intrebe daca sa va inregistrati, mometan nu alegem inregistare(daca vreti puteti face asta mai tarziu), alegeti unde vreti sa instalati SQL server-ul, acum instalati server-ul de SQL, sa va asigurati ca este bifata optiunea Configure my MySQL Server Now. Configurare SQL Server: - selectati standard configuration apoi next - selectati Install As Windows Service, apoi next - o sa va apara o fereastra unde trebuie sa completati cateva campuri: alegeti o parola pt contul de MySQL root (Administrator);acest cont este cel mai important si are acces maxim la baza de date, va recomand sa folositi o parola complexa - deselectati Enable root access from remote machines, apoi next - in noua fereastra apasati pe butonul Execute si asteptati sa termine, dupa ce termina ar trebui sa vedeti mesajul:succesfully configured your MySQL server., apoi apasati pe finish. Creare Baza de date Ne conectam la baza de date Download SQLyog de aici: si il instalam ca pe un program normal. 1) Deschideti SQLyog, asigurati - va ca arata asa: - parola pe care o puneti este parola de la MYSQL Root - asigurati-va ca la Databases este scris: realmd;mangos Crearea bazelor de date("goale") 1)Apasati pe connect 2) In staga este un tab root@localhost, click dreapta pe el si apasati pe Create new database, numuti baza de date realmd_bc 3) Repetati acest pas numai ca numiti baza de date mangos_bc 4) Daca bazele de data sunt deja acolo atunci puteti trece peste acest pas "Umplerea" bazelor de date Iesiti din SQLyog si intrati iar pentru a vedea bazele de date mai bine. 1) Click dreapta pe realmd_bc si apasati pe Restore from SQL Dump, prin aceasta actiune o sa se deschida o noua fereastra, sus in dreapta este o bara alba cu ..., apasati pe acel buton, apoi mergeti in directorul Mangos si intrati in folderul sql si dublu click pe realmd_bc si apasati execute, dupa care finish. 2) Click dreapta pe mangos_bc si apasati pe Restore from SQL Dump , prin aceasta actiune o sa se deschida o noua fereastra, sus in dreapta este o bara alba cu ..., apasati pe acel buton, apoi mergeti in directorul Mangos si intrati in folderul sql si dublu click pe mangos_bc si apasati execute, dupa care finish. 4) Configurari MaNGOS!: - deschideti folderul MaNGOS - click dreapta pe realmd.conf si deschideti fisierul cu Notepad - gasiti LoginDatabaseInfo =" Change it to "LoginDatabaseInfo = "127.0.0.1;3306;root;[password];realmd" in loc de password puneti parola de la MySQL Root Password, daca vreti serverul sa fie public scrieti in loc de 127.0.0.1 IP-ul dvs. - Save - click dreapta pe mangos.conf si il deschidem cu notepad, acesta este in C:\MaNGOS - gasiti liniile: WorldDatabaseInfo = "127.0.0.1;3306;root;[password];mangos" LoginDatabaseInfo = "127.0.0.1;3306;root;[password];realmd" Urmati aceeasi pasi ca la realmd.conf 5) Conectare pe server 1) Mergem in folderul MaNGOS 2) Dublu click pe realmd.exe 3) Dublu click pe mangos.exe 4) In timp ce se incarca mergeti in folderului jocului, deschideti realmlist si schimbati contentul in set realmlist IP-ul sau adresa_svului 5) Ca sa va dati seama ca s-a incarcat serverul de wow, acesta trebuie sa scoata un sunet, mai exact un "bip" 6) Dupa ce porneste sv intrati in clientul de wow si logati - va cu: user: administrator pass: administrator Cum downlodez clientul? Download: WoW-BurningCrusade - 0.6 MB Tutorial preluat si modificat de pe: gnx
  23. Personaje, explicatii: Exista doua feluri de personaje: Jucabile si Nejucabile. Personajele Jucabile sunt cele create de jucator, practic un avatar al fiecarui user. Personajele Nejucabile sunt cele care nu pot fi controlate de jucator si pot fi doar ajutoare sau inamici. Detalii Personaj Jucabil: Dupa crearea unui cont, userul trebuie sa-si creeze un personaj, care poate fi personalizat, din cap pana in picioare, dupa gustul userului. Personajele pot apartine Aliantei sau Hoardei. Alianta Un personaj ce apartine Aliantei poate fi Om, Pitic, Elf De Noapte sau Gnom, fiecare rasa avand avantajele si slabiciunile sale.Incepand cu The Burning Crusade, poate fi si Draenei. Hoarda Un personaj ce apartine Hoardei poate fi Orc, Mort Viu, Tauren sau Troll.Incepand cu The Burning Crusade, poate fi si Blood Elf.
  24. acct Syntax: Teleport to the given coordinates on the specified map. ~ .hover Syntax: Hover Your Character ~ .idleshutdown [#delay|cancel] Syntax: Shut the server down after #delay seconds if no active connections are present (no players) or cancel the shutdown if cancel value is used. ~ .learn Syntax: .learn all .learn all_myclass .learn all_lang All learns all spells for gm's, all_myclass learns all spells for your class, all_lang learns all languages. ~ .levelup [1-69] Syntax: Level Up Your Char With Selected #. To Down levels: .levelup -# ~ .lookupcreature [name of creature] Syntax: Looks up a creature by nameofcreature, and returns all matches with their creature ID's. ~ .lookupitem [item name] Syntax: Looks up an item by Item name, and returns all matches with their Item ID's. ~ .lookupobject [object name] Syntax: Looks up an gameobject by object name, and returns all matches with their Gameobject ID's. ~ .lookupskill [name] Syntax: Looks up a skill by name, and returns all matches with their skill ID's. ~ .lookupspell name Syntax: Looks up a spell by name, and returns all matches with their spell ID's. ~ .maxskill Syntax: Max's All Skills You Have Learned. ~ .morph [#display I.D] Syntax: Change your current model id to #display I.D. ~ .respawn Syntax: Respawns All Dead And Alive NPC's, Mobs ~ .revive Syntax: Revives Selected Player (Brings Back to Life) ~ LEVELUP 4 COMMANDS ( ADMIN ) .acct Syntax: Checks Your Account Gm Level. ~ .commands Syntax: Shows All The Availble Commands You May Use. ~ .dismount Syntax: Dismounts You From Your Mount. NOTE* Must Be On A Munt To Work. ~ .gmlist Syntax: Shows Gm's Online ~ .help [Command] Syntax: Shows Help for the selected Command. ~ .save Syntax: Saves Character. ~ .start Syntax: Teleports To Where Your Hearthstone Is Set. .announce [message] Syntax: Broadcast a System Wide Message Viewed By All Players. ~ .gmoff Syntax: Turn Gm Visibilty Off. Players And Mobs Can Now Attack You. ~ .gmon Syntax: Turn Gm Visibilty On. Players And Mobs Cant Attack You. You Are Now Visible In .Gmlist ~ .goname [Char Name] Syntax: Teleport Staright To The Selected Player. ~ .namego [Char Name] Syntax: Teleport The Selected Player To You. ~ .gps Syntax: Display the position information for a selected character or creature. Position information includes X, Y, Z, and orientation, map Id and zone Id ~ .learnsk [skill ID] Syntax: Learns a skill for the selected player ingame. ~ .lookuptele [Location] Syntax: Looks up the coordinates for the location selected. ~ .modify [Hp|Energy|Mana|Rage] Syntax: Modify the selected players Hp, Energy, Mana, Rage. ~ .modify [speed|Swim|Scale| Syntax: Modify speed and swim rate from scale 0-10. Modify Scale (Size) For Selected player from scale 0.01-3. ~ .money [# Amount] Syntax: Give Money In Copper To Selected Player ~ .recall Syntax: Teleport Playername or selected player to the place where he has been before last use of a teleportation command. If no Playername is entered and no player is selected, it will teleport you. ~ .saveall Syntax: Saves All Players In Game ~ .Visible [0 or 1] Syntax: Output current visibility state or make GM visible(1) and invisible(0) for other players. .addmove [#creature_guid] {#waittime} Syntax: Add your current location as a waypoint for creature with guid #creature_guid. And optional add wait time. ~ .addspw [Creature I.D] Syntax: Spawns Creature To The Location You Are Standing. ~ .changelevel [0-73] Syntax: Changes level of Selected Mob Or NPC. ~ .del Syntax: Delete Selected Creature From World ~ .delobject Syntax: Delete gameobject with gameobject guid. ~ .delticket Syntax: .delticket [all] .delticket [#num] .delticket [character name] [all] to delete all tickets at server, [character name] to delete ticket of this character, [#num] to delete ticket [#num]. ~ .demorph Syntax: Demorph Selected Player ~ .displayid Syntax: Change the model id of the selected creature to ~ .gocreature Syntax: Teleport your character to creature with guid ~ .kick [Char Name] Syntax: Kick Char name of the server. ~ .pinfo [Char Name] Syntax: Get Info on char's Account ~ .prog Syntax: Teleports You To Programmer Island ~ .spawndist #dist Syntax: Adjust spawndistance of selected creature to dist. ~ .targetobject Syntax: Locate the nearst game object. ~ .ticket [on|off] Syntax: [on] Show new tickets, [off] Dont show new tickets. ~ .addgo [Game Object #I.D] Syntax. Add a game object from game object templates to the world at your current location using the #I.D. ~ .additem [item #I.D] [#amount] Syntax: Add a item from items template to your bag or selected players bag. Also Add Amount # ~ .additemset [#itemsetid] Syntax: Add items from itemset of id #itemsetid to your or selected character inventory. Will add by one example each item from itemset. ~ .allowmove Syntax: Enable or Disable Movement For Each Creature ~ .bank Syntax: Show your bank ~ .banaccount [Account Name] Syntax: Ban account name (can be viewed by players by using the .pinfo command) and kick affected players currently logged in. ~ .banip [#ip] Syntax: Bans logging into the server from computers with the provided IP address, and kicks all affected players. ~ .createguild [Guild Name] [Guild Leader Char Name] Syntax: Create a guild named Guild Name with the player Guild Leader Char Name as leader. ~ .cshutdown Syntax: Cancels Shutdown ~ .die Syntax: Does What it Says. ~ .gameobject [#I.D] Syntax: Add a game object from game object templates to the world at your current position using the [#I.D] ~ .go [#position_x #position_y #position_z #mapid] Syntax: Teleport to the given coordinates on the specified map. ~ .hover Syntax: Hover Your Character ~ .idleshutdown [#delay|cancel] Syntax: Shut the server down after #delay seconds if no active connections are present (no players) or cancel the shutdown if cancel value is used. ~ .learn Syntax: .learn all .learn all_myclass .learn all_lang All learns all spells for gm's, all_myclass learns all spells for your class, all_lang learns all languages. ~ .levelup [1-69] Syntax: Level Up Your Char With Selected #. To Down levels: .levelup -# ~ .lookupcreature [name of creature] Syntax: Looks up a creature by nameofcreature, and returns all matches with their creature ID's. ~ .lookupitem [item name] Syntax: Looks up an item by Item name, and returns all matches with their Item ID's. ~ .lookupobject [object name] Syntax: Looks up an gameobject by object name, and returns all matches with their Gameobject ID's. ~ .lookupskill [name] Syntax: Looks up a skill by name, and returns all matches with their skill ID's. ~ .lookupspell name Syntax: Looks up a spell by name, and returns all matches with their spell ID's. ~ .maxskill Syntax: Max's All Skills You Have Learned. ~ .morph [#display I.D] Syntax: Change your current model id to #display I.D. ~ .respawn Syntax: Respawns All Dead And Alive NPC's, Mobs ~ .revive Syntax: Revives Selected Player (Brings Back to Life) .shutdown #seconds Syntax: Shutdown server ~ .Security [Player name] [#level] Syntax: Set the security level of player Player name to a level of #level. #level may range from 0 to 4. ~ .wchange [#weathertype] [#status] Syntax: Set current weather to #weathertype with an intensity of #status. #weathertype can be 1 for rain, 2 for snow, and 3 for sand. #status can be 0 for disabled, and 1 for enabled. ~ .flymode [on|off] Syntax: Lets You fly In mid air, to enable type on or to disable type off.
  25. To use the commands add ! in front. Pentru a putea folosii aceste comenzi adaugati semnul exclamarii ( ! ) in fata lor. Admin Commands [z] security: No description entered. servershutdown: Initiates server shutdown in <x> seconds. serverrestart: Initiates server restart in <x> seconds. castall: Makes all players online cast spell <x>. banchar: Bans character x with or without reason unbanchar: Unbans character x kick: Kicks player from server paralyze: Roots/Paralyzes the target. unparalyze: Unroots/Unparalyzes the target. Chat Control [c] allowwhispers: Allows whispers from player <s> while in gmon mode. blockwhispers: Blocks whispers from player <s>while in gmon mode. Debug Commands [d] debug: Main debug command table. Usage: .debug <subcommand> <args> infront: No description entered. showreact: No description entered. aimove: No description entered. dist: No description entered. face: No description entered. moveinfo: No description entered. setbytes: No description entered. getbytes: No description entered. unroot: No description entered. root: No description entered. landwalk: No description entered. waterwalk: No description entered. castspell: .castspell <spellid> - Casts spell on target. castspellne: .castspellne <spellid> - Casts spell on target (only plays animations, doesnt handle effects or range/facing/etc. celldelete: USE WITH CAUTION! '.celldelete YES' - Removes everything in current cell from game and database. '.celldelete YES YES' removes everything in a range of 1cell. addrestxp: .addrestxp - Adds x rest XP to player. generatename: .generatename - Generates name for pet, etc. attackerinfo: .attackerinfo - Shows selected mob/player's attacker's infomation. showattackers: .showattackers - Shows selected mob/player's attacker on the minimap. aggrorange: .aggrorange - Shows aggro Range of the selected Creature. knockback : .knockback <value> - Knocks you back. fade : .fade <value> - calls ModThreatModifyer(). threatMod : .threatMod <value>- calls ModGeneratedThreatModifyer(). calcThreat : .calcThreat <dmg> <spellId> - calculates threat. threatList : .threatList - returns all AI_Targets of the selected Creature. gettptime: grabs transporter travel time itempushresult: sends item push result weather: No description entered. setbit: No description entered. setvalue: No description entered. getpos: No description entered. Battlegrounds Commands [e] battleground: Main BG command table. Usage: .battleground <subcommand> <args> setbgscore: <Teamid> <Score> - Sets battleground score. 2 Arguments. startbg: Starts current battleground match. pausebg: Pauses current battleground match. bginfo: Displays information about current battleground. battleground: Shows BG Menu setworldstate: <var> <val> - Var can be in hex. WS Value. playsound: <val>. Val can be in hex. setbfstatus: .setbfstatus Not Yet Implemented. leave: Leaves the current battleground. Extended Debug Commands? [f] killbyplayer: Disconnects the player with name <s>. killbyaccount: Disconnects the session with account name <s>. getrate: Gets rate <x>. setrate: Sets rate <x>. GM Ticket Commands [g] gmTicket: Main GM ticket system command table. Usage: .gmTicket <subcommand> <args> get: Gets GM Ticket getId: Gets GM Ticket by ID delId: Deletes GM Ticket by ID Invincibility Command [j] invincible: .invincible - Toggles INVINCIBILITY (mobs won't attack you) Invisibility Command invisible: .invisible - Toggles INVINCIBILITY and INVISIBILITY (mobs won't attack you and nobody can see you, but they can see your chat messages) Guild Commands [l] createguild: No description entered. Modify commands [m] modify: Main stat-modification command table. Usage: .modify <subcommand> <args> hp: Health Points/HP mana: Mana Points/MP rage: Rage Points energy: Energy Points armor: Armor holy: Holy Resistance fire: Fire Resistance nature: Nature Resistance frost: Frost Resistance shadow: Shadow Resistance arcane: Arcane Resistance damage: Unit Damage Min/Max scale: Size/Scale gold: Gold/Money/Copper speed: Movement Speed nativedisplayid: Native Display ID displayid: Display ID flags: Unit Flags: faction: Faction Template dynamicflags: Dynamic Flags talentpoints: Talent Points loyalty: Loyalty spirit: Spirit boundingraidus: Bounding Radius combatreach: Combat Reach emotestate: NPC Emote State createaccount: .createaccount - Creates account. Format should be .createaccount username password email playerinfo: .playerinfo - Displays informations about the selected character (account...) mount: Mounts into modelid x. dismount: Dismounts. start: Teleport's you to a starting location levelup: No description entered. additem: No description entered. removeitem: Removes item %u count %u. learn: Learns spell unlearn: Unlearns spell learnskill: .learnskill <skillid> (optional) <value> <maxvalue> - Learns skill id skillid. advanceskill: advanceskill <skillid> <amount, optional, default = 1> - Advances skill line x times.. removeskill: .removeskill <skillid> - Removes skill increaseweaponskill: .increaseweaponskill <count> - Increase eqipped weapon skill x times (defaults to 1). removeauras: Removes all auras from target setmotd: Sets MOTD additemset: Adds item set to inv. gotrig: Warps to areatrigger <id> createinstance: Creates instance on map <map> goinstance: Joins instance <instance> <x> <y> <z> <optional mapid> exitinstance: Exits current instance, return to entry point. dbreload: Reloads some of the database tables spawnspiritguide: Spawns a spirit guide (params: 1 = horde, 0 = alliance) advanceallskills: Advances all skills <x> points. unlockmovement: Unlocks movement for player. modperiod: Changes period of current transporter. npcfollow: Sets npc to follow you follow: Sets npc to not follow anything formationlink1: Sets formation master. formationlink2: Sets formation slave with distance and angle formationclear: Removes formation from creature playall: Plays a sound to the entire server. addipban: Bans an ip address <address/mask> <duration, 0=perm> banaccounts: Bans accounts <name> <duration, 0=perm> renamechar: Renames character x to y. forcerenamechar: Forces character x to rename his char next login getstanding: Gets standing of faction %u. setstanding: Sets standing of faction %u. Cheat Commands [m] cheat: Main cheat command table. Usage: .cheat <subcommand> <args> status: Shows active cheats. taxi: Enables all taxi nodes. cooldown: Enables no cooldown cheat. casttime: Enables no cast time cheat. power: Disables mana consumption etc. god: Sets god mode, prevents you from taking damage. fly: Sets fly mode land: Unsets fly mode explore: Reveals the unexplored parts of the map. flyspeed: Modifies fly speed. stack: Enables aura stacking cheat. morph: Morphs into model id x. demorph: Demorphs from morphed model. Honor Modification Commands [m] honor: Main honor system command table. Usage: .honor <subcommand> <args> getpvprank: Gets PVP Rank setpvprank: Sets PVP Rank addpoints: Adds x amount of honor points/currency addkills: Adds x amount of honor kills globaldailyupdate: Daily honor field moves singledailyupdate: Daily honor field moves for selected player only pvpcredit: Sends PVP credit packet, with specified rank and points Pet Commands [m] pet: Main pet command table. Usage: .pet <subcommand> <args> createpet: Creates a pet with <entry>. renamepet: Renames a pet to <name>. enablerename: Enables pet rename. addspell: Teaches pet <spell>. removespell: Removes pet spell <spell>. NPC Commands [n] npc: Main NPC command table. Usage: .npc <subcommand> <args> vendoradditem: Adds to vendor vendorremoveitem: Removes from vendor. flags: Changes NPC flags emote: emote - Sets emote state run: No description entered. addweapon: No description entered. allowmove: No description entered. addgrave: No description entered. addspirit: No description entered. faction: No description entered. delete: Deletes mob from db and world. info: Displays NPC information guid: Shows selected object guid addAgent: .npc addAgent <agent> <procEvent> <procChance> <procCount> <spellId> <spellType> <spelltargetType> <spellCooldown> <floatMisc1> <Misc2> delAgent: .npc delAgent <procEvent> <spellId> listAgent: .npc listAgent reset: resets npc health/dmg from temp table. export: Exports the npc to a sql file say: .npc say <text> - Makes selected mob say text <text>. yell: .npc yell <Text> - Makes selected mob yell text <text>. come: .npc come - Makes npc move to your position return: .npc return - Returns ncp to spawnpoint. spawn: .npc spawn - Spawns npc of entry <id> spawnlink: .spawnlink sqlentry resetreputation: .resetreputation - Resets reputation to start levels. (use on characters that were made before reputation fixes.) resetlevel: .resetlevel - Resets all stats to level 1 of targeted player. DANGEROUS. resetspells: .resetspells - Resets all spells to starting spells of targeted player. DANGEROUS. resettalents: .resettalents - Resets all talents of targeted player to that of their current level. DANGEROUS. resetskills: .resetskills - Resets all skills. GameObject Commands [o] gobject: Main gameobject command table. Usage: .gobject <subcommand> <args> select: Selects the nearest GameObject to you delete: Deletes selected GameObject spawn: Spawns a GameObject by ID info: Gives you informations about selected GO activate: Activates/Opens the selected GO. enable: Enables the selected GO for use. scale: Sets scale of selected GO animprogress: Sets anim progress export: Exports the current GO selected statelink: .statelink sqlentry, Links a GO state to a Npc Information Commands [p] gm: Shows active GM's gps: Shows Position info: Server info uptime: Shows server uptime Teleport (Recall)Commands [q] recall: Main teleportation command table. Usage: .recall <subcommand> <args> list: List recall locations port: Port to recalled location add: Add recall location del: Remove a recall location portplayer: recall ports player Life and Death Commands [r] kill: .kill - Kills selected unit. revive: Revives you.: 0, 0, 0}, reviveplr: Revives player specified. Save Commands save: Save's your character saveall: Save's all playing characters GM Tag Commands [t] fmoff: Sets GM tag off gmon: Sets GM tag on Universal Commands Commands: Shows Commands help: Shows help for command announce: Sends Msg To All wannounce: Sends Widescreen Msg To All Extended Teleport Commands [v] appear: Teleports to x's position. summon: Summons x to your position worldport: No description entered. Waypoint Commands [w] waypoint: waypointCommandTable add: Add wp at current pos show: Show wp's for creature hide: Hide wp's for creature delete: Delete selected wp movehere: Move to this wp flags: Wp flags waittime: Wait time at this wp emote: Emote at this wp skin: Skin at this wp change: Change at this wp info: Show info for wp movetype: Movement type at wp generateNo description entered.Randomly generate wps save: Save all waypoints deleteall: Delete all waypoints
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.