Jump to content

joelolopez

Members
  • Posts

    493
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by joelolopez

  1. sir capuche no.. lets say that a script that can create character in ur account using SQL you know.. when we have pvp ladders we use SQL codes to insert values in our database, but this one is different the script insert values in our databse to create an existing character
  2. hi, im going to request a npc that will create a character in an account, the idea of this script is im going to ask the npc to join my adventures, and if the npc decided to join the SQL will do the character creation in a free slot.. and if you check you characters the defined character will appear lets say that ofcourse the npc must ask for a name that will be inserted in the character. hairtyle 67 will be the hairstyle of the character that will join my account job- kagerou baselvel- job level- cloth color- my desired cloth color etc...
  3. sir capuche im cool, i'll try to test this one thanks... if ( isequippedcnt(4001) == 0 && ( checkequipedcard(4001) > 0 || countitem(4001) > 0 ) ) {// 4001 not equipped but 4001 inserted into an equipment or alone in the inventory mes "Can't allow you to continue."; close; } mes "Thank you Evelynn (:"; close; thanks sir capuche! it works!!!!!! (kneel) :3
  4. once again, its lua check your system folder if you got all of these files, and if your missing one or more of these files then that should making the problem, one or more of this lua/lub files is making the nil value error when missing in system folder iteminfo .lua/.lub iteminfo_sak .lua/.lub monster_size_efect .lua/.lub monster_size_efect_sak msgstring .lua/.lub optioninfo .lua/.lub petevolutioncln <--- dont bother with this one achievement_list <--- dont bother with this one shadowtable .lua/.lub towninfo .lua/.lub check also your ro/system/luafiles514 msgstringlub optioninfo.lub
  5. So you want to check items that in a inventory ?? or compounded inside the equipment ?? or both ?? all the solutions has been proposed and shown. What is the current issue ?? this is a script support section, and you keep telling there exist issue, but you never shown your script or what you have done in your script so far ... i already did the same solutions like the ones from the solutions above, and i know the basic script fuctions like counitem,is equipped.. etc... i'm not just waiting to have a spoonfeed emistry. Mary Magdalene understand my issue, thats why he suggest that link to me.. but just like a said before i already did the same solutions like the ones from the solutions above. and i got this solution for checking MVP cards from equipments while its not equipped(only in inventory): but it's still not working while ( .@i < @inventorylist_count ) { if (@inventorylist_card1[.@i] == 4305 || @inventorylist_card2[.@i] == 4305 || @inventorylist_card3[.@i] == 4305 || @inventorylist_card4[.@i] == 4305){ mes "Can't allow you to continue."; close; } set .@i, .@i + 1; } // Once loop is finished, it will continue here. mes "Thank you Evelynn (:"; close; im not making a new post here emistry, im trying my best to make it more clearer. so that everybody can understand my issue and might get some help from all of you..from the start all i need is i made this no mvp pvp script that will not allow players with boss cards. the bug of this script is when an equipment with mvp card in it is not equipped while entering the pvp arena, the players are able to bypass my npc... i tried countitem() but it only recognize card ids that isn't inserted in any equipments ( e.g ghostring card), what i need in my script is to detect any equipment with mvp cards in it from my inventory... with that no one will able to bypass the mvp card restrictions in other words to make it more clearer •.MvpCards compounded with a bow in my inventory = mes "MVP card is not allowed in this PVP"; (not equipped, just in the inventory) oh boy, nevermind about this issue, im just going to fix this my self, thanks for the support section it helped a lot
  6. when you got this error Attempt to call a nil value " ... it means theres something wrong with your LUA files, try replacing it , it must be compatible to your client
  7. sir capuche i need to make\ it like this •.MvpCards compounded with a bow in my inventory = mes "MVP card is not allowed in this PVP"; (not equipped, just in the inventory)
  8. my major problem is how to detect mvp cards inside of the equipments ( not equipped. ) the solution 1 is not working •Turtle general compounded with a bow in my inventory = mes "can't allow you to continue"; and the solution from the topic is while ( .@i < @inventorylist_count ) { if (@inventorylist_card1[.@i] == 4305 || @inventorylist_card2[.@i] == 4305 || @inventorylist_card3[.@i] == 4305 || @inventorylist_card4[.@i] == 4305){ mes "Can't allow you to continue."; close; } set .@i, .@i + 1; } // Once loop is finished, it will continue here. mes "Thank you Evelynn (:"; close;
  9. your client is corrupt due to force applying patches that isnt compatible with your client... solution is find client that is compatible with your patches
  10. try to rebuild it again, it might work properly.. because there are some situations that i also encounter this kind of error.. but when i try to rebuild it again it shows no more errors. but if it still occurs again and again there's something wrong with the source files, and all you have to do is to wait for our good developers to fix it for us :3
  11. yep, our problem is the same.. but the solution for the 1st problem in that topic isnt working for me..
  12. tnx emistry for the reply, but i think you didnt get wat im trying to say how to produce this bug: No MVP card PVP npc: -npc will not allow you to enter the arena with ghost jacket equipped (jacket+ghostring card) -and when they unequip the ghost jacket they will able to bypass the npc (after bypassing the npc, they will just put their equipments with mvp cards on) <---here is the big problem -what i need is... even if the ghost jacket is unequiped the npc should detect any equipments with mvp cards in the inventory so that no player can bypass the npc what i used is the countitem() but its not detecting mvp cards inside any equipments so i cross this out...
  13. i made this no mvp pvp script that will not allow players with boss cards. the bug of this script is when an equipment with mvp card in it is not equipped while entering the pvp arena, the players are able to bypass my npc... i tried countitem() but it only recognize card ids that isn't inserted in any equipments ( e.g ghostring card), what i need in my script is to detect any equipment with mvp cards in it from my inventory... with that no one will able to bypass the mvp card restrictions
  14. hi, does anyone provide me a working musical note costume? textures an lua , cause mine doesnt work...
  15. i would like to request this blue dragon sprite effect that only shows when the player is attacking, i saw this somewhere but i cant recall it where.. i think he inlude this special effect in a blue dragon aura
  16. i have a refiner npc, but i would like to request for a feature that accepts safe refine coupons to add in to my refiner..
  17. hi! i would like to request an npc that sells stat points, but with this kind of functions: -all purchase stat points should be keep in memory, because when the character try to reset their stat points all purchased stats points is lost.. -in order to retrieve all purchased stat points after reset stats, the npc should keep the total stat points puchased for reclaim purposes -stat points price configurable, zeny,cash, item or custom currency
  18. joelolopez

    GRF Editor

    sir thanks for the update! sir tokei can i ask u something? do you have any plans of making skin maker? <3
  19. joelolopez

    GRF Editor

    thank you sir tokei! <3
  20. Hi links aren't working better attached the file on your Showcase instead of submitting the file to Download since ADMINISTRATOR here are, always not around and it takes time to approved your submission. Said and done. https://rathena.org/board/topic/101761-showcase-some-sprites-of-mine/ hi danuvius i like your luminous,lucifer wings and vasto lorde where can we download it?
  21. get it already? but i have a update jro data and theres no new job sprites there :3
  22. wowwww sir TOKEI thanks! so much appreciated! how did you do that sir? can you teach me how to make this smooth sprite?
  23. hi i've been working on saiyan aura that i found in google, but i just can't achieve to make the background transparent w/o reducing the quality. heres the sprite http://thomastharps.weebly.com/uploads/1/4/1/9/14198553/aura.pngi think theres something to do with bgra32 or something... this should be the output of the aura http://orig04.deviantart.net/ae74/f/2015/161/1/7/sprite_model_by_danuviuz-d8ws3mc.png
  24. nope its not been released yet, because maybe their not yet through because they also changing the old mount sprites
  25. hello, is there someone who can share the new bat wings or pinpoint the date of the patch so i can download it +1 for me, coz i found it
×
×
  • Create New...