Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. yeah i was thinking in that when i went to sleep lol but, the script also change a lil. right? for example, it would go like this? // Quest Database // // Structure of Database: // Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,Quest Title 80001,0,1059,3,1147,3,1150,3,"Apha MvP Room" 80001,0,1115,3,0,0,0,0,"Apha MvP Room-Side" turbo_room,129,133,4 script Alpha MvP Quest 504,{ mes "[Hunter]"; mes "Hello, if you hunt some MvPs i will give you Zemy. Wanna try?"; next; menu "~Sure!~",L_sure,"No thanks",L_no,"Drop Quest",L_drop; L_drop: erasequest 80001; erasequest 81001; mes "How sad... allright good luck."; close; L_sure: setquest 80001; setquest 81001; mes "Defeat those:"; mes "3 Mistress"; mes "3 Maya"; mes "3 Moonlight Flower"; mes "3 Eddga."; next; menu "-Got it!",L_ok,"-Done!.",L_hunted; L_ok: mes "Get them!!"; close; L_hunted: if (checkquest (80001,HUNTING) == 2) { //here is where i'm not sure how to do it x_x how to check 2 or more quests mes "Not bad lol, here is your zeny!"; set Zeny,Zeny+1000000; erasequest 80001; erasequest 81001; close; } x_x if (checkquest (80001,HUNTING) == 2) { how i make it to read 2 or more quests D:? thnak you so much euphy for the repply
  2. Hello, i would like to know how to make the quest_db can allow to hunt more than 3 mobs, because i tryied that and it doesn't count the Eddgas. Theres my script and the Quest Databse // Quest Database // // Structure of Database: // Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,Quest Title 80001,0,1059,3,1147,3,1150,3,"Apha MvP Room" turbo_room,129,133,4 script Alpha MvP Quest 504,{ mes "[Hunter]"; mes "Hello, if you hunt some MvPs i will give you Zemy. Wanna try?"; next; menu "~Sure!~",L_sure,"No thanks",L_no,"Drop Quest",L_drop; L_drop: erasequest 80001; mes "How sad... allright good luck."; close; L_sure: setquest 80001; mes "Defeat those:"; mes "3 Mistress"; mes "3 Maya"; mes "3 Moonlight Flower"; mes "3 Eddga."; next; menu "-Got it!",L_ok,"-Done!.",L_hunted; L_ok: mes "Get them!!"; close; L_hunted: if (checkquest (80001,HUNTING) == 2) { mes "Not bad lol, here is your zeny!"; set Zeny,Zeny+1000000; erasequest 80001; close; } than you in advance o:!
  3. yeah D: but i'm kinda sure, there has to be another way, that's why i guess you have to ask them on other topic or on the topic release D: lol i thinked you googled for it the whole time lol found thos topic, it may help? http://rathena.org/board/topic/60255-fluxcp-renewal-finally-native-rathena-support/
  4. i used google and found thise http://rathena.org/board/topic/60255-fluxcp-renewal-finally-native-rathena-support/ it may help you o:
  5. we're always thanks for devs works, least i'm xD lol of course we are, but most of us don't directly say it D:
  6. i'm not sure about that, i would open a new topic on the website section to ask, or go to the post of the fluxcp, thay have to answer if they released the file (if i remember correctly) huh since you changed some code, i would dig on the files to chane require item_db to item_db_re in worst case D:!
  7. cool o: i hope i helped you by a little be careful on the src x_x remember 1 mistake and all will be done for D: also remember to make a backup if something bad happens good luck my friend (:
  8. hmm i'm not sure, i would just share the files (including emulator) if both want to develop it to connect they will have to put online the server hosted my its own computer, so you can enter there
  9. Well i was looking for some anime pics. for screen loaders for my server and ended watching this http://myanimelist.net/character/76904/Ruki the thing is the description of that anime girl how a girl like her can be a demon king and accidently summoned demons because she wanted to make popcorn???????! oh anime world, i will never understand you x_x
  10. the server is now online with a vps? or just your computer?
  11. Kido

    can't walk

    thanks o:! my client is 20120428 packet version is 5 (?) revision is 17701
  12. ok give me a momment it will take me soem time to get it x_x ok for the tables, you didn't imported correctly the tables to your sql huh give me a time need to go now, when back i will take a close look
  13. well you mean that your server is online and you want other ppl download it so they can play? well that's how to put the server online, you can find a lot of guides also use the wiki there you might find it too http://rathena.org/wiki/Main_Page http://rathena.org/wiki/Getting_Started i hope it helps
  14. hmm you touched something on the src, sql or some emu files? it's all a can think of what could caused it D: make a backup, then recompile and isee if you have any error while recompiling (?)
  15. hmm well, you need to install the same way you did on your computer, the emulator on your friend computer aslo give him the files and so on o:
  16. Kido

    can't walk

    hell, today from nowhere my players and i started to being unable to walk D: it happened on all maps, and couldn't solve it by re-login i couldn't see if any error appeared on the putty but it was so strange, from nothing all couldn't walk any idea? thank you in advance Edit: i restarted the server and the problem got solved the next error was that even some mobs can't walk or move now D: i'm not getting map errors or something help please D: Edit2: I found out that MvPs are not getting agressive too D:! Edit3: I unloaded the mision board script, because it was the only thing i was doing while these errors appeared i restarted the server and now runs fine, howevere i couldn't see any problems on the centos/putty window before and after that D: http://www.youtube.com/watch?v=IugAqY0KxBs&feature=youtu.be
  17. for example, when it says: "error 404 aditionally couldn't fine trunk/directory/blabla.php" means that you don't have that file so, in that case i go to the directory and create the file inside the file i write this <?php if (!defined('FLUX_ROOT')) exit; ?> and that solves the bug for me i suggest to reinstall it step by step D:
  18. Share with you the things that i love to do is the clearest demostration of my love.

  19. hmmm if you don't have the file directories you just create them then just paste this on them (on each file) <?php if (!defined('FLUX_ROOT')) exit; ?> Text here
  20. that's because the file isn't correctly moved for example, i needed a "downloads" file in a route, it should be named "doawnloads.php" i had tthat error too and easy solved it by going to the directory and creating the file myself, then i just added the link to my path and worked
  21. excellent team work o:!
  22. it may be that you misconfigured it or you didn't instaled it properly, sorry i'm not very experimented with localhosting, all i can suggest is to try to reinstall D: maybe someone else knows what to do o:
×
×
  • Create New...