Jump to content

Rynbef

Forum Moderator
  • Posts

    941
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Rynbef

  1. Notice: if u don't think this is real cuz of my mistake "prontira" or 383 and he replace it with 4_F_HILDA. try it by your self. Please give them as much details as possible. After this I could say "remove the min group level" etc and he will do it. Rynbef~
  2. Yes, I'm not joking. Chatgpt is able to scripting. Of course it's not rly the complex one but it works. Here is the code: prontera,140,140,4 script Healer 4_F_HILDA,{ if (getgmlevel() >= 1) { // nur für GMs verfügbar mes "[Healer]"; mes "Hallo, wie kann ich dir helfen?"; next; if (select("Ich möchte geheilt werden.") == 1) { mes "[Healer]"; mes "Klar, ich werde dich heilen!"; heal 100,100; // HP und SP heilen close2; } } else { mes "[Healer]"; mes "Es tut mir leid, ich kann dir nicht helfen."; close2; } } OnInit: setarray .mobid, 383; // Sprite-ID des Healers setarray .mobx, 140; // X-Koordinate des Healers setarray .moby, 140; // Y-Koordinate des Healers setarray .mobs, 4; // Richtung des Healers setarray .mobby, 0; // Mobspawn-Optionen spawnnpc .mobid[rand(0, getarraysize(.mobid)-1)], .mobx[rand(0, getarraysize(.mobx)-1)], .moby[rand(0, getarraysize(.moby)-1)], .mobs[rand(0, getarraysize(.mobs)-1)], "", .mobby[rand(0, getarraysize(.mobby)-1)], 0, 0, 0, 0; end; Rynbef~
  3. Its permanently updated. Take a look on their website. Rynbef~
  4. Ive already explain how to use on win10 Rynbef~
  5. Create a simple C# login window and use a video as background. As example: https://youtu.be/vLwRT1xs7KQ Rynbef~
  6. Yes, use the Act Editor on the download section. Rynbef~
  7. It's a known issue. Change the camera angle a bit and it's a bit better. Roughly u have to move every sprite a bit to right by change every act file. Rynbef~
  8. Looking forward to see developing process. Could be a powerfull tool. Which programming language are u using? Rynbef~
  9. Rynbef

    Hello again

    Das Problem sehe ich tatsächlich weniger an der Community und ob noch genug Spieler da wären, sondern an der momentanen Abmahnwelle, die Gravity gerade ausrollt und auch schon den ein oder anderen großen Server (International) dahin gerafft hat. Rynbef~
  10. At ur switch statement add a new menu point at last entry. Don't forget to add , at the previous one. Like: (Class==Job_Champion)?"only champ can see this":""; And add a case for it. Rynbef~
  11. @GM WinterThor only able to use http port 80. Not https port 443. Just create a sub domain patcher.example.com and disable SSL/https for this sub domain. Rynbef~
  12. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L3243 Rynbef~
  13. No updates since 5 months. It seems to be dead. Unfortunately. Looking forward to UnityRO https://github.com/guilhermelhr/unityro the project is rly active and the developing process is very fast. Check their discord. Rynbef~
  14. U can use the Unique Game ID and read the information out of the SQL database. And clone it of course. Rynbef~
  15. It looks simple, clean and modern. There are many projects which wasnt finished. I which u able to finish it and I whould like to know which features or main functions u've finished yet. I whould like to here about ur progress. Do u want to use it just for ur own or u want to share it sometime? Rynbef~
  16. Maybe use https://github.com/zackdreaver/ROenglishRE/tree/master/Ragnarok in ur case. Rynbef~
  17. Maybe try to convert to lub. Rynbef~
  18. Don't try to add @Functorin Skype. There are a lot of scammer. He already warning about! Write him a private message here. He's very active and answer fast. Rynbef~
  19. Sometimes it's the easiest and we try the hardest ? But someone need it sometimes. The script has much features? Rynbef~
  20. @DEsMOnYes. I had to change a bit Hopefully ur happy ? weaponaccesspvp fixed.txt Rynbef~
  21. Amazing! I want to have the map? Rynbef~
×
×
  • Create New...