Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. you as Staff would be cooooooooooool o:!!!!!
  2. Kido

    Blacklist

    Well seems that signing a contract like you said would be the best o: may i pm so you may lend me a hand in making one o: ? Huh a Blacklist for at least will give the members an idea of how they may be treated and how many scammers are around there, maybe a blog-like telling the experiences of scammed ppl may help too. There are many ideas that i think it may help. Thanks everyone for correcting me and answering to this o: with that effort i would like to hear ideas too, to do something agains this, the sign of a contract like DevilEvil said it's just a great idea.
  3. Kido

    item_db help

    i didn't say that i can't finish it D: only that it will take me a bit more of time or if i'm going too slow well i did all i can in that time DDD: as you wish, no problem with me
  4. Kido

    Blacklist

    Well maybe it will be a little different here in the emulator community, because we are going to talk about specific ppl. Like Emistry said, Admins./Staff won't be able to provide IP or e-mail and so on, but what about an expansion of the Term of Service and Forum Rules? where ppl who contact Paid Services or if Services Providers contact ppl through these projects, they will be warned that if enought evidence if provided for a customer that got scammed, information such IP, e-mail and maybe name will be displayed in a specific forum or section (HoS thread9, so they will warn other members. If they are not going to scamm then what's the problem by accepting such terms/rules? It's a crime, when criminals get captured they say the name completly, nationality and even the age. Or, will be necessary a separe page that can implement those rules and terms? Let's say that i want to contact X member Paid Services, before hiring it, i would ask "are you registered in this page? i would like to see your resume &/or reviews", that way ppl would at least notice and see if it's a good idea to hire them. If it's accepted, then maybe projects and the page may interact together to warn members, the page will capture them and the forums would just provide a list with few details. Of course, forums will just say "Recommended by this page to not hire/contact X services", so forums won't get involed in any kind of problem (?) For me, the idea doesn't sound that bad. It's better than doing nothing and let the scammers do whatever they want.
  5. Kido

    Just for fun!

    i don't even appear xD ... x'D!
  6. Kido

    item_db help

    ow i'm not z_z i fell asleep at 3am lol huh i thinked it would be only the item bonus script D: it will take me some time more to do the restrict and combos DDD: but yeah i'm still in it, sry for no updates D:! /spin Edit 2: I will continue later, i'm almost done with the item bonus script, when i end with that i will take care of the combos and restricted and so on ;o going to sleep D: nights :33 http://upaste.me/012a125528203a752 Can't remember how to reduce a specific skill cool down/delay z_z!
  7. Kido

    item_db help

    oh god alright xD then i'll take care of that too
  8. Kido

    item_db help

    huh i'll continue this tonight o:! so, combo items too? o: alright !
  9. Kido

    item_db help

    lol you mean i should leave the item combo script? @____________@ Edit: I couldn't finish them D: huh for now i will leave this o: [spoilera] http://pastebin.com/jvJ9Jbz1 [/spoilera]
  10. Kido

    item_db help

    cool o:! yeah i forgot about 'else' D: alright i will try to edit/update when i finish more items o: i'm having a funny time dealing with this one If the amount of the entire set of refine is equal or superior 45 removes gemstone from the requirement of skills. increase in 100% the SP cost of skills. When refine total is superior to + 45 reduce % the sp cost of skills. o______o i have never see an effect like that, pretty new for me D: huh well i was into scrip commands looking at https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L2481 to see how i can get the a specified id and if that item refine is = to ? @_@ maybe like this? if ((getequipid(EQI_ARMOR) == 24084 && (getrefine()>=12) ) && ((getequipid(EQI_HAND_L) == 24086 && (getrefine()>=11) ) && ((getequipid(EQI_HAND_R) == 24087 && (getrefine()>=11) ) && ((getequipid(EQI_EQI_SHOES) == 24085 && (getrefine()>=11) ) { bonus bNoGemStone,0; bonus bUseSPrate,100; } or i just can go by if ((getequiprefinerycnt( 15 ) >=45) ) { bonus bNoGemStone,0; bonus bUseSPrate,100; } /spin also dunno this part When refine total is superior to + 45 reduce % the sp cost of skills. 89 rep lol i'm not even half of what you got guys
  11. Kido

    item_db help

    yup thanks o:! i'm a little sleepy so i'm a bit slow here z_z huh i will finish this tonight anyway alright i catched ziu's post, thanks o:!! preview of (?) lol gonna be a long night
  12. Kido

    item_db help

    Guess where RMS gets their data from They used to use rA's item db, not sure if they've moved to Herc or still using ours. 9 times out of 10, if we don't have it, neother do they. Guess where RMS gets their data from They used to use rA's item db, not sure if they've moved to Herc or still using ours. 9 times out of 10, if we don't have it, neother do they. oh lol, alright i'm into it o;!
  13. Kido

    item_db help

    where to see the eff of the items? in rms many of them doesn't exists D:! alright i will give a try o:!! i just need the effects of them o:! lol 150 only? i'll easy handle it e.e! except if they have pretty weird effects, which i would also be interesed to see how to make them o:!
  14. what's your revision? are you using latest rAthena? because i have that script too and it's working o: 5374,L_Magestic_Goat,Gigantic Majestic Goat,4,20,,800,,5,,0,0xFFFFFFFF,7,2,256,,0,1,380,{ bonus2 bAddRace,RC_DemiHuman,12; bonus2 bAddRace,RC_Player,12; bonus bBaseAtk,(JobLevel*2)/7; },{},{}
  15. data>sprite>ÀÌÆÑÆ®/emotion.act data>sprite>ÀÌÆÑÆ®/emotion.spr data>sprite>이팩트/emotion.act data>sprite>이팩트/emotion.spr (?)
  16. Kido

    item_db help

    let me do the item bonus script DDDDDDD:! it's one of the few things that i can do right >:3!!!!!
  17. nope, you need to recompile every time you edit something inside the folder src D: for the others, you just @reload and see options there sometimes resart the server will be enough but always you need to recompile after editing something inside the SRC folder o;!
  18. Hello, here you can edit the delay and cool down of the skills trunk/db/pre-re/skill_cast_db.txt if you are using pre-renewall https://github.com/rathena/rathena/blob/master/db/pre-re/skill_cast_db.txt trunk/db/re/skill_cast_db.txt if you are using renewall https://github.com/rathena/rathena/blob/master/db/re/skill_cast_db.txt To modify the skills damage and so on you will require to do src modification for everyone (look at skill files) https://github.com/rathena/rathena/tree/master/src/map You will need to know about C and minor edit. After you mod. the skills you want, you have to recompile so they will take effect. Please make a backup before doing, in case that something goes wrong, because if it goues, you won't be able to run the server D:
  19. good luck ;3 it would be awsm to see you here as a Graphics Moderador ;o!
  20. Kido

    Blacklist

    Thanks! huh with the help of everyone i think we will not totally stop the scamming but yes reduce the numbre of them, there are some cool ideas o;!
  21. I'm just so too much a lot very proud :'3
  22. Looooool i'm! huh let's see next time who get more posts! huh where can i see that top DDD: ?
  23. I just pray that you will love me (8)
×
×
  • Create New...