Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. Kido

    GM Area

    aw i was about to finish, just going to ask which map he wants D:
  2. it sounds like an infinite loop problemhowever I'm not able to detect any freeloop in this script o.o this is a performance killer script ? /dunno then, maybe this script access too much query_sql ? // maybe, i made about 13 npcs and each had about 7 quests to kill some mvps and common mobs I wonder how many players in your server ? //it was around 8 players when the bug appeared and how high is your check_goto_count //i don't use them at all, just in a few simple npcs that just give info to the players i wasn't refering tot his actual one, i was refering to the first version
  3. yeah no problem, keep this unsolved so someone maybe can answer for exactly what you want
  4. stoped using this because for a weird reason it make my server mobs and even mvps to not walk or being not aggressive, even sometimes players couldn't walk i know it sounds weird but when i removed the script everything went fine since then i make my quests/misions manually with quest_db i get tired so quick x______x
  5. yeah i udnerstand, you only want to unequip those specific items, i'm sorry i only know that way D: however, iff the players know that using those items along will unequipthem all they shouldn't use it D: maybe with source modification it can be done as you wish to
  6. allright put this on your shield item {}.{ if(isequipped(30501)) nude; if(isequipped(30502)) nude; if(isequipped(30503)) nude; },{} notice it's on the second pair of {} ) OnEquipScript it should work, try it, if doesn't work give me the complete line please so i cant make sure o:
  7. to the question, of course! i enjoy the music too lol, i've changed some bgm music to play more nicely lol we all really like your work and are so grateful, on every download ! so nice of you lol
  8. allright just give which ids cant be equiped together and i will try to o:!
  9. well i'm sure that if you took it from php page time zones it's ok however, i came to think that maybe it will have to pass certain time to see the player get points have you checked by yourself? out of that i can't think any other reason D:
  10. Due to the 'Paid Service' rule changes, all current services will be placed into a pending forum and those users will be given roughly a month to respond; meaning: From Feb 4 - Feb 28, they can commit or send their pull request. On March 1, those who did NOT commit in Feb will have their topic moved to Rejected Ads, with a reasoning as to why it was rejected. a wild weird stupid question appears! what about ppl fo the paid services that already made a contribution? maybe i'm not getting it at all lol [Answer------------Bag] |--------------------------| [>Kill---------------Run] //it's suppused to be the battle box of pokemon lol!
  11. Kido

    GM Area

    i can do something like this: a npc that only gms can talk to (for the part only when there is one gm to activate the npc) the gm house will be a, lol a house, but players won't be able to get there by any way (map flaggs here) however, the house will only be able to have 2 players (the gm supporter and anotherone player) the countdown it's kinda wird for me, because ppl can click the npc and kinda get at the same time the countdown x_x sry if not helpful D:
  12. most of my scripts are taken from scrip releases and sprite releases D: i also use google here some links https://www.google.com.mx/ http://rathena.org/board/forum/28-script-releases/ any questions? http://rathena.org/board/forum/3-support-releases/ http://rathena.org/board/forum/17-rathena-wiki/ lol not kidding, i rally use those lol
  13. huh i guess it can be done with src modification you will need a command @ so the npc can use it the command will change the text or name of the player to a desired/selected color if none helps you you can try the source request o: http://rathena.org/board/forum/36-source-requests/
  14. Kido

    about input

    as far as i know that can't be just thell them to don't use symbols (?) http://rathena.org/wiki/Input have you tryied to search on script_commans.txt D:? i couldn't find something to prevent this
  15. not at all i guess, why don't you try to make it account based?
  16. thank you so much o:! http://rathena.org/board/page/badges_and_awards.html/_/mapping-lv-1-r16 Lol i believe you are a girl map level 1, totally agree
  17. On the second pair of {} add this: { if(isequipped(IDofEachItemCombination)) nude; let me know if it work o:
  18. did he get any error, or do you get any error message? also, try to llok on the tables of the sql, i'm not pretty sure abut this but there must be a place where flux saves the donations or points
  19. well this totally belong to harmony, have you asked there? we can't udnerstan at all because we don't know which changes you made try to use your backuped grf remember that harmony it's kinda special to manage, you need to make changes carefuly
  20. sorry pal i don't know (and maybe more don't know lol) how to did you find something in google? any advance on your desired changes? maybe we can help starting from error lol however, don't forget to always make a backup of your whole files
  21. Well actually fluxcp it's not easy to manage (i've told) so you will have to deep on most of the files on each directory to find what you want to change sorry it's all i can think for now D:!
  22. lol why don't you try for the locations? remember also to update the log i'm not sure of triad patcher, i use neoncube lol
  23. Sounds good to me o: if they can code and offer such works i don't see the problem to aporting, also this will make look more organizated that section by the prefixes. +1
  24. hello, i want to know how to fix this issue there it says no quests when already took some and there are strange symbols on the quest right side plus the number of monsters to kill are not the ones i made D: thanks in advance! my quest script 80001,0,1059,3,1147,3,1150,3,"Apha MvP Room 1" 81001,0,1115,3,0,0,0,0,"Apha MvP Room 2"
  25. allllllright thank you o:!!! i was playing around with weird ideas x_x some: if (checkquest (80001,HUNTING) == 2) { scriptblabla; } && if (checkquest (81001,HUNTING) == 2) { scriptblabla2; } else { mes "You've fail to kill them all"; } or just "and" if (checkquest (80001,HUNTING) == 2) { scriptblabla; } and { if (checkquest (81001,HUNTING) == 2) { scriptblabla; } else { mes "You need to kill them all to claim your prize } even this lol if (checkquest (80001,8101,HUNTING) == 2) { scriptblabla; } else { mes "You haven't kill them enought times"; } thanks again euphy o:!!
×
×
  • Create New...