Jump to content

isaw4sal3

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by isaw4sal3

  1. Thanks Euphy and sir Emistry /heh /heh
  2. hmm can you share some script with prize giver like if you put the name of the character he/she will gain TCG card, Poring Coin Etc etc. GM level 60 and up can use this NPC and give the prize. i edit the GM not to trade for some reason can you help me about this script? i hope you guys understand what i mean?
  3. how can i connect it to sql? can i make text document and paste it?
  4. is there a way to create new table format for phpMyadmin? i dropped my char table. need your help guys my players can't create their new characters. /sob
  5. panu ulit gumawa ng new table sa phpMyadmin na drop ko kase yung file sa char table. pa help naman po please. /sob
  6. Thanks sir Emistry and Nameless2you it helped a lot ahh sir, is this monster is autorespawn?
  7. can i use this script for auto respawning monster and custom drop? is this the right one? - script rates -1,{ monster .Map$,0,0,"Coin",1002,1,strnpcinfo(0)+"::OnItemGet"; } OnItemGet: if( rand(100) < .Rate ){ getitem 674,1; } else { if( rand(100) < .Rate ){ getitem 512,1; } end; OnInit: // What Map for Event to take Place ? set .Map$,"dic_dun02"; // How many % in order to get Item upon killed Monster ? set .Rate,15; .Map$,0,0,0,0 monster A 2068,5,100000,0,0 setmapflag .Map$,mf_noskill; setmapflag .Map$,mf_nomobloot; setmapflag .Map$,mf_nomvploot; end; }
  8. how can i add monster? just like? ex. 100 necromancer 100 poring etc. etc.
  9. guys, can you help me this? how to use script with this? im using dynamic shop and i want to add monster requirements. ex. Requires: 100 Poring Coin 100 TCG 100 Necromancer (monster) 100 Poring (Monster) etc. etc. Thank you in advance.
  10. sir Emistry, how can i use the Chained Quest Framework? is that like jumping to another NPC?
  11. i wanna ask if there anything script like, the NPC will warp randomly? on the certain map? 1st NPC requirements blah blah blah "WELL DONE YOU'VE FINISH IT" "GO AND FIND 2ND NPC" 2nd NPC requirements blah blah blah same at the 1st NPC until 7th NPC 3rd NPC . . . . is there a possible script like warping the NPC randomly on a certain map? every 5-10seconds? it's like chain quest. i think?
  12. do you mind guys sharing your host? i need a host that is friendly and always online for question's sorry about my english im no good at it. just need a hosting to my up coming server.
  13. Thank you guys, this help me a lot
  14. i will transfer my files in the new hosting? sorry about my question, im not good in english.
  15. hey guys, what about changing the hosting? my current host is not good enough, can switch to new one?
  16. can some one teach me how to change my current hosting to new one
  17. can anyone help me? i need a refiner NPC that use's TCG or Donation Cards. ex. use 200tcg = +1 refine or 2 Donation cards = +1 refine
  18. ahh sir, what about? every 5mins respawn?
  19. wow, it work's thanks Lelouch
  20. my script isn't working, can anyone help me? this is the certain map that respawn boitata and drops Symbol blah blah blah. can you check what's wrong with it? prontera,141,175,4 script Qwerty Symbol NPC 406,{ set .@npc$,"[boitata]"; mes .@npc$; mes "Ahh, You want to Haunt Qwerty Symbol erhg?."; next; switch(select("Okay.:Not now.")) { Case 1: mes .@npc$; mes "You'll be there quickly. c;"; next; mes .@npc$; mes "Enjoy Haunting ."; close2; warp "guild_vs5",0,0; OnInit: waitingroom "Qwerty Symbol",0; end; Case 2: mes .@npc$; mes "Owh...."; mes "Come back to me if you've changed your mind."; close; } } //-------- Spawn Monster --------// guild_vs5,0,0,0,0 monster Boitata 2068,5,0,0,0
  21. can anyone help me? i need a voting script? that if you vote in site it will have in your accnt...
  22. Where i can edit effects or description? item_db.txt
  23. can anyone help me? i can't script my custom drop rate. and one more thing what script is "Attention Concentration" in healer? prontera,155,181,4 script healer 742,{ percentheal 100,100; sc_start SC_BLESSING,0,10; sc_start SC_INCREASEAGI,0,10; sc_start SC_CONCENTRATION,0,10; end; }
×
×
  • Create New...