Jump to content

Kubix

Members
  • Content Count

    150
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Kubix

  1. npc: npc/kubix_scripts/EventManager/Return.c npc: npc/kubix_scripts/EventManager/Debug.c npc: npc/kubix_scripts/EventManager/Main.c npc: npc/kubix_scripts/EventManager/Winner.c npc: npc/kubix_scripts/EventManager/Add_Event.c npc: npc/kubix_scripts/EventManager/Event_DB.c npc: npc/kubix_scripts/EventManager/Mapflags.c npc: npc/kubix_scripts/EventManager/Events/RFYL.c npc: npc/kubix_scripts/EventManager/Events/BOMB.c npc: npc/kubix_scripts/EventManager/Events/DICE.c this is my
  2. You must upload Return.c before all other scripts. scripts_custom.conf: npc: npc/custom/Event_Manager/Return.c npc: npc/custom/Event_Manager/all other event manager's scripts.
  3. Script commands will work with last Hercules. About woe & bg items - idk, need test.
  4. Hey! This is Event Manager, that helps you create new events. I add new script command for test:D Works like debugmes. statusmes "message"; You can look in Return.c file, here you can find functions that helps you work with new Events. I convert 2 standart events (RFYL & Bomb Poring). For start event, use - @startevent <event name> For check event settings use - @checkevent <event name> For join - @joinevent Leave - @leaveevent For get prize - @event For add new event: First goto Event_DB.c and add your event settings Then add your event script to /Events/ folder Also I can help you convert your scripts. Have questions? feel free to ask
  5. sorry, i don't have time for learn plugins now. but i will create later.
  6. up: Added variables for rewards Added variable for Flavius Score
  7. yeah maybe, need check.
  8. upd. added mob_db and mob_avail, sorry.
  9. Some errors? Do you add item_db2.conf?
  10. Found a bug: At level 19, counter is 40 but it have only 20 mobs. in your last updated git version....please fixed it as soon as possible...thanks.. its ok on my server. maybe you don't have some of this monsters in your db? areamonster getarg(1),265,7,311,33,"Yoyo",1057,20,instance_npcname("EC_Manager")+"::OnMobDead"; areamonster getarg(1),265,7,311,33,"Mime Monkey",1585,20,instance_npcname("EC_Manager")+"::OnMobDead"; areamonster getarg(1),265,7,311,33,"Choco",1214,1,instance_npcname("EC_Manager")+"::OnMobDead";
  11. @@Valaris what a revision of your hercules?
  12. .rate = 1000; // Exchange rate (1 point * rate = total PoDs)
  13. Script updated. Disabled Gepard Shield check.
  14. This is Gepard Shield script command. I will update the script today.
  15. int needed = skill->dbs->db[skill_id].itemid[x]; Send me your skill.c
  16. \src\map\skill.c(6912) show me this line. @@FearlesS
  17. Not alive, still working on it. But you can try. I'll send you link in PM. Upd: you can't receive more messages.
  18. I think you copy not all code. Check again.
  19. Kubix

    how to check

    getguildmember getcharid(2), 1; getguildmember getcharid(2), 2; for( .i = 0; .i < getarraysize($@guildmemberaid); .i ++ ) if( isloggedin( $@guildmemberaid[.i], $@guildmembercid[.i] ) ) .Online_Char ++; mes "There is " + .Online_Char + " characters online on your guild."; close; query_sql( "SELECT guild_lv FROM guild WHERE guild_id = " + getcharid(2), .GLV ); mes "Guild Level : " + .GLV; close;
  20. You have some errors? Hm yes, in bg_register.txt, the error I get in console is - script error in file bg_register.txt line 38 column 60, parse_subexpr: need ':' And this is line 38. " get_uniqueid() " is the part in question. if( qiget(.@qid1) == ( .MultipleCheck == 1? get_unique_id():getcharip() ) || qiget(.@qid2) == ( .MultipleCheck == 1? get_unique_id():getcharip() ) ) Set variable .MultipleCheck to 2. Documentation on Git: https://github.com/kubixservice/QueueBG/blob/master/src/bg_rewrite.c
  21. You mean donpcevent in src? if (sd->npc_id == 0) npc_event(sd, "NPC::OnEvent", 0);
  22. Why not? @@True Zeal Sorry, when Conquest started, priest @recall me https://www.youtube.com/watch?v=_C7jNSpHYqw
×
×
  • Create New...

Important Information

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