Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. Not 100% sure pero sa pag kaka-alam ko pwedi kang mag test server sa ratemyserver.net
  2. Radian

    KOE Devo

    I think there's no need for source changing. but instead check the mapflags for pvp_noparty.
  3. here's an example how to duplicate. look for this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; } for example the shop ID is 3 all you need to do is make a new line and do this prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } this means that you are calling the function of Shop #3 which only those items you set on #3 will be shown on prontera 150 150 coordinates and it was named as Quest Shop 2. Add(3,503,1,0,0,4108,150,1041,1500); so it will look like this // Shop NPCs -- supplying no argument displays entire menu. // callfunc "qshop"{,<shop ID>{,<shop ID>{,...}}}; //============================================================ prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; prontera,150,150,6 script Quest Shop 2#2 998,{ callfunc "qshop",3; } like this ? http://pastebin.com/HA9yax8t On this part don't change this one setarray .Shops$[1],"Upper"; setarray .Shops$[2],"Middle"; setarray .Shops$[3],"Lower"; setarray .Shops$[4],"Accessorry"; setarray .Shops$[5],"Costume Headgears"; It should be like this setarray .Shops$[1],"Headgears","Weapons","Other";
  4. Same Problem.... ! Find this codes: mes "[Clown]"; mes "Need some time to think about it, huh?"; mes "Alright, I can understand."; close; } 'c'ostume .@Part; mes "[Clown]"; mes "Done, enjoy your costume headgear."; close; case 2: next; and change it to this one: mes "[Clown]"; mes "Need some time to think about it, huh?"; mes "Alright, I can understand."; close; } costume .@Part; mes "[Clown]"; mes "Done, enjoy your costume headgear."; close; case 2: next; I think the NPC is not the issue. the reason for this are " expect command, missing function name or calling undeclared function " It's a command that the script didn't acknowledge as a function and missing. apply the source code and this NPC will work. Same Problem.... ! Hope this helps you guys http://rathena.org/board/topic/82370-costume-npc-and-costumeitem/?p=272111
  5. https://github.com/rathena/rathena/blob/master/npc/custom/events/disguise.txt
  6. It has the same name with char-server & map-server with the first server. That's a really unhelpful feedback. Anyway, this Wiki article explains it best. It even tells you what to do with your athena-start so you can start both servers at once. (Which solves your first problem) Yep I even followed that guide. it seems outdated guide. the reason why im trying to use this is to run both server1 & server2 using this. #!/bin/bash xterm -fg white -bg black -e "/root/login.sh"& xterm -fg white -bg black -e "/root/map.sh"& xterm -fg white -bg black -e "/root/char.sh"& xterm -fg white -bg black -e "/root/map2.sh"& xterm -fg white -bg black -e "/root/char2.sh"
  7. It has the same name with char-server & map-server with the first server.
  8. No I didn't copy this on AsuraHosting. I got this from someone ( I already put different type of ports for map & char server )
  9. I've test this script #!/bin/bash xterm -fg white -bg black -e "/root/login.sh"& xterm -fg white -bg black -e "/root/map.sh"& xterm -fg white -bg black -e "/root/char.sh"& xterm -fg white -bg black -e "/root/map2.sh"& xterm -fg white -bg black -e "/root/char2.sh" but this happens everytime i use ./start.sh ./start.sh: line 5: xterm: command not found ./start.sh: line 4: xterm: command not found ./start.sh: line 3: xterm: command not found ./start.sh: line 6: xterm: command not found [root@planet ~]# ./start.sh: line 2: xterm: command not found can anyone tell me how to work this one out? I managed to install xterm : and now i got this warning Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot be safely formatted in this environment. You may get a more descriptive message by running the program as a non-root user or by removing the suid bit on the executable. xterm Xt error: Can't open display: %s xterm: DISPLAY is not set @bump
  10. I was hoping that 2012 client will be compatible. nah! Nice One!
  11. i tried that ddnt work Yes, you need to put the name of your GAMECLIENT.exe so when you start the Patcher it will directly open your gameclient. i tried this one didn't work well the patcher 100% working but game.exe nope i think there's a wrong code on my config ClientEXE='minero.exe' [button:Start] Default='images/start.png' OnHover='images/starthover.png' OnDown='images/startdown.png' Left=468 Top=323 Hook='Start' Action='minero.exe' This happens when you start the Patcher and no data.grf or the other files needed. i got them all " DefaultGRF=',mime-ro.grf' " the problem is i can open game using the exe manualy because patcher don't work when i click start button on my patcher nothing happen It must be the same name when you put the game client name so the Thor will directly look for the exe and open it. example your client name is " mimeroclient " ClientEXE='mimeroclient.exe'
  12. Still no luck. I already open the port 3306
  13. i tried that ddnt work Yes, you need to put the name of your GAMECLIENT.exe so when you start the Patcher it will directly open your gameclient. i tried this one didn't work well the patcher 100% working but game.exe nope i think there's a wrong code on my config ClientEXE='minero.exe' [button:Start] Default='images/start.png' OnHover='images/starthover.png' OnDown='images/startdown.png' Left=468 Top=323 Hook='Start' Action='minero.exe' This happens when you start the Patcher and no data.grf or the other files needed.
  14. If rAthena gamitin mo yung latest Disguise Event.
  15. Maybe this is the reason? http://rathena.org/board/topic/98961-solved-navigation-system-crash/#entry275388
  16. I guess you are looking for this http://ratemyserver.net/index.php?page=download_toolSPR Conview
  17. Yes Can you try this one? http://pastebin.com/qg3b86ip I change the size and logout After the 2nd times login It become normal. Here http://pastebin.com/qg3b86ip
  18. a guy post the same problem what i have bro... THIS: and where can i add this.. Costume_System_v1.diff It means that you need to add/change something on the source. so the script will work properly
  19. Base : 255 /Base - Normal and Baby Jobs 255,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:4023 Job : 120 //Job - Star Gladiator 120,4047:4048,1,27434,27434,27434 /Job - Soul Linker (Same EXP table as 2nd Classes & Baby 2nd Classes) 120,4049,1,144,184,284,348,603,887,1096,1598,2540,3676,4290,4946,6679,9492 You can see it in your trunk/db/pre-re/job_exp.txt (pre renewal) & trunk/db/re/job_exp.txt If i do it, ill increase the level of all classes... If you want to increase only the SG and SL job. I think it impossible to do it for me let's wait for other Developer here maybe they knew how..
  20. Yes, you need to put the name of your GAMECLIENT.exe so when you start the Patcher it will directly open your gameclient.
  21. Sir kapag ginagamit ko yang script ng disguise event ng rathena.. lalo hindi gumagana eh.. kht wala space at meron space bago itype ang monster name.. wala hindi tumutugma sa monster.. ano kaya possible na problema? kapag naman ung athena gamit ko need ko pa mag space para lang gumana.. ito naman sa rathena kht may space at wala space hindi tinatangap ung answer... pa help pa po.. thx Matanong ko lang, anong emulator gamit mo?
  22. Yes Can you try this one? http://pastebin.com/qg3b86ip
  23. When player with size logout and then login again the size will remain?
  24. I am trying to connect my cPanel webhost > Mysql Workbench server. Unfortunately I fail, All information was correct or maybe I need to enable something. (crossing fingers) hopefully I can find the right answer for this.. or how can i fixed this one?
  25. Radian

    Need Job changer

    https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt Modify it here OnInit: setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class .ThirdClass = 1; // Enable third classes? (1: yes / 0: no) .SecondExpanded = 1; // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? (1: yes / 0: no) .SNovice = 45; // Minimum base level to turn into Super Novice .LastJob = 1; // Enforce linear class changes? (1: yes / 0: no) .SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no) .Platinum = 1; // Get platinum skills automatically? (1: yes / 0: no) end; } how about if you still have points left how to remove I believe this one, if you set this to 0 it will ignore the extra skill points of the player. .SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no)
×
×
  • Create New...