Jump to content

sader1992

Content Moderator
  • Posts

    1678
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by sader1992

  1. did you use this ? https://github.com/zackdreaver/ROenglishRE/ for english
  2. try it like that and see if it work 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 19 Enable Title Bar Menu 33 Always Call SelectKoreaClientInfo() (Recommended) 35 Read Data Folder First 37 Read questid2display.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 46 Use Normal Guild Brackets (Recommended) 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 97 Cancel to Login Window (Recommended) 213 Disable Help Message on Login (Recommended)
  3. it tell you type the file name type it config.default.json or config.borf.json the one you want
  4. no download from the link i gived you and no need to more files this the full package uploaded by @Borf for more info and support about browedit join us @ BrowEdit Discord
  5. where did you download it ? if github = you need 2 git hub to make it work download it from this link http://browedit.borf.nl/browedit.zip if you still have error make sure that your config dose not miss ( , ) example like this you will get error "C:/Users/sader/RO/data.grf" "C:/Users/sader/RO/rdata.grf" this the right way "C:/Users/sader/RO/data.grf", "C:/Users/sader/RO/rdata.grf"
  6. sader cuz my real name is sader DX (limited Fiction) if i enter a game and i can't use my name i take more then 2hr to choose a name and in the end i don't play the game XD
  7. btw for ragnarok you may want to see this
  8. i personally prefer c# most of the games is c++ you can use a game engine like unity or Stingray or you can start from 0 building a game is not as easy as it look like i think anyone who in the developing world thought about it but you would need a lot of thing not just programming you need a lot of designers with you and even if you very good in something that your game work with it ,you will find things that you can't do them and you would need help i would suggest using a game engine if you wanna build a game and i would suggest learning c c++ cuz you can do anything in them (they are not new) and i would remind you about something you know how you feel when you finish a game and you are so happy and you want to see every thing after the end ? you remember all the names you sow in that game XD ? if you want to build small game or even a big game and you don't have a lot of help with it i would suggest using game engine you would need c# or javascript (both work) (this if you are asking about making new game)
  9. Legally I suggest working on a new game
  10. no 0 is the default sorry i don't think i know why that happen in your server what your rathena version ?
  11. https://github.com/rathena/rathena/blob/c9ce29c00e4c440e15fcecadf314b85ad65e8c2b/conf/battle/skill.conf#L286 see here what option you have in your server ? skill_trap_type: ?
  12. is the map marked as gvg_castle mapflag ?
  13. https://github.com/rathena/rathena/wiki/Install-on-Centos#install-prerequisites
  14. contact @Functor i think he can do that i asked him before but it's not easy so it's Paid services
  15. i think the knockback already wont work in Woe
  16. let's say i want to put npc on the Street light /where == 146,111 /where again after one spot == 146,112 146,111 and 146,112 then the Street light is 146,110 and here it is just do it on higher scale
  17. as you put it on walkable area get the coordinates and type them to the npc
  18. on the water = in the map coordinates but it's non walkable area = the players can't move to it and yes you can put the npc in non walkable area and no you can't put npc outside the map coordinates
  19. you are missing some kind of close statement in the script if you post the script everyone would help
  20. - script level_checker -1,{ OnPCBaseLvUpEvent: if(BaseLevel == 99) { atcommand "@blvl 1"; } }
  21. yes you can use your phone if you have WIFI on the phone and the PCs , or if you have Bluetooth on the phone and PCs they would work of you can get a line cable and connect the PCs directly i don't suggest hamachi and i think hamachi need to be connected on the internet .
  22. from another pc ? they must have some connection like network you choose your server pc and use it ip and you put the ip in the client info and you must open the login port in the fire wall and if you use router to connect the 2 PCs you need to open the port there too if you want to open the game twice on the same pc ? i suggest learn hot to make ragnarok server from the first step https://github.com/rathena/rathena/wiki and search here https://rathena.org/board/forum/23-general/ and search in google
  23. - script login_checker -1,{ OnPCLogin: dispbottom "============================================="; dispbottom "Account Status : Normal Player"; dispbottom "Become vip and have incredible advantages"; dispbottom "Access website and learn more"; dispbottom "============================================"; end; }
  24. function script Fake_Func { dispbottom "Test"; dispbottom ""+ getvariableofnpc(.tmenu$[var1],"Fake_Npc") +""; end; } prontera,153,193,6 script Fake_Npc 123,{ menu ""+.tmenu$[1]+"",-, ""+.tmenu$[2]+"",T1, "Info",T2; var1 = 1; end; T1: var1 = 2; end; T2: Fake_Func; OnInit: setarray .tmenu$[1],"Dog","Cat"; end; } you can do like that if you want the function outside the npc
  25. sorry :x same as the first reply but contact me in the discord so i used TeamViewer to do it since he didn't knew how to (he was trying to use nemo on the exe that he already diffed with nemo with walk to delay patch) :X
×
×
  • Create New...