Jump to content

marwan

Banned
  • Posts

    774
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by marwan

  1. game\data\stats\skills\custom\10000-10099.xml </skill> <skill id="10001" levels="1" name="Mana Potion"> <set name="displayId" val="2288" /> <set name="isMagic" val="2" /> <!-- Static Skill --> <set name="itemConsumeId" val="728" /> <set name="itemConsumeCount" val="1" /> <set name="magicLvl" val="1" /> <set name="operateType" val="A1" /> <set name="reuseDelay" val="500" /> <set name="target" val="TARGET_SELF" /> <for> <effect name="ManaHeal" noicon="1" val="100" /> </for> </skill> change reuseDelay to 0
  2. add the pc instance part anywhere but enterworld out of the class instead of the thread starter code
  3. why don't you put the code in pastebin or such ? more easier to view the code
  4. Coyote guide
  5. dunno , maybe contact admin , since all passwords are in db
  6. then add it manually
  7. gj , but what da fk is Peloponnesian, sorry I'am noob
  8. I don't have frozen on my workspace, just try to add it and tell me if there is any problems
  9. and how did you know he is newbie ?
  10. not bad , thanks for share
  11. thanks , waiting for your next share :D
  12. thought of that but I just gave the idea and the code you can do what ever you want with it
  13. Hey guys , was bored so decided to code this shit, took me about 30 minutes When you first log-in it will ask you to create a security code When you log-in again with different ip than the last one you logged with you will have to enter the code If you typed the code wrong the client will close If you closed the window you can't move or do anything Once you enter the code you can http://pastebin.com/u2Ee2ZjF also excute this into db CREATE TABLE `codes` ( `name` text, `lastip` text, `code` text ) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=latin1; Coded by me
  14. hmmm strange , are you sure that you registered ?
  15. awesome , keep up the good work
  16. tb.append("<br><br><center><button value=\"Post\" action=\"bypass -h _pc_" + this.getObjectId() + "_create $name\" width=160 height=32 back=\"L2UI_CT1.Button_DF_Down\" fore=\"L2UI_ct1.button_df\"></center>"); change pc to npc , dont know why da fack this happend http://pastebin.com/jKdPQDLK
  17. I did working prefectly , any problems ?
  18. forgot to say you have to create new column ranked in character.sql
  19. try this CREATE TABLE `rankedteams` ( `name` text, `leader` text, `member1` text, `member2` text, `member3` text, `member4` text, `wins` int, `loses` int ) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=latin1;
  20. no 5vs5 you register for a 5 vs 5 match you're assigned to random team in 5vs5 team match you are with your team which you create
  21. since I was using Matim npc as a base so forgot to change authority
  22. your team members is registerd and if there is other team registered match will start
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock