Jump to content

ZelosAvalon

Members
  • Content Count

    218
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by ZelosAvalon

  1. new release: I'll share, so I finished, I'm just testing the functionality with the script, i use an script made for rathena, if someone wants to help to merge to Hercules this script: Daily_Reward_System excuse my lack of information, but what is MC?
  2. working... [uPDATE] I'm working on it now, now just need to confirm the password, because I'm having some mistakes, I'm working on this code: RewardSystem this code was for rathena emulator and i got some errors when try to modify to hercules, if someone wants to help me, i'll share the system when i finish with PSD. NEXT> PS: images may change, this was one of the thousands of ideas that I have! Wow impressive! mate are you able to share the PSD? yes I'll, I'm finishing some adjustments and will share it soon!
  3. working... [uPDATE] I'm working on it now, now just need to confirm the password, because I'm having some mistakes, I'm working on this code: RewardSystem this code was for rathena emulator and i got some errors when try to modify to hercules, if someone wants to help me, i'll share the system when i finish with PSD. NEXT> PS: images may change, this was one of the thousands of ideas that I have!
  4. I'm good to work with designers, but scripts I still have a lot to learn! I have many ideas, but lack knowledge to apply them! I will follow your advice, and do some tests with cuttins, i have some ideas in my mind! PS: About sql query (t_event_points), I was a long time without working with ragnarok scripts and sql I'm learning that period in college, before that I never needed to work with sql, always had a variable like #points, but when I tried to create a ranking I saw it would be a better option learn how to work with sQL, and you helped me a lot! xP tyvm
  5. maybe if I put to click on the image, and I could put them apart, like this: Reward img without button button img for click button after click as it will appear at the end and after receiving the reward
  6. I'm working on a system of daily rewards, which I will share with you when you finish, I would like to know how to add a button on a cuttin, for example: the image appears: but I only receive the reward if you click receive some1 can help me with it ?
  7. The sprite of my custom robe is not showing up in General, someone could help me with this error? Example below of the robe "Kirin Wing" where the sprite appears in General: this should happen with my custom robe however not appear! some1 can help me ?
  8. theme link: https://rathena.org/board/files/file/2991-green-fluxcp-theme/ some1 can help me make it work ?
  9. Working tyvm! I will read and try to do, but I'm a long time away from ragnarok projects, so it will take time to remember some things! ty anyway
  10. It is possible to use the effect of /hlp in a npc? for example: if (event_flag == true){ the effect /hlp, will appear on the head of the NPC as the event is active } I wish to know too, how can I put that quest emoticon in a npc, as now appears when an NPC has a quest released like img below:
  11. tyvm working now, i reference you in script http://upaste.me/6d2234037a1ae42c9
  12. [Debug]: mapindex_name2id: Map "izludeizlud" not found in index list! [Debug]: Source (NPC): noviship#izlude at int_land (49,57) [Debug]: pc_setpos: Passed mapindex(0) is invalid! [Error]: buildin_warp: moving player 'Conrado' to "izludeizlude",196,209 failed. script location: npc\re\warps\cities\izlude.txt som1 can help me to fix it ? part where the error is occurring: mes("[Sailor]"); mes("Lets head toward Izlude!"); close2(); if (questprogress(21001)) erasequest(21001); if (questprogress(21002)) erasequest(21002); warp("izlude"+strnpcinfo(NPC_NAME_HIDDEN), 196, 209); end;
  13. I had given up putting the roulette, but now after months was trying to add it again and I'm with the same errors, can you help me? i use client 2015-05-13
  14. : DB error - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DESC LIMIT 10' at line 1 [Debug]: at c:\users\conrado\desktop\projeto\ragnarok offline emulator\hercules-master\src\map\script.c:16299 - SELECT `name`, `t_event_points` FROM `event_rank` DESC LIMIT 10;
  15. I'm not allowed to post images in the forum, why PS: I'm part of the herc.ws for a long time, why I'm with this prohibition? It's not Hercules thats stopping you... it's the link you provided... o_O I'm confused now... i'll check it, thanks Mysterious
  16. my custom items do not appear when I use db/item_db2 only when using db/re/item_db.conf they work some1 know why this happend ? and can give me a hand to how fix it ?
  17. I'm not allowed to post images in the forum, why PS: I'm part of the herc.ws for a long time, why I'm with this prohibition?
  18. yes I would like a ranking that show the top 10 where the points will be calculated by t_event_points, ============================================================================== [ANOTHER TOPIC] if possible I would like the players could change the page and see the other players in the ranking. for example: Top 1-10 Ranking 1 - Name1 - 2000 Pts 2 - Name2 - 1890 Pts 3 - Name3 - 1712 Pts 4 - Name4 - 1680 Pts 5 - Name5 - 1578 Pts 6 - Name6 - 1572 Pts 7 - Name7 - 1300 Pts 8 - Name8 - 1256 Pts 9 - Name9 - 1210 Pts 10 - Name10 - 1000 Pts Next> in the next area appear the next 10 of top ranked, rank 11 to 20 Top 11-20 Ranking 11 - Name1 - 956 Pts [...] 20 - Name20 - 400 pts Next> in the next area appear rank 21 to 30 and so on... this would be repeated until no more people in the ranking
  19. t_event_point is just for count = total points already earned event_point you can spend for buy event items like this: you already earned t_event_points, but you have event_points to spend
  20. Thank you! i get sucked this error in week. http://imgur.com/4O73d0m Poedit not allowed new scripting format? "\r" how it work now ? I tried to do what you said, but it didn't work! can you help me ? i need to know how generate-translations work now, how can i generate a new translate with this new plugin ? and how can i configure this plugin?
  21. Hi guys, this is my SQL table, and i want to make an ranking for it, but idk what to do, can anyone help me with this ? CREATE TABLE IF NOT EXISTS `event_rank` ( `id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `name` VARCHAR(30) NOT NULL DEFAULT '', `event_points` INT(11) UNSIGNED NOT NULL DEFAULT '0', `t_event_points` INT(11) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM; i want a ranking like this: rank: name (character) already earn X events points ranking is by character not account! I would appreciate some help! ty all May The Force Be With You
  22. the best kRO Client Donwload Link, just for help: https://www.nickyzai.com/?p=kro
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.