Ir para conteúdo

pocotozinho

Artesão
  • Total de itens

    129
  • Registro em

  • Última visita

Tudo que pocotozinho postou

  1. vlws otal nunca mexi no hex editor na vida nem sei por onde começar eu achei o ip mas nao sei como editar ele e.e
  2. então eu tenho que criar outra conta e outro player para a barrinha aparecer? alguem que tem ai hex editor por favor muda o ip la pra mim pokemonhit.sytes.net
  3. aqui a barrinha nao ta aparecendo aff tem que falar algo para tivar? aqui quando solto opokemon aparece isso
  4. ta mais para a barra coldow funfa e so muda o cdbar e o coldonw bar? god gniu tem como vc fazer para bim o negocio no rex? faz com o ip pokemonhit.sytes.net
  5. mais eu nao to conseguindo abrir o client pois o ipchange nao da certo ja tentei mudar o exe mais tb nao da certo ate agora eu modifiquei as seguintes coisas a colodowbar e cdbar tem que mudar mais algo ou so com isso a barra aparece?
  6. ele nao precisa hokar?
  7. ei cabretenho tem como voce me pssar o seu exe ja hookado? eu nao tenho o programa
  8. aff aqui nao ta aparecendo a barrinha nao tem como alguem que conseguio posta sua pasta dat completa aki sem o map? ou so os aquivos que foram modificados para que eu pssa substituir aqui no meu como seis tao editando o ip do client? eu nao to conseguindo
  9. consegui aqui arruma a barra ta pegando por enquanto nao achei bug agora vo tentar colocar a imagem dos atakes tipo a do pxg
  10. se nao pode usar o poke se estiver em um nivel muito maior do que o player? acho que e so botar para o player usar pokes que estejam no maximo 10 niveis a mais que o dele
  11. useKpdoDlls nao to achando isso no config.lua me passa o seu config ai ja editado porfavor
  12. aonde fica esse move 1?
  13. sabe onde edito o nivel dos pokes que serão usados? e tipo to querendo remover alguns moves dos pokes que serão usados por player tem como?
  14. alguem ai poderia me passar os npcs dos gym? os meus ta dando erro tb ¬¬'' alguem sabe onde eu edito o nivel que os pokes poderao ser usados pelos players?
  15. eu ja coloquei no config.lua sha1 mais ainda a senha do player fica toda maluca e nao da para logar no server nao sei o que fazer edit consegui aki ei como fasso para colocar os seguintes pokemons para serem escolhidos no site oddish paras ratta pidgey caterpie weedle horsea ? tem como vc edita isso pra mim e coloca para começar com pokes inicias na hora de fazer o char? seu site nao ta funfando no meu xamp [spoler] <?php ################################################## # CONFIGURATION # ################################################## # Congratulations on finding configuration file. # # This is very simililar to config.lua as it # # follows same basic principles. Text in between # # /* */ or starting with # is ignored. Text # # values must be 'qouted'. Logical values are # # true/false. All statements end with ; # ################################################## # Set data directory of your OT server $cfg['dirdata'] = 'C:\pastaot/data'; $cfg['house_file'] = 'C:\pastaot/data/world/MAP-house.xml'; # MySQL server settings $cfg['SQL_Server'] = 'localhost'; $cfg['SQL_User'] = 'root'; $cfg['SQL_Password'] = 'SENHA'; $cfg['SQL_Database'] = 'DATABASE'; # Must correspond to your OTServ configuration # Options: plain, md5, sha1 $cfg['password_type'] = 'plain'; # Not currently supported by OTServ, leave empty $cfg['password_salt'] = ''; /* * Look skins/ to find out which skins you have * Available skins: * default - First skin ever created, white * swamp - Green skin with swamp theme * swamp-mini - Same as swamp.css, but with compact menu * dark - Dark version of default.css * conquest - Customized skin, renaissance theme * essense - Clean skin with green/blue motives * inferno - Darker skin with menu on the right * silica - Green skin, technology theme * Need more? Look http://otfans.net/ and * http://sourceforge.net/projects/nicaw-acc/files/ */ $cfg['skin'] = 'dark'; # In case you want to upload skins somewhere else $cfg['skin_url'] = 'skins/'; /* * Captcha is used to prevent automated software from * flooding server with accounts * GD2 PHP extension is required */ $cfg['use_captcha'] = true; # Secure session will disable 'remember me' box $cfg['secure_session'] = false; # Seconds until session expires $cfg['timeout_session'] = 15*60; # Maximum number of characters on account $cfg['maxchars'] = 10; # Players per highscore page $cfg['ranks_per_page'] = 50; # This access and above will not be in highscores $cfg['ranks_access'] = 2; # Home page $cfg['start_page'] = 'news.php'; # Name shown in window title $cfg['server_name'] = 'Nicaw Angel'; # Server ip and port for getting status. # In most cases localhost should be used $cfg['server_ip'] = '127.0.0.1'; $cfg['server_port'] = 7171; # Allow teleportation to temple? $cfg['char_repair'] = false; # Force users to validate their emails when registering? # For email functions to work, SMTP server must be configured correctly $cfg['Email_Validate'] = false; # Allow email based account recovery? $cfg['Email_Recovery'] = false; # SMTP server configuration, use this to send emails $cfg['SMTP_Host'] = '127.0.0.1'; $cfg['SMTP_Port'] = 25; $cfg['SMTP_Auth'] = false; $cfg['SMTP_User'] = 'user@gmail.com'; $cfg['SMTP_Password'] = 'user'; $cfg['SMTP_From'] = 'mail@local.net'; /* # Example configuration for gmail # Don't forget to enable extension=php_openssl.dll in php.ini $cfg['SMTP_Host'] = 'ssl://smtp.gmail.com'; $cfg['SMTP_Port'] = 465; $cfg['SMTP_Auth'] = true; $cfg['SMTP_User'] = 'user@gmail.com'; $cfg['SMTP_Password'] = 'user'; $cfg['SMTP_From'] = 'user@gmail.com'; */ # Whether to show skills in character search $cfg['show_skills'] = true; # Whether to show deathlist in character search $cfg['show_deathlist'] = true; $cfg['skill_names'] = array('fist', 'club', 'sword', 'axe', 'distance', 'shielding', 'fishing'); # Banned names $cfg['invalid_names'] = array('^gm','^god','admin','fuck','gamemaster', 'owner'); # Accounts that are allowed to access admin panel # Example: array('account1', 'account2'); $cfg['admin_accounts'] = array(); # Listed IPs always allowed to access admin panel, no matter if it has account or not $cfg['admin_ip'] = array('127.0.0.1'); # Player can only delete himself after specified inactivitiy time (seconds) $cfg['player_delete_interval'] = 24*3600; # Minimum level to create own guild. Cannot be lower than $cfg['guild_level'] $cfg['guild_leader_level'] = 20; # Please disable guild manager if your server features guild editing $cfg['guild_manager_enabled'] = true; # Online status update interval (seconds). Should match statustimeout in your otserv configuration $cfg['status_update_interval'] = 5*60; # Shows more informatin when exception occurs. WARNING! Can reveal sensitive information. $cfg['debug_backtrace'] = false; # Schema control override. Disables/enables compatibility check for OTServ schema version. $cfg['schema_check'] = false; /* * This will affect date displaying * Look http://www.google.com/search?q=php+timezones for supported timezones. */ $cfg['timezone'] = 'UTC'; ################################################## # Town Config # ################################################## /* NOTICE Town IDs must be correct and match those in your map */ # Town names $cfg['temple'][1]['name'] = 'Falador'; $cfg['temple'][2]['name'] = 'Forgotten'; $cfg['temple'][3]['name'] = 'Evolutions'; $cfg['temple'][4]['name'] = 'Thais'; $cfg['temple'][5]['name'] = 'Ab\'Dendriel'; $cfg['temple'][6]['name'] = 'Kazordoon'; $cfg['temple'][7]['name'] = 'Something else?'; $cfg['temple'][8]['name'] = 'Darashia'; $cfg['temple'][9]['name'] = 'Port Hope'; $cfg['temple'][10]['name'] = 'Liberty Bay'; # Now set which town(s) you want to use in character making $cfg['temple'][1]['x'] = 1032; $cfg['temple'][1]['y'] = 1026; $cfg['temple'][1]['z'] = 5; $cfg['temple'][1]['enabled'] = true; $cfg['temple'][2]['x'] = 50; $cfg['temple'][2]['y'] = 50; $cfg['temple'][2]['z'] = 7; $cfg['temple'][2]['enabled'] = false; $cfg['temple'][3]['x'] = 1000; $cfg['temple'][3]['y'] = 1000; $cfg['temple'][3]['z'] = 7; $cfg['temple'][3]['enabled'] = false; ################################################## # Vocation Config # ################################################## /* Notice: It's only one item per slot. You need to script special onLogin event in OTServ to add more items to new players. Look http://otfans.net/ for more information. */ ################# No Vocation #################### $id = 0; $cfg['vocations'][$id]['name'] = 'xtibia'; $cfg['vocations'][$id]['level'] = 1; $cfg['vocations'][$id]['group'] = 1; $cfg['vocations'][$id]['maglevel'] = 0; $cfg['vocations'][$id]['health'] = 150; $cfg['vocations'][$id]['mana'] = 0; $cfg['vocations'][$id]['cap'] = 400; $cfg['vocations'][$id]['enabled'] = false; $cfg['vocations'][$id]['look'][0] = 138; $cfg['vocations'][$id]['look'][1] = 130; $cfg['vocations'][$id]['skills'][0] = 1; $cfg['vocations'][$id]['skills'][1] = 1; $cfg['vocations'][$id]['skills'][2] = 1; $cfg['vocations'][$id]['skills'][3] = 1; $cfg['vocations'][$id]['skills'][4] = 1; $cfg['vocations'][$id]['skills'][5] = 1; $cfg['vocations'][$id]['skills'][6] = 1; $cfg['vocations'][$id]['equipment'][3] = 3939; $cfg['vocations'][$id]['equipment'][4] = 2650; $cfg['vocations'][$id]['equipment'][5] = 2382; $cfg['vocations'][$id]['equipment'][10] = 2050; ################# Sorcerer ####################### $id = 1; $cfg['vocations'][$id]['name'] = 'Treinador Novato'; $cfg['vocations'][$id]['level'] = 1; $cfg['vocations'][$id]['group'] = 1; $cfg['vocations'][$id]['maglevel'] = 0; $cfg['vocations'][$id]['health'] = 150; $cfg['vocations'][$id]['mana'] = 0; $cfg['vocations'][$id]['cap'] = 6; $cfg['vocations'][$id]['enabled'] = true; $cfg['vocations'][$id]['look'][0] = 160; $cfg['vocations'][$id]['look'][1] = 159; $cfg['vocations'][$id]['skills'][0] = 10; $cfg['vocations'][$id]['skills'][1] = 10; $cfg['vocations'][$id]['skills'][2] = 10; $cfg['vocations'][$id]['skills'][3] = 10; $cfg['vocations'][$id]['skills'][4] = 10; $cfg['vocations'][$id]['skills'][5] = 10; $cfg['vocations'][$id]['skills'][6] = 10; $cfg['vocations'][$id]['equipment'][1] = 0; $cfg['vocations'][$id]['equipment'][2] = 0; $cfg['vocations'][$id]['equipment'][3] = 0; $cfg['vocations'][$id]['equipment'][4] = 0; $cfg['vocations'][$id]['equipment'][6] = 0; $cfg['vocations'][$id]['equipment'][7] = 0; $cfg['vocations'][$id]['equipment'][8] = 0; ################# Druid ########################## $id = 2; $cfg['vocations'][$id]['name'] = 'Druid'; $cfg['vocations'][$id]['level'] = 8; $cfg['vocations'][$id]['group'] = 1; $cfg['vocations'][$id]['maglevel'] = 0; $cfg['vocations'][$id]['health'] = 185; $cfg['vocations'][$id]['mana'] = 35; $cfg['vocations'][$id]['cap'] = 470; $cfg['vocations'][$id]['enabled'] = false; $cfg['vocations'][$id]['look'][0] = 138; $cfg['vocations'][$id]['look'][1] = 130; $cfg['vocations'][$id]['skills'][0] = 10; $cfg['vocations'][$id]['skills'][1] = 10; $cfg['vocations'][$id]['skills'][2] = 10; $cfg['vocations'][$id]['skills'][3] = 10; $cfg['vocations'][$id]['skills'][4] = 10; $cfg['vocations'][$id]['skills'][5] = 10; $cfg['vocations'][$id]['skills'][6] = 10; $cfg['vocations'][$id]['equipment'][1] = 2480; $cfg['vocations'][$id]['equipment'][2] = 2172; $cfg['vocations'][$id]['equipment'][3] = 2000; $cfg['vocations'][$id]['equipment'][4] = 2464; $cfg['vocations'][$id]['equipment'][6] = 2530; $cfg['vocations'][$id]['equipment'][7] = 2468; $cfg['vocations'][$id]['equipment'][8] = 2643; ################# Paladin ####################### $id = 3; $cfg['vocations'][$id]['name'] = 'Paladin'; $cfg['vocations'][$id]['level'] = 8; $cfg['vocations'][$id]['group'] = 1; $cfg['vocations'][$id]['maglevel'] = 0; $cfg['vocations'][$id]['health'] = 185; $cfg['vocations'][$id]['mana'] = 35; $cfg['vocations'][$id]['cap'] = 470; $cfg['vocations'][$id]['enabled'] = false; $cfg['vocations'][$id]['look'][0] = 137; $cfg['vocations'][$id]['look'][1] = 129; $cfg['vocations'][$id]['skills'][0] = 10; $cfg['vocations'][$id]['skills'][1] = 10; $cfg['vocations'][$id]['skills'][2] = 10; $cfg['vocations'][$id]['skills'][3] = 10; $cfg['vocations'][$id]['skills'][4] = 10; $cfg['vocations'][$id]['skills'][5] = 10; $cfg['vocations'][$id]['skills'][6] = 10; $cfg['vocations'][$id]['equipment'][1] = 2480; $cfg['vocations'][$id]['equipment'][2] = 2172; $cfg['vocations'][$id]['equipment'][3] = 2000; $cfg['vocations'][$id]['equipment'][4] = 2464; $cfg['vocations'][$id]['equipment'][6] = 2530; $cfg['vocations'][$id]['equipment'][7] = 2468; $cfg['vocations'][$id]['equipment'][8] = 2643; ################# Knight ######################### $id = 4; $cfg['vocations'][$id]['name'] = 'Knight'; $cfg['vocations'][$id]['level'] = 8; $cfg['vocations'][$id]['group'] = 1; $cfg['vocations'][$id]['maglevel'] = 0; $cfg['vocations'][$id]['health'] = 185; $cfg['vocations'][$id]['mana'] = 35; $cfg['vocations'][$id]['cap'] = 470; $cfg['vocations'][$id]['enabled'] = false; $cfg['vocations'][$id]['look'][0] = 139; $cfg['vocations'][$id]['look'][1] = 131; $cfg['vocations'][$id]['skills'][0] = 10; $cfg['vocations'][$id]['skills'][1] = 10; $cfg['vocations'][$id]['skills'][2] = 10; $cfg['vocations'][$id]['skills'][3] = 10; $cfg['vocations'][$id]['skills'][4] = 10; $cfg['vocations'][$id]['skills'][5] = 10; $cfg['vocations'][$id]['skills'][6] = 10; $cfg['vocations'][$id]['equipment'][1] = 2480; $cfg['vocations'][$id]['equipment'][2] = 2172; $cfg['vocations'][$id]['equipment'][3] = 2000; $cfg['vocations'][$id]['equipment'][4] = 2464; $cfg['vocations'][$id]['equipment'][6] = 2530; $cfg['vocations'][$id]['equipment'][7] = 2468; $cfg['vocations'][$id]['equipment'][8] = 2643; ################# Other IDs ###################### $cfg['vocations'][5]['name'] = 'Master Sorcerer'; $cfg['vocations'][6]['name'] = 'Elder Druid'; $cfg['vocations'][7]['name'] = 'Royal Paladin'; $cfg['vocations'][8]['name'] = 'Elite Knight'; ?> [/spolier]
  16. passa o link ai pra mim então porfavor para nao criar muitos post e floodar vo editar esse vlws god gniu esse ai servio agora so falta eu achar onde muda o nivel dos pokes tipo na pokedex e o nivel para evolução mudar all nivel deles
  17. eu consegui aqui editar o nivel dos pokes eu vo9 editar all e posto o link para download deles com o nivel certo para quem quiser so to com um problema tipo abra -Evolutions: • Evolves to Kadabra starting at level 20. • Evolves to Alakazam starting at level 38. vo te que mudar o nivel dos pokes para ser usado mais ta dando um erro aqui no serve ealguem pode me dizer o boddy do mark que esta usando no seu map? o meus aqui so dao errado
  18. vlw slicer acho que e assim mesmo caso consigue eu posto aqui edit e o sistema de nivel do pokes do player
  19. to tentanto mudar aqui mais nao ta dando certo os pokemons selvagens ainda continuam nivel baixo e eu notei que tipo o ataque de area do electabuzz se no respaw 5 atacar ao mesmo tempo laga todo o servidor o ideal seria diminuir o alcance desse ataque de area dele alguem sabe como ?
  20. tipo nos respaw so tem poke all nivel 20- queria saber como fasso para deixar ele nivel maior tipo para ficarem no respaw ja nivel maior e alguem me passa o body do mark ai o meu nao to achando
  21. o link para download da janela colldown nao ta funfando e como eu fasso para aumentar o nivel dos pokemons no respaw? tipo tem lapras no nivel 18 queria botar no minimo 70
  22. alguem sabe como editar esse mapa? pq meu remeres nao abre tudo certim e alguem sabe algum mapa que de certo nele?
  23. Prefiro dash enfim server limpo de facil utilização fato {X} o erodino serve e bom mais esta muito ZOADO! {O}
  24. cara tem como voce postar no media fire ou multiupload ?
  25. como disse no post acima nao tenho inteçoes de modificar o server so postei porque achei entereçante e nao tinha aqui mais se tiver dulvidas eu talvez possa responder ^^
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...