Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/17/24 in all areas

  1. Hello everyone ~ This is my old art for a friend of our characters and pets. My favorite job is baby class because of their cuteness. Also thanks for playing in the private server I could take the little boy (almost) everywhere without worrying for his safety, yay. Anyway, hope you will enjoy it ~
    1 point
  2. You may not like it, but there is an easy workaround for Gravity's IP lawsuits. They revolve around using their client and artworks, and are pretty rock solid complaints. We all know that the pserver software is superior to Aegis, and is independent. The only fix needed is to isolate the client side from copyright issues. Fortunately, there is a superior client software emulator as well, you know it as openkore. While it is text based, it is fully capable of receiving, interpreting, and sending game data. Too many of you have hated on this program for its use in botting, frankly that has been short sighted as the botting has been a symptom of poor game design and server security. Don't blame a botter when the real blame is the game. Now it is your only hope for keeping RO alive. (Because official servers are dead. There is zero trust in gravity. Not before this and really not now after) There's the expectation that the command prompt window of kore be developed into a GUI, but the guts of handling and interpreting data exist already. PoE rose out of community wanting better, this could also. geometry dash lite
    1 point
  3. Thank you, guys, I really hope this helps the newbies struggling with setting up the client. At least for a renewal environment...
    1 point
  4. Calling all High-Rate lovers out there. Please help me by giving suggestions out there. I'm a fan of dark ro based setup. I do happen to have monster arena script. But it was based on low-rate server. I want some advice how will i set it up into high-rate type. So basically, my script summons declared monsters. And different monster will give specific point depends on my liking. setarray .MOBS[0], // MobID, MinAmount, MaxAmount, Time(ms), Points, X1, Y1, X2, Y2, // [1] [2] [3] [4] [5] [6] [7] [8] [9] // Low-Level Monster[Poring Family] 1002, 30, 50, 15000, 1, 0, 0, 0, 0, // Poring 1031, 30, 50, 15000, 1, 0, 0, 0, 0, // Poporing 1062, 30, 50, 15000, 1, 0, 0, 0, 0, // Santa Poring 1113, 30, 50, 15000, 1, 0, 0, 0, 0, // Drops 1242, 30, 50, 15000, 1, 0, 0, 0, 0, // Marin 1836, 30, 50, 15000, 1, 0, 0, 0, 0, // Magmaring So, this is the part of my script. When you kill a poring you will be given 1 point. Anyways, i want some suggetions how will monster arena will function on high rate setups. Any suggestion will be welcomed. Thanks guys!
    1 point
  5. Olá pessoal, a algum tempo atrás eu postei uma versão inicial do PF PAINEL. Porém, ele estava em um notebook, que eu acabei tendo que vender, fiz o backup de algumas coisas porém acabei esquecendo de fazer o backup do painel, então essa versão foi perdida. Devido a isso eu resolvi fazer uma nova versão do painel do 0, e ai está ela. [ PF PAINEL V2] Linguagens: - HTML5 - PHP - JAVASCRIPT - CSS Compatibilidade: - Rathena Emulador - Hercules Emulador Funcionalidades: [JOGADOR NORMAL] - Registrar Conta OK - Visualizar Conta OK - Visualizar Personagens OK - Resetar Posição de Personagens OK - Resetar Estilo de Personagens OK - Alterar Senha OK - Alterar E-mail OK - Visualizar Status do Servidor OK - Os melhores do Ranking OK - Log's da Conta OK - Ranking de WOE OK - Ranking de MVP OK - Ranking de Zenys OK - Ranking de PVP OK - Ranking de Eventos OK - Database de Itens OK - Database de Monstros OK - Recuperar Senha Em Desenvolvimento [ADMIN] - Log's de PVP OK - Log's de Comandos OK - Log's de Lojas OK - Log's de GS OK - Log's de Zenys OK - Log's de Mortes OK - Log's de Chat OK - Log's de Login OK - Log's de MVP's OK - Log's de NPC's OK - Log's de Drops OK - Log's de Personagens OK - Adicionar Créditos OK - Remover Créditos OK - Adicionar VIP OK - Remover IP OK - Bloquear Conta OK - Desbloquear Conta OK - Adicionar Membro na Staff OK - Remover Membro da Staff OK - Scripts compatíveis para integração com o painel. OBS: O design do painel eu não desenvolvi do 0, peguei um painel flat responsivo e fui modificando de acordo com a necessidade. Segue abaixo algumas imagens do painel:
    1 point
  6. - script ranking -1,{ function CreateMessage; function CreateMessage { .@a = getarg(0, 0); switch (.@a) { case 0: default: return "No records."; case 1: .@sql$ = "SELECT `NAME`, `ZENY` FROM `CHAR` ORDER BY `ZENY` DESC LIMIT 1"; break; case 2: .@sql$ = "SELECT A.`NAME`, B.`AMOUNT` FROM `CHAR` A, `INVENTORY` B WHERE A.`CHAR_ID` = B.`CHAR_ID` AND B.`NAMEID` = '" + .pods_item_id + "' ORDER BY B.`AMOUNT` DESC LIMIT 1"; break; case 3: .@sql$ = "SELECT B.`NAME`, A.`VALUE` FROM `ACC_REG_NUM` A, `CHAR` B WHERE A.`ACCOUNT_ID` = B.`ACCOUNT_ID` AND A.`KEY` = '#CASHPOINTS' ORDER BY A.`VALUE` DESC LIMIT 1"; break; } if (query_sql(.@sql$, .@name$, .@value) > 0 && .@value > 0) .@str$ = .@name$ + " - [" + .@value + "]"; else .@str$ = "No records."; return .@str$; } end; OnMinute60: delwaitingroom; waitingroom CreateMessage(strnpcinfo(2)), 0; end; OnInit: .pods_item_id = 1001; // put your pods item id waitingroom CreateMessage(strnpcinfo(2)), 0; end; } prontera,152,156,0 duplicate(ranking) Top Zeny Ranking#1 100 prontera,155,156,0 duplicate(ranking) Top Pods Ranking#2 100 prontera,158,156,0 duplicate(ranking) Top Cashpoints Ranking#3 100 Updates every hour. Note of below *waitingroom "<chatroom name>",<limit>{,"<event label>"{,<trigger>{,<required zeny>{,<min lvl>{,<max lvl>}}}}}; .... The maximum length of a chat room name is 60 letters.
    1 point
×
×
  • Create New...